Shades of Eggplant #AA047F
Tints of Eggplant #AA047F
RGB
CMYK
RGB Variations
Color information
#AA047F (or 0xAA047F) is known color: Eggplant. HEX triplet: AA, 04 and 7F. RGB value is (170,4,127). Sum of RGB (Red+Green+Blue) = 170+4+127=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA047F is #55FB80. Grayscale: #434343. Windows color (decimal): -5634945 or 8324266. OLE color: 8324266.
HSL color Cylindrical-coordinate representation of color #AA047F: hue angle of 315.54º 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 #AA047F is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.33 |
| HSL | 315.54º | 0.95% | 0.34% | - |
| HSV(B) | 315.54º | 0.98% | 0.67% | - |
| XYZ | 20.45 | 10.17 | 20.96 | - |
| YUV | 67.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 127 | 0 | 0.98 | 0.25 | 0.33 | 315.54 | 0.95 | 0.34 |
| Hex | AA | 4 | 7F | 0 | 62 | 19 | 21 | 13C | 5F | 22 |
| Octal | 252 | 4 | 177 | 0 | 142 | 31 | 41 | 474 | 137 | 42 |
| Binary | 10101010 | 100 | 1111111 | 0 | 1100010 | 11001 | 100001 | 100111100 | 1011111 | 100010 |
Color Harmonies of #AA047F
Complementary color
Monochromatic Colors of #AA047F
Black with #AA047F
Text Example
Text Example
White with #AA047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA047F; }
p { color: rgb(170,4,127); }
H1.HeaderClassName
{
color: #AA047F;
}
.AnyTagClassName
{
color: #AA047F;
}
</style>
background-color css
<style>
a { background-color: #AA047F; }
a { background-color: rgb(170,4,127); }
div.DivClassName
{
background-color: #AA047F;
}
.BgClassName
{
background-color: #AA047F;
}
</style>
border-color css
<style>
span { border-color: #AA047F; }
span { border-color: rgb(170,4,127); }
td.TdClassName
{
border-color: #AA047F;
}
.TagClassName
{
border-color: #AA047F;
}
</style>