HEX: #A59AAD
RGB: (165,154,173)
#A59AAD contains red, green and blue colors in about the same proportion. Web safe color of #A59AAD is #999999 (or #999).
#A59AAD color RGB value is (165,154,173).
RGB: (165,154,173)
(65%, 60%, 68%)
R 165 of 255 = 65%
G 154 of 255 = 60%
B 173 of 255 = 68%
R + G + B ~ 64%. #A59AAD is quite light color.
R + G + B = 165 + 154 + 173 = 492 (100%)
R 165 of 492 ~ 33.54%
G 154 of 492 ~ 31.3%
B 173 of 492 ~ 35.16'%
#A59AAD color CMYK value is (5,11,0,32).
CMYK: (5,11,0,32) C5M11Y0K32 (5%,11%,0%,32%) (0.05/0.11/0.00/0.32)
Color #A59AAD in popluar color models
A5 | 9A | AD | |
---|---|---|---|
RGB | 165 | 154 | 173 |
HSL | 275° | 10.38% | 64.12% |
HSB/HSV | 275° | 10.98% | 67.84% |
CMYK | 4.62% | 10.98% | 0.00% |
32.16% |
Color #A59AAD in popluar number systems.
HEX | A5 | 9A | AD |
Decimal | 165 | 154 | 173 |
Binary | 10100101 | 10011010 | 10101101 |
Octal | 245 | 232 | 255 |
Shades of #A59AAD
Tints of #A59AAD
Examples of css and html codes for elements with #A59AAD color. Also use rgb(165,154,173) instead hex code.
.myTextColor { color: #A59AAD; }
<p style="color:#A59AAD">This sample text font color is #A59AAD.</p>
This text font color is #A59AAD.
.myBgColor { background-color: #A59AAD; }
<div style="background-color:#A59AAD">Inner text</div>
This div background color is #A59AAD.
.myBorderColor { border: 1px solid #A59AAD; }
<div style="border:3px solid #A59AAD">Div</div>
This div border color is #A59AAD.
.myOpacity80 { color: #A59AAD; opacity: 0.8; }
<p style="color:#A59AAD;opacity:0.8;">80%</p>
Text with #A59AAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A59AAD;}
<p style="text-shadow: 3px 3px 1px #A59AAD">Text here.</p>
This text has shadow with #A59AAD color.
.textShadow {text-shadow: 3px 3px 1px #A59AAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A59AAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A59AAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A59AAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A59AAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A59AAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A59AAD;
-webkit-box-shadow: 1px 1px 3px 2px #A59AAD;
box-shadow: 1px 1px 3px 2px #A59AAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A59AAD; -webkit-box-shadow: 1px 1px 3px 2px #A59AAD; box-shadow:1px 1px 3px 2px #A59AAD;">
Div content here
</div>
This text has color #A59AAD on black background.
This text has color #A59AAD on white background.
This text has black color on #A59AAD background.
This text has white color on #A59AAD background.
Complementary color for #hex is #5A6552.