HEX: #AD8AAD
RGB: (173,138,173)
#AD8AAD contains red, green and blue colors in about the same proportion. Web safe color of #AD8AAD is #999999 (or #999).
#AD8AAD color RGB value is (173,138,173).
RGB: (173,138,173)
(68%, 54%, 68%)
R 173 of 255 = 68%
G 138 of 255 = 54%
B 173 of 255 = 68%
R + G + B ~ 63%. #AD8AAD is quite light color.
R + G + B = 173 + 138 + 173 = 484 (100%)
R 173 of 484 ~ 35.74%
G 138 of 484 ~ 28.51%
B 173 of 484 ~ 35.74'%
#AD8AAD color CMYK value is (0,20,0,32).
CMYK: (0,20,0,32) C0M20Y0K32 (0%,20%,0%,32%) (0.00/0.20/0.00/0.32)
Color #AD8AAD in popluar color models
AD | 8A | AD | |
---|---|---|---|
RGB | 173 | 138 | 173 |
HSL | 300° | 17.59% | 60.98% |
HSB/HSV | 300° | 20.23% | 67.84% |
CMYK | 0.00% | 20.23% | 0.00% |
32.16% |
Color #AD8AAD in popluar number systems.
HEX | AD | 8A | AD |
Decimal | 173 | 138 | 173 |
Binary | 10101101 | 10001010 | 10101101 |
Octal | 255 | 212 | 255 |
Shades of #AD8AAD
Tints of #AD8AAD
Examples of css and html codes for elements with #AD8AAD color. Also use rgb(173,138,173) instead hex code.
.myTextColor { color: #AD8AAD; }
<p style="color:#AD8AAD">This sample text font color is #AD8AAD.</p>
This text font color is #AD8AAD.
.myBgColor { background-color: #AD8AAD; }
<div style="background-color:#AD8AAD">Inner text</div>
This div background color is #AD8AAD.
.myBorderColor { border: 1px solid #AD8AAD; }
<div style="border:3px solid #AD8AAD">Div</div>
This div border color is #AD8AAD.
.myOpacity80 { color: #AD8AAD; opacity: 0.8; }
<p style="color:#AD8AAD;opacity:0.8;">80%</p>
Text with #AD8AAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8AAD;}
<p style="text-shadow: 3px 3px 1px #AD8AAD">Text here.</p>
This text has shadow with #AD8AAD color.
.textShadow {text-shadow: 3px 3px 1px #AD8AAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8AAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD8AAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8AAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8AAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8AAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD8AAD;
-webkit-box-shadow: 1px 1px 3px 2px #AD8AAD;
box-shadow: 1px 1px 3px 2px #AD8AAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD8AAD; -webkit-box-shadow: 1px 1px 3px 2px #AD8AAD; box-shadow:1px 1px 3px 2px #AD8AAD;">
Div content here
</div>
This text has color #AD8AAD on black background.
This text has color #AD8AAD on white background.
This text has black color on #AD8AAD background.
This text has white color on #AD8AAD background.
Complementary color for #hex is #527552.