Shades of Eggplant #AA047C
Tints of Eggplant #AA047C
RGB
CMYK
RGB Variations
Color information
#AA047C (or 0xAA047C) is known color: Eggplant. HEX triplet: AA, 04 and 7C. RGB value is (170,4,124). Sum of RGB (Red+Green+Blue) = 170+4+124=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA047C is #55FB83. Grayscale: #434343. Windows color (decimal): -5634948 or 8127658. OLE color: 8127658.
HSL color Cylindrical-coordinate representation of color #AA047C: hue angle of 316.63º 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 #AA047C is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.33 |
| HSL | 316.63º | 0.95% | 0.34% | - |
| HSV(B) | 316.63º | 0.98% | 0.67% | - |
| XYZ | 20.26 | 10.09 | 19.95 | - |
| YUV | 67.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 124 | 0 | 0.98 | 0.27 | 0.33 | 316.63 | 0.95 | 0.34 |
| Hex | AA | 4 | 7C | 0 | 62 | 1B | 21 | 13D | 5F | 22 |
| Octal | 252 | 4 | 174 | 0 | 142 | 33 | 41 | 475 | 137 | 42 |
| Binary | 10101010 | 100 | 1111100 | 0 | 1100010 | 11011 | 100001 | 100111101 | 1011111 | 100010 |
Color Harmonies of #AA047C
Complementary color
Monochromatic Colors of #AA047C
Black with #AA047C
Text Example
Text Example
White with #AA047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA047C; }
p { color: rgb(170,4,124); }
H1.HeaderClassName
{
color: #AA047C;
}
.AnyTagClassName
{
color: #AA047C;
}
</style>
background-color css
<style>
a { background-color: #AA047C; }
a { background-color: rgb(170,4,124); }
div.DivClassName
{
background-color: #AA047C;
}
.BgClassName
{
background-color: #AA047C;
}
</style>
border-color css
<style>
span { border-color: #AA047C; }
span { border-color: rgb(170,4,124); }
td.TdClassName
{
border-color: #AA047C;
}
.TagClassName
{
border-color: #AA047C;
}
</style>