Shades of Eggplant #AA047A
Tints of Eggplant #AA047A
RGB
CMYK
RGB Variations
Color information
#AA047A (or 0xAA047A) is known color: Eggplant. HEX triplet: AA, 04 and 7A. RGB value is (170,4,122). Sum of RGB (Red+Green+Blue) = 170+4+122=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA047A is #55FB85. Grayscale: #424242. Windows color (decimal): -5634950 or 7996586. OLE color: 7996586.
HSL color Cylindrical-coordinate representation of color #AA047A: hue angle of 317.35º 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 #AA047A is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.33 |
| HSL | 317.35º | 0.95% | 0.34% | - |
| HSV(B) | 317.35º | 0.98% | 0.67% | - |
| XYZ | 20.13 | 10.04 | 19.29 | - |
| YUV | 67.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 122 | 0 | 0.98 | 0.28 | 0.33 | 317.35 | 0.95 | 0.34 |
| Hex | AA | 4 | 7A | 0 | 62 | 1C | 21 | 13D | 5F | 22 |
| Octal | 252 | 4 | 172 | 0 | 142 | 34 | 41 | 475 | 137 | 42 |
| Binary | 10101010 | 100 | 1111010 | 0 | 1100010 | 11100 | 100001 | 100111101 | 1011111 | 100010 |
Color Harmonies of #AA047A
Complementary color
Monochromatic Colors of #AA047A
Black with #AA047A
Text Example
Text Example
White with #AA047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA047A; }
p { color: rgb(170,4,122); }
H1.HeaderClassName
{
color: #AA047A;
}
.AnyTagClassName
{
color: #AA047A;
}
</style>
background-color css
<style>
a { background-color: #AA047A; }
a { background-color: rgb(170,4,122); }
div.DivClassName
{
background-color: #AA047A;
}
.BgClassName
{
background-color: #AA047A;
}
</style>
border-color css
<style>
span { border-color: #AA047A; }
span { border-color: rgb(170,4,122); }
td.TdClassName
{
border-color: #AA047A;
}
.TagClassName
{
border-color: #AA047A;
}
</style>