Shades of Eggplant #AA0174
Tints of Eggplant #AA0174
RGB
CMYK
RGB Variations
Color information
#AA0174 (or 0xAA0174) is known color: Eggplant. HEX triplet: AA, 01 and 74. RGB value is (170,1,116). Sum of RGB (Red+Green+Blue) = 170+1+116=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0174 is #55FE8B. Grayscale: #404040. Windows color (decimal): -5635724 or 7602602. OLE color: 7602602.
HSL color Cylindrical-coordinate representation of color #AA0174: hue angle of 319.17º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0174 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.33 |
| HSL | 319.17º | 0.99% | 0.34% | - |
| HSV(B) | 319.17º | 0.99% | 0.67% | - |
| XYZ | 19.74 | 9.83 | 17.38 | - |
| YUV | 64.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 116 | 0 | 0.99 | 0.32 | 0.33 | 319.17 | 0.99 | 0.34 |
| Hex | AA | 1 | 74 | 0 | 63 | 20 | 21 | 13F | 63 | 22 |
| Octal | 252 | 1 | 164 | 0 | 143 | 40 | 41 | 477 | 143 | 42 |
| Binary | 10101010 | 1 | 1110100 | 0 | 1100011 | 100000 | 100001 | 100111111 | 1100011 | 100010 |
Color Harmonies of #AA0174
Complementary color
Monochromatic Colors of #AA0174
Black with #AA0174
Text Example
Text Example
White with #AA0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0174; }
p { color: rgb(170,1,116); }
H1.HeaderClassName
{
color: #AA0174;
}
.AnyTagClassName
{
color: #AA0174;
}
</style>
background-color css
<style>
a { background-color: #AA0174; }
a { background-color: rgb(170,1,116); }
div.DivClassName
{
background-color: #AA0174;
}
.BgClassName
{
background-color: #AA0174;
}
</style>
border-color css
<style>
span { border-color: #AA0174; }
span { border-color: rgb(170,1,116); }
td.TdClassName
{
border-color: #AA0174;
}
.TagClassName
{
border-color: #AA0174;
}
</style>