Shades of Eggplant #AA0372
Tints of Eggplant #AA0372
RGB
CMYK
RGB Variations
Color information
#AA0372 (or 0xAA0372) is known color: Eggplant. HEX triplet: AA, 03 and 72. RGB value is (170,3,114). Sum of RGB (Red+Green+Blue) = 170+3+114=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0372 is #55FC8D. Grayscale: #414141. Windows color (decimal): -5635214 or 7472042. OLE color: 7472042.
HSL color Cylindrical-coordinate representation of color #AA0372: hue angle of 320.12º degrees, saturation: 0.97, 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 #AA0372 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.33 |
| HSL | 320.12º | 0.97% | 0.34% | - |
| HSV(B) | 320.12º | 0.98% | 0.67% | - |
| XYZ | 19.65 | 9.83 | 16.78 | - |
| YUV | 65.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 114 | 0 | 0.98 | 0.33 | 0.33 | 320.12 | 0.97 | 0.34 |
| Hex | AA | 3 | 72 | 0 | 62 | 21 | 21 | 140 | 61 | 22 |
| Octal | 252 | 3 | 162 | 0 | 142 | 41 | 41 | 500 | 141 | 42 |
| Binary | 10101010 | 11 | 1110010 | 0 | 1100010 | 100001 | 100001 | 101000000 | 1100001 | 100010 |
Color Harmonies of #AA0372
Complementary color
Monochromatic Colors of #AA0372
Black with #AA0372
Text Example
Text Example
White with #AA0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0372; }
p { color: rgb(170,3,114); }
H1.HeaderClassName
{
color: #AA0372;
}
.AnyTagClassName
{
color: #AA0372;
}
</style>
background-color css
<style>
a { background-color: #AA0372; }
a { background-color: rgb(170,3,114); }
div.DivClassName
{
background-color: #AA0372;
}
.BgClassName
{
background-color: #AA0372;
}
</style>
border-color css
<style>
span { border-color: #AA0372; }
span { border-color: rgb(170,3,114); }
td.TdClassName
{
border-color: #AA0372;
}
.TagClassName
{
border-color: #AA0372;
}
</style>