Shades of Eggplant #AA006E
Tints of Eggplant #AA006E
RGB
CMYK
RGB Variations
Color information
#AA006E (or 0xAA006E) is known color: Eggplant. HEX triplet: AA, 00 and 6E. RGB value is (170,0,110). Sum of RGB (Red+Green+Blue) = 170+0+110=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA006E is #55FF91. Grayscale: #3F3F3F. Windows color (decimal): -5635986 or 7209130. OLE color: 7209130.
HSL color Cylindrical-coordinate representation of color #AA006E: hue angle of 321.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA006E is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.35 | 0.33 |
| HSL | 321.18º | 1% | 0.33% | - |
| HSV(B) | 321.18º | 1% | 0.67% | - |
| XYZ | 19.39 | 9.67 | 15.6 | - |
| YUV | 63.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 110 | 0 | 1 | 0.35 | 0.33 | 321.18 | 1 | 0.33 |
| Hex | AA | 0 | 6E | 0 | 64 | 23 | 21 | 141 | 64 | 21 |
| Octal | 252 | 0 | 156 | 0 | 144 | 43 | 41 | 501 | 144 | 41 |
| Binary | 10101010 | 0 | 1101110 | 0 | 1100100 | 100011 | 100001 | 101000001 | 1100100 | 100001 |
Color Harmonies of #AA006E
Complementary color
Monochromatic Colors of #AA006E
Black with #AA006E
Text Example
Text Example
White with #AA006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA006E; }
p { color: rgb(170,0,110); }
H1.HeaderClassName
{
color: #AA006E;
}
.AnyTagClassName
{
color: #AA006E;
}
</style>
background-color css
<style>
a { background-color: #AA006E; }
a { background-color: rgb(170,0,110); }
div.DivClassName
{
background-color: #AA006E;
}
.BgClassName
{
background-color: #AA006E;
}
</style>
border-color css
<style>
span { border-color: #AA006E; }
span { border-color: rgb(170,0,110); }
td.TdClassName
{
border-color: #AA006E;
}
.TagClassName
{
border-color: #AA006E;
}
</style>