Shades of Eggplant #AA036E
Tints of Eggplant #AA036E
RGB
CMYK
RGB Variations
Color information
#AA036E (or 0xAA036E) is known color: Eggplant. HEX triplet: AA, 03 and 6E. RGB value is (170,3,110). Sum of RGB (Red+Green+Blue) = 170+3+110=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA036E is #55FC91. Grayscale: #404040. Windows color (decimal): -5635218 or 7209898. OLE color: 7209898.
HSL color Cylindrical-coordinate representation of color #AA036E: hue angle of 321.56º 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 #AA036E is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 110 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.33 |
| HSL | 321.56º | 0.97% | 0.34% | - |
| HSV(B) | 321.56º | 0.98% | 0.67% | - |
| XYZ | 19.42 | 9.74 | 15.61 | - |
| YUV | 65.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 110 | 0 | 0.98 | 0.35 | 0.33 | 321.56 | 0.97 | 0.34 |
| Hex | AA | 3 | 6E | 0 | 62 | 23 | 21 | 142 | 61 | 22 |
| Octal | 252 | 3 | 156 | 0 | 142 | 43 | 41 | 502 | 141 | 42 |
| Binary | 10101010 | 11 | 1101110 | 0 | 1100010 | 100011 | 100001 | 101000010 | 1100001 | 100010 |
Color Harmonies of #AA036E
Complementary color
Monochromatic Colors of #AA036E
Black with #AA036E
Text Example
Text Example
White with #AA036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA036E; }
p { color: rgb(170,3,110); }
H1.HeaderClassName
{
color: #AA036E;
}
.AnyTagClassName
{
color: #AA036E;
}
</style>
background-color css
<style>
a { background-color: #AA036E; }
a { background-color: rgb(170,3,110); }
div.DivClassName
{
background-color: #AA036E;
}
.BgClassName
{
background-color: #AA036E;
}
</style>
border-color css
<style>
span { border-color: #AA036E; }
span { border-color: rgb(170,3,110); }
td.TdClassName
{
border-color: #AA036E;
}
.TagClassName
{
border-color: #AA036E;
}
</style>