Shades of Eggplant #AA037F
Tints of Eggplant #AA037F
RGB
CMYK
RGB Variations
Color information
#AA037F (or 0xAA037F) is known color: Eggplant. HEX triplet: AA, 03 and 7F. RGB value is (170,3,127). Sum of RGB (Red+Green+Blue) = 170+3+127=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA037F is #55FC80. Grayscale: #424242. Windows color (decimal): -5635201 or 8324010. OLE color: 8324010.
HSL color Cylindrical-coordinate representation of color #AA037F: hue angle of 315.45º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA037F is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 127 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.33 |
| HSL | 315.45º | 0.97% | 0.34% | - |
| HSV(B) | 315.45º | 0.98% | 0.67% | - |
| XYZ | 20.44 | 10.14 | 20.96 | - |
| YUV | 67.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 127 | 0 | 0.98 | 0.25 | 0.33 | 315.45 | 0.97 | 0.34 |
| Hex | AA | 3 | 7F | 0 | 62 | 19 | 21 | 13B | 61 | 22 |
| Octal | 252 | 3 | 177 | 0 | 142 | 31 | 41 | 473 | 141 | 42 |
| Binary | 10101010 | 11 | 1111111 | 0 | 1100010 | 11001 | 100001 | 100111011 | 1100001 | 100010 |
Color Harmonies of #AA037F
Complementary color
Monochromatic Colors of #AA037F
Black with #AA037F
Text Example
Text Example
White with #AA037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA037F; }
p { color: rgb(170,3,127); }
H1.HeaderClassName
{
color: #AA037F;
}
.AnyTagClassName
{
color: #AA037F;
}
</style>
background-color css
<style>
a { background-color: #AA037F; }
a { background-color: rgb(170,3,127); }
div.DivClassName
{
background-color: #AA037F;
}
.BgClassName
{
background-color: #AA037F;
}
</style>
border-color css
<style>
span { border-color: #AA037F; }
span { border-color: rgb(170,3,127); }
td.TdClassName
{
border-color: #AA037F;
}
.TagClassName
{
border-color: #AA037F;
}
</style>