COLOR #AD76AD

HEX: #AD76AD
RGB: (173,118,173)

Renk bilgisi

#AD76AD contains red, green and blue colors in about the same proportion. #AD76AD ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD76AD color RGB value is (173,118,173).

  • kırmız ton 173;
  • yeşil ton 118;
  • mavi ton 173.
RGB:
(173,118,173)
(68%,46%,68%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 118 of 255 = 46%
B 173 of 255 = 68%

173
118
173

R + G + B ~ 61%. #AD76AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 118 + 173 = 464 (100%)
R 173 of 464 ~ 37.28%
G 118 of 464 ~ 25.43%
B 173 of 464 ~ 37.28%

%37.28
%25.43
%37.28

CMYK RENK MODELİ

#AD76AD rengi CMYK tonu (0,32,0,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.79%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(0,32,0,32)
C0M32Y0K32 
(0%,32%,0%,32%)
(0.00/0.32/0.00/0.32)	

CMYK yüzdeleri

%0
%31.79
%0
%32.16

Codes

Color #AD76AD in popluar color models

AD76AD
RGB173118173
HSL300°25.11%57.06%
HSB/HSV300°31.79%67.84%
CMYK0.00%31.79%0.00%
32.16%

Color #AD76AD in popluar number systems.

HEXAD76AD
Decimal173118173
Binary10101101111011010101101
Octal255166255

Shades and tints

Shades of #AD76AD

#AD76AD
(173,118,173)
#9E6C9E
(158,108,158)
#8F628F
(143,98,143)
#805880
(128,88,128)
#714E71
(113,78,113)
#624462
(98,68,98)
#533A53
(83,58,83)
#443044
(68,48,68)
#352635
(53,38,53)
#261C26
(38,28,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #AD76AD

#AD76AD
(173,118,173)
#B482B4
(180,130,180)
#BB8EBB
(187,142,187)
#C29AC2
(194,154,194)
#C9A6C9
(201,166,201)
#D0B2D0
(208,178,208)
#D7BED7
(215,190,215)
#DECADE
(222,202,222)
#E5D6E5
(229,214,229)
#ECE2EC
(236,226,236)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD76AD color. Also use rgb(173,118,173) instead hex code.

Text Font Color

.myTextColor { color: #AD76AD; }

<p style="color:#AD76AD">This sample text font color is #AD76AD.</p>

This text font color is #AD76AD.


Background Color

.myBgColor { background-color: #AD76AD; }

<div style="background-color:#AD76AD">Inner text</div>

This div background color is #AD76AD.


Border color

.myBorderColor { border: 1px solid #AD76AD; }

<div style="border:3px solid #AD76AD">Div</div>

This div border color is #AD76AD.


Opacity

.myOpacity80 { color: #AD76AD; opacity: 0.8; }

<p style="color:#AD76AD;opacity:0.8;">80%</p>

Text with #AD76AD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD76AD;}

<p style="text-shadow: 3px 3px 1px #AD76AD">Text here.</p>

This text has shadow with #AD76AD color.

.textShadow {text-shadow: 3px 3px 1px #AD76AD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD76AD, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD76AD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD76AD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD76AD, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD76AD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AD76AD;
  -webkit-box-shadow:	1px 1px 3px 2px #AD76AD;
  box-shadow:		1px 1px 3px 2px #AD76AD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD76AD;
-webkit-box-shadow: 1px 1px 3px 2px #AD76AD;
box-shadow:1px 1px 3px 2px #AD76AD;">
Div content here</div>
This div box has shadow with color #AD76AD.

Preview

Color preview on black background

This text has color #AD76AD on black background.


Color preview on white background

This text has color #AD76AD on white background.



Black color preview on #AD76AD background

This text has black color on #AD76AD background.


White color preview on #AD76AD background

This text has white color on #AD76AD background.