COLOR #AD76CB

HEX: #AD76CB RGB: (173,118,203)

Color info

#AD76CB contains mainly red and blue colors. Web safe color of #AD76CB is #9966CC (or #96C).

RGB color model

#AD76CB color RGB value is (173,118,203).

RGB: (173,118,203) (68%, 46%, 80%)

RGB channels and saturation

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

173
118
203

R + G + B ~ 65%. #AD76CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 118 + 203 = 494 (100%)
R 173 of 494 ~ 35.02%
G 118 of 494 ~ 23.89%
B 203 of 494 ~ 41.09'%

%35.02
%23.89
%41.09

CMYK color model

#AD76CB color CMYK value is (15,42,0,20).

  • cyan value is 14.78%
  • magenta value is 41.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (15,42,0,20) C15M42Y0K20 (15%,42%,0%,20%) (0.15/0.42/0.00/0.20) 

CMYK percentages

%14.78
%41.87
%0
%20.39

Codes

Color #AD76CB in popluar color models

AD 76 CB
RGB 173 118 203
HSL 279° 44.97% 62.94%
HSB/HSV 279° 41.87% 79.61%
CMYK 14.78% 41.87% 0.00%
20.39%

Color #AD76CB in popluar number systems.

HEX AD 76 CB
Decimal 173 118 203
Binary 10101101 1110110 11001011
Octal 255 166 313

Shades and tints

Shades of #AD76CB

#AD76CB
(173,118,203)
#9E6CB9
(158,108,185)
#8F62A7
(143,98,167)
#805895
(128,88,149)
#714E83
(113,78,131)
#624471
(98,68,113)
#533A5F
(83,58,95)
#44304D
(68,48,77)
#35263B
(53,38,59)
#261C29
(38,28,41)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #AD76CB

#AD76CB
(173,118,203)
#B482CF
(180,130,207)
#BB8ED3
(187,142,211)
#C29AD7
(194,154,215)
#C9A6DB
(201,166,219)
#D0B2DF
(208,178,223)
#D7BEE3
(215,190,227)
#DECAE7
(222,202,231)
#E5D6EB
(229,214,235)
#ECE2EF
(236,226,239)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD76CB; }

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

This text font color is #AD76CB.

Background Color

.myBgColor { background-color: #AD76CB; }

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

This div background color is #AD76CB.

Border color

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

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

This div border color is #AD76CB.

Opacity

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

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

Text with #AD76CB 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 #AD76CB;}

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

This text has shadow with #AD76CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD76CB.

Preview

Color preview on black background

This text has color #AD76CB on black background.


Color preview on white background

This text has color #AD76CB on white background.


Black color preview on #AD76CB background

This text has black color on #AD76CB background.


White color preview on #AD76CB background

This text has white color on #AD76CB background.


Related colors

Complementary color

Complementary color for #hex is #528934.


I love getcolorcode.com

Triadic colors

1 #CBAD76 and #76CBAD with #AD76CB are triadic colors.

2 #CB76AD and #76ADCB with #AD76CB are triadic colors.