Shades of Eggplant #AA057C
Tints of Eggplant #AA057C
RGB
CMYK
RGB Variations
Color information
#AA057C (or 0xAA057C) is known color: Eggplant. HEX triplet: AA, 05 and 7C. RGB value is (170,5,124). Sum of RGB (Red+Green+Blue) = 170+5+124=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA057C is #55FA83. Grayscale: #434343. Windows color (decimal): -5634692 or 8127914. OLE color: 8127914.
HSL color Cylindrical-coordinate representation of color #AA057C: hue angle of 316.73º 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 #AA057C is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 124 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.33 |
| HSL | 316.73º | 0.94% | 0.34% | - |
| HSV(B) | 316.73º | 0.97% | 0.67% | - |
| XYZ | 20.27 | 10.11 | 19.95 | - |
| YUV | 67.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 124 | 0 | 0.97 | 0.27 | 0.33 | 316.73 | 0.94 | 0.34 |
| Hex | AA | 5 | 7C | 0 | 61 | 1B | 21 | 13D | 5E | 22 |
| Octal | 252 | 5 | 174 | 0 | 141 | 33 | 41 | 475 | 136 | 42 |
| Binary | 10101010 | 101 | 1111100 | 0 | 1100001 | 11011 | 100001 | 100111101 | 1011110 | 100010 |
Color Harmonies of #AA057C
Complementary color
Monochromatic Colors of #AA057C
Black with #AA057C
Text Example
Text Example
White with #AA057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA057C; }
p { color: rgb(170,5,124); }
H1.HeaderClassName
{
color: #AA057C;
}
.AnyTagClassName
{
color: #AA057C;
}
</style>
background-color css
<style>
a { background-color: #AA057C; }
a { background-color: rgb(170,5,124); }
div.DivClassName
{
background-color: #AA057C;
}
.BgClassName
{
background-color: #AA057C;
}
</style>
border-color css
<style>
span { border-color: #AA057C; }
span { border-color: rgb(170,5,124); }
td.TdClassName
{
border-color: #AA057C;
}
.TagClassName
{
border-color: #AA057C;
}
</style>