Shades of Eggplant #AA056E
Tints of Eggplant #AA056E
RGB
CMYK
RGB Variations
Color information
#AA056E (or 0xAA056E) is known color: Eggplant. HEX triplet: AA, 05 and 6E. RGB value is (170,5,110). Sum of RGB (Red+Green+Blue) = 170+5+110=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA056E is #55FA91. Grayscale: #424242. Windows color (decimal): -5634706 or 7210410. OLE color: 7210410.
HSL color Cylindrical-coordinate representation of color #AA056E: hue angle of 321.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA056E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 110 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.33 |
| HSL | 321.82º | 0.94% | 0.34% | - |
| HSV(B) | 321.82º | 0.97% | 0.67% | - |
| XYZ | 19.45 | 9.78 | 15.61 | - |
| YUV | 66.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 110 | 0 | 0.97 | 0.35 | 0.33 | 321.82 | 0.94 | 0.34 |
| Hex | AA | 5 | 6E | 0 | 61 | 23 | 21 | 142 | 5E | 22 |
| Octal | 252 | 5 | 156 | 0 | 141 | 43 | 41 | 502 | 136 | 42 |
| Binary | 10101010 | 101 | 1101110 | 0 | 1100001 | 100011 | 100001 | 101000010 | 1011110 | 100010 |
Color Harmonies of #AA056E
Complementary color
Monochromatic Colors of #AA056E
Black with #AA056E
Text Example
Text Example
White with #AA056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA056E; }
p { color: rgb(170,5,110); }
H1.HeaderClassName
{
color: #AA056E;
}
.AnyTagClassName
{
color: #AA056E;
}
</style>
background-color css
<style>
a { background-color: #AA056E; }
a { background-color: rgb(170,5,110); }
div.DivClassName
{
background-color: #AA056E;
}
.BgClassName
{
background-color: #AA056E;
}
</style>
border-color css
<style>
span { border-color: #AA056E; }
span { border-color: rgb(170,5,110); }
td.TdClassName
{
border-color: #AA056E;
}
.TagClassName
{
border-color: #AA056E;
}
</style>