Shades of Eggplant #AA077A
Tints of Eggplant #AA077A
RGB
CMYK
RGB Variations
Color information
#AA077A (or 0xAA077A) is known color: Eggplant. HEX triplet: AA, 07 and 7A. RGB value is (170,7,122). Sum of RGB (Red+Green+Blue) = 170+7+122=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA077A is #55F885. Grayscale: #444444. Windows color (decimal): -5634182 or 7997354. OLE color: 7997354.
HSL color Cylindrical-coordinate representation of color #AA077A: hue angle of 317.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA077A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.33 |
| HSL | 317.67º | 0.92% | 0.35% | - |
| HSV(B) | 317.67º | 0.96% | 0.67% | - |
| XYZ | 20.17 | 10.1 | 19.3 | - |
| YUV | 68.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 122 | 0 | 0.96 | 0.28 | 0.33 | 317.67 | 0.92 | 0.35 |
| Hex | AA | 7 | 7A | 0 | 60 | 1C | 21 | 13E | 5C | 23 |
| Octal | 252 | 7 | 172 | 0 | 140 | 34 | 41 | 476 | 134 | 43 |
| Binary | 10101010 | 111 | 1111010 | 0 | 1100000 | 11100 | 100001 | 100111110 | 1011100 | 100011 |
Color Harmonies of #AA077A
Complementary color
Monochromatic Colors of #AA077A
Black with #AA077A
Text Example
Text Example
White with #AA077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA077A; }
p { color: rgb(170,7,122); }
H1.HeaderClassName
{
color: #AA077A;
}
.AnyTagClassName
{
color: #AA077A;
}
</style>
background-color css
<style>
a { background-color: #AA077A; }
a { background-color: rgb(170,7,122); }
div.DivClassName
{
background-color: #AA077A;
}
.BgClassName
{
background-color: #AA077A;
}
</style>
border-color css
<style>
span { border-color: #AA077A; }
span { border-color: rgb(170,7,122); }
td.TdClassName
{
border-color: #AA077A;
}
.TagClassName
{
border-color: #AA077A;
}
</style>