Shades of Eggplant #AA0471
Tints of Eggplant #AA0471
RGB
CMYK
RGB Variations
Color information
#AA0471 (or 0xAA0471) is known color: Eggplant. HEX triplet: AA, 04 and 71. RGB value is (170,4,113). Sum of RGB (Red+Green+Blue) = 170+4+113=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0471 is #55FB8E. Grayscale: #414141. Windows color (decimal): -5634959 or 7406762. OLE color: 7406762.
HSL color Cylindrical-coordinate representation of color #AA0471: hue angle of 320.6º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0471 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.33 |
| HSL | 320.6º | 0.95% | 0.34% | - |
| HSV(B) | 320.6º | 0.98% | 0.67% | - |
| XYZ | 19.6 | 9.83 | 16.49 | - |
| YUV | 66.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 113 | 0 | 0.98 | 0.34 | 0.33 | 320.6 | 0.95 | 0.34 |
| Hex | AA | 4 | 71 | 0 | 62 | 22 | 21 | 141 | 5F | 22 |
| Octal | 252 | 4 | 161 | 0 | 142 | 42 | 41 | 501 | 137 | 42 |
| Binary | 10101010 | 100 | 1110001 | 0 | 1100010 | 100010 | 100001 | 101000001 | 1011111 | 100010 |
Color Harmonies of #AA0471
Complementary color
Monochromatic Colors of #AA0471
Black with #AA0471
Text Example
Text Example
White with #AA0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0471; }
p { color: rgb(170,4,113); }
H1.HeaderClassName
{
color: #AA0471;
}
.AnyTagClassName
{
color: #AA0471;
}
</style>
background-color css
<style>
a { background-color: #AA0471; }
a { background-color: rgb(170,4,113); }
div.DivClassName
{
background-color: #AA0471;
}
.BgClassName
{
background-color: #AA0471;
}
</style>
border-color css
<style>
span { border-color: #AA0471; }
span { border-color: rgb(170,4,113); }
td.TdClassName
{
border-color: #AA0471;
}
.TagClassName
{
border-color: #AA0471;
}
</style>