Shades of Eggplant #AA047D
Tints of Eggplant #AA047D
RGB
CMYK
RGB Variations
Color information
#AA047D (or 0xAA047D) is known color: Eggplant. HEX triplet: AA, 04 and 7D. RGB value is (170,4,125). Sum of RGB (Red+Green+Blue) = 170+4+125=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA047D is #55FB82. Grayscale: #434343. Windows color (decimal): -5634947 or 8193194. OLE color: 8193194.
HSL color Cylindrical-coordinate representation of color #AA047D: hue angle of 316.27º degrees, saturation: 0.95, 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 #AA047D is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.33 |
| HSL | 316.27º | 0.95% | 0.34% | - |
| HSV(B) | 316.27º | 0.98% | 0.67% | - |
| XYZ | 20.32 | 10.11 | 20.28 | - |
| YUV | 67.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 125 | 0 | 0.98 | 0.26 | 0.33 | 316.27 | 0.95 | 0.34 |
| Hex | AA | 4 | 7D | 0 | 62 | 1A | 21 | 13C | 5F | 22 |
| Octal | 252 | 4 | 175 | 0 | 142 | 32 | 41 | 474 | 137 | 42 |
| Binary | 10101010 | 100 | 1111101 | 0 | 1100010 | 11010 | 100001 | 100111100 | 1011111 | 100010 |
Color Harmonies of #AA047D
Complementary color
Monochromatic Colors of #AA047D
Black with #AA047D
Text Example
Text Example
White with #AA047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA047D; }
p { color: rgb(170,4,125); }
H1.HeaderClassName
{
color: #AA047D;
}
.AnyTagClassName
{
color: #AA047D;
}
</style>
background-color css
<style>
a { background-color: #AA047D; }
a { background-color: rgb(170,4,125); }
div.DivClassName
{
background-color: #AA047D;
}
.BgClassName
{
background-color: #AA047D;
}
</style>
border-color css
<style>
span { border-color: #AA047D; }
span { border-color: rgb(170,4,125); }
td.TdClassName
{
border-color: #AA047D;
}
.TagClassName
{
border-color: #AA047D;
}
</style>