Shades of Eggplant #AA057E
Tints of Eggplant #AA057E
RGB
CMYK
RGB Variations
Color information
#AA057E (or 0xAA057E) is known color: Eggplant. HEX triplet: AA, 05 and 7E. RGB value is (170,5,126). Sum of RGB (Red+Green+Blue) = 170+5+126=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA057E is #55FA81. Grayscale: #434343. Windows color (decimal): -5634690 or 8258986. OLE color: 8258986.
HSL color Cylindrical-coordinate representation of color #AA057E: hue angle of 316º 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 #AA057E is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 126 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.33 |
| HSL | 316º | 0.94% | 0.34% | - |
| HSV(B) | 316º | 0.97% | 0.67% | - |
| XYZ | 20.4 | 10.16 | 20.62 | - |
| YUV | 68.13 | 160.66 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 126 | 0 | 0.97 | 0.26 | 0.33 | 316 | 0.94 | 0.34 |
| Hex | AA | 5 | 7E | 0 | 61 | 1A | 21 | 13C | 5E | 22 |
| Octal | 252 | 5 | 176 | 0 | 141 | 32 | 41 | 474 | 136 | 42 |
| Binary | 10101010 | 101 | 1111110 | 0 | 1100001 | 11010 | 100001 | 100111100 | 1011110 | 100010 |
Color Harmonies of #AA057E
Complementary color
Monochromatic Colors of #AA057E
Black with #AA057E
Text Example
Text Example
White with #AA057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA057E; }
p { color: rgb(170,5,126); }
H1.HeaderClassName
{
color: #AA057E;
}
.AnyTagClassName
{
color: #AA057E;
}
</style>
background-color css
<style>
a { background-color: #AA057E; }
a { background-color: rgb(170,5,126); }
div.DivClassName
{
background-color: #AA057E;
}
.BgClassName
{
background-color: #AA057E;
}
</style>
border-color css
<style>
span { border-color: #AA057E; }
span { border-color: rgb(170,5,126); }
td.TdClassName
{
border-color: #AA057E;
}
.TagClassName
{
border-color: #AA057E;
}
</style>