COLOR #AD9ACD

HEX: #AD9ACD RGB: (173,154,205)

Color info

#AD9ACD contains red, green and blue colors in about the same proportion. Web safe color of #AD9ACD is #9999CC (or #99C).

RGB color model

#AD9ACD color RGB value is (173,154,205).

RGB: (173,154,205) (68%, 60%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 205 of 255 = 80%

173
154
205

R + G + B ~ 69%. #AD9ACD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 154 + 205 = 532 (100%)
R 173 of 532 ~ 32.52%
G 154 of 532 ~ 28.95%
B 205 of 532 ~ 38.53'%

%32.52
%28.95
%38.53

CMYK color model

#AD9ACD color CMYK value is (16,25,0,20).

  • cyan value is 15.61%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (16,25,0,20)
C16M25Y0K20 (16%, 25%, 0%, 20%)
(0.16 / 0.25 / 0.00 / 0.20)

CMYK percentages

%15.61
%24.88
%0
%19.61

Codes

Color #AD9ACD in popluar color models

AD 9A CD
RGB 173 154 205
HSL 262° 33.77% 70.39%
HSB/HSV 262° 24.88% 80.39%
CMYK 15.61% 24.88% 0.00%
19.61%

Color #AD9ACD in popluar number systems.

HEX AD 9A CD
Decimal 173 154 205
Binary 10101101 10011010 11001101
Octal 255 232 315

Shades and tints

Shades of #AD9ACD

#AD9ACD
(173,154,205)
#9E8CBB
(158,140,187)
#8F7EA9
(143,126,169)
#807097
(128,112,151)
#716285
(113,98,133)
#625473
(98,84,115)
#534661
(83,70,97)
#44384F
(68,56,79)
#352A3D
(53,42,61)
#261C2B
(38,28,43)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #AD9ACD

#AD9ACD
(173,154,205)
#B4A3D1
(180,163,209)
#BBACD5
(187,172,213)
#C2B5D9
(194,181,217)
#C9BEDD
(201,190,221)
#D0C7E1
(208,199,225)
#D7D0E5
(215,208,229)
#DED9E9
(222,217,233)
#E5E2ED
(229,226,237)
#ECEBF1
(236,235,241)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9ACD; }

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

This text font color is #AD9ACD.

Background Color

.myBgColor { background-color: #AD9ACD; }

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

This div background color is #AD9ACD.

Border color

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

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

This div border color is #AD9ACD.

Opacity

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

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

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

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

This text has shadow with #AD9ACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9ACD.

Preview

Color preview on black background

This text has color #AD9ACD on black background.


Color preview on white background

This text has color #AD9ACD on white background.


Black color preview on #AD9ACD background

This text has black color on #AD9ACD background.


White color preview on #AD9ACD background

This text has white color on #AD9ACD background.


Related colors

Complementary color

Complementary color for #hex is #526532.


I love getcolorcode.com

Triadic colors

1 #CDAD9A and #9ACDAD with #AD9ACD are triadic colors.

2 #CD9AAD and #9AADCD with #AD9ACD are triadic colors.