Shades of Eggplant #AA057F
Tints of Eggplant #AA057F
RGB
CMYK
RGB Variations
Color information
#AA057F (or 0xAA057F) is known color: Eggplant. HEX triplet: AA, 05 and 7F. RGB value is (170,5,127). Sum of RGB (Red+Green+Blue) = 170+5+127=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA057F is #55FA80. Grayscale: #434343. Windows color (decimal): -5634689 or 8324522. OLE color: 8324522.
HSL color Cylindrical-coordinate representation of color #AA057F: hue angle of 315.64º 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 #AA057F is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 127 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.33 |
| HSL | 315.64º | 0.94% | 0.34% | - |
| HSV(B) | 315.64º | 0.97% | 0.67% | - |
| XYZ | 20.46 | 10.19 | 20.97 | - |
| YUV | 68.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 127 | 0 | 0.97 | 0.25 | 0.33 | 315.64 | 0.94 | 0.34 |
| Hex | AA | 5 | 7F | 0 | 61 | 19 | 21 | 13C | 5E | 22 |
| Octal | 252 | 5 | 177 | 0 | 141 | 31 | 41 | 474 | 136 | 42 |
| Binary | 10101010 | 101 | 1111111 | 0 | 1100001 | 11001 | 100001 | 100111100 | 1011110 | 100010 |
Color Harmonies of #AA057F
Complementary color
Monochromatic Colors of #AA057F
Black with #AA057F
Text Example
Text Example
White with #AA057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA057F; }
p { color: rgb(170,5,127); }
H1.HeaderClassName
{
color: #AA057F;
}
.AnyTagClassName
{
color: #AA057F;
}
</style>
background-color css
<style>
a { background-color: #AA057F; }
a { background-color: rgb(170,5,127); }
div.DivClassName
{
background-color: #AA057F;
}
.BgClassName
{
background-color: #AA057F;
}
</style>
border-color css
<style>
span { border-color: #AA057F; }
span { border-color: rgb(170,5,127); }
td.TdClassName
{
border-color: #AA057F;
}
.TagClassName
{
border-color: #AA057F;
}
</style>