HEX: #A993AA
RGB: (169,147,170)
#A993AA contains red, green and blue colors in about the same proportion. Web safe color of #A993AA is #999999 (or #999).
#A993AA color RGB value is (169,147,170).
RGB: (169,147,170)
(66%, 58%, 67%)
R 169 of 255 = 66%
G 147 of 255 = 58%
B 170 of 255 = 67%
R + G + B ~ 64%. #A993AA is quite light color.
R + G + B = 169 + 147 + 170 = 486 (100%)
R 169 of 486 ~ 34.77%
G 147 of 486 ~ 30.25%
B 170 of 486 ~ 34.98'%
#A993AA color CMYK value is (1,14,0,33).
CMYK: (1,14,0,33)
C1M14Y0K33 (1%, 14%, 0%, 33%)
(0.01 / 0.14 / 0.00 / 0.33)
Color #A993AA in popluar color models
A9 | 93 | AA | |
---|---|---|---|
RGB | 169 | 147 | 170 |
HSL | 297° | 11.92% | 62.16% |
HSB/HSV | 297° | 13.53% | 66.67% |
CMYK | 0.59% | 13.53% | 0.00% |
33.33% |
Color #A993AA in popluar number systems.
HEX | A9 | 93 | AA |
Decimal | 169 | 147 | 170 |
Binary | 10101001 | 10010011 | 10101010 |
Octal | 251 | 223 | 252 |
Shades of #A993AA
Tints of #A993AA
Examples of css and html codes for elements with #A993AA color. Also use rgb(169,147,170) instead hex code.
.myTextColor { color: #A993AA; }
<p style="color:#A993AA">This sample text font color is #A993AA.</p>
This text font color is #A993AA.
.myBgColor { background-color: #A993AA; }
<div style="background-color:#A993AA">Inner text</div>
This div background color is #A993AA.
.myBorderColor { border: 1px solid #A993AA; }
<div style="border:3px solid #A993AA">Div</div>
This div border color is #A993AA.
.myOpacity80 { color: #A993AA; opacity: 0.8; }
<p style="color:#A993AA;opacity:0.8;">80%</p>
Text with #A993AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A993AA;}
<p style="text-shadow: 3px 3px 1px #A993AA">Text here.</p>
This text has shadow with #A993AA color.
.textShadow {text-shadow: 3px 3px 1px #A993AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A993AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A993AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A993AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A993AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A993AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A993AA;
-webkit-box-shadow: 1px 1px 3px 2px #A993AA;
box-shadow: 1px 1px 3px 2px #A993AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A993AA; -webkit-box-shadow: 1px 1px 3px 2px #A993AA; box-shadow:1px 1px 3px 2px #A993AA;">
Div content here
</div>
This text has color #A993AA on black background.
This text has color #A993AA on white background.
This text has black color on #A993AA background.
This text has white color on #A993AA background.
Complementary color for #hex is #566C55.