Shades of Eggplant #AA0476
Tints of Eggplant #AA0476
RGB
CMYK
RGB Variations
Color information
#AA0476 (or 0xAA0476) is known color: Eggplant. HEX triplet: AA, 04 and 76. RGB value is (170,4,118). Sum of RGB (Red+Green+Blue) = 170+4+118=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0476 is #55FB89. Grayscale: #424242. Windows color (decimal): -5634954 or 7734442. OLE color: 7734442.
HSL color Cylindrical-coordinate representation of color #AA0476: hue angle of 318.8º 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 #AA0476 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.33 |
| HSL | 318.8º | 0.95% | 0.34% | - |
| HSV(B) | 318.8º | 0.98% | 0.67% | - |
| XYZ | 19.89 | 9.94 | 18.01 | - |
| YUV | 66.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 118 | 0 | 0.98 | 0.31 | 0.33 | 318.8 | 0.95 | 0.34 |
| Hex | AA | 4 | 76 | 0 | 62 | 1F | 21 | 13F | 5F | 22 |
| Octal | 252 | 4 | 166 | 0 | 142 | 37 | 41 | 477 | 137 | 42 |
| Binary | 10101010 | 100 | 1110110 | 0 | 1100010 | 11111 | 100001 | 100111111 | 1011111 | 100010 |
Color Harmonies of #AA0476
Complementary color
Monochromatic Colors of #AA0476
Black with #AA0476
Text Example
Text Example
White with #AA0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0476; }
p { color: rgb(170,4,118); }
H1.HeaderClassName
{
color: #AA0476;
}
.AnyTagClassName
{
color: #AA0476;
}
</style>
background-color css
<style>
a { background-color: #AA0476; }
a { background-color: rgb(170,4,118); }
div.DivClassName
{
background-color: #AA0476;
}
.BgClassName
{
background-color: #AA0476;
}
</style>
border-color css
<style>
span { border-color: #AA0476; }
span { border-color: rgb(170,4,118); }
td.TdClassName
{
border-color: #AA0476;
}
.TagClassName
{
border-color: #AA0476;
}
</style>