HEX: #AD9ACD
RGB: (173,154,205)
#AD9ACD contains red, green and blue colors in about the same proportion. Web safe color of #AD9ACD is #9999CC (or #99C).
#AD9ACD color RGB value is (173,154,205).
RGB: (173,154,205)
(68%, 60%, 80%)
R 173 of 255 = 68%
G 154 of 255 = 60%
B 205 of 255 = 80%
R + G + B ~ 69%. #AD9ACD is quite light color.
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'%
#AD9ACD color CMYK value is (16,25,0,20).
CMYK: (16,25,0,20)
C16M25Y0K20 (16%, 25%, 0%, 20%)
(0.16 / 0.25 / 0.00 / 0.20)
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 of #AD9ACD
Tints of #AD9ACD
Examples of css and html codes for elements with #AD9ACD color. Also use rgb(173,154,205) instead hex code.
.myTextColor { color: #AD9ACD; }
<p style="color:#AD9ACD">This sample text font color is #AD9ACD.</p>
This text font color is #AD9ACD.
.myBgColor { background-color: #AD9ACD; }
<div style="background-color:#AD9ACD">Inner text</div>
This div background color is #AD9ACD.
.myBorderColor { border: 1px solid #AD9ACD; }
<div style="border:3px solid #AD9ACD">Div</div>
This div border color is #AD9ACD.
.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%.
.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.
/* 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 text has color #AD9ACD on black background.
This text has color #AD9ACD on white background.
This text has black color on #AD9ACD background.
This text has white color on #AD9ACD background.
Complementary color for #hex is #526532.