Shades of Eggplant #AA077E
Tints of Eggplant #AA077E
RGB
CMYK
RGB Variations
Color information
#AA077E (or 0xAA077E) is known color: Eggplant. HEX triplet: AA, 07 and 7E. RGB value is (170,7,126). Sum of RGB (Red+Green+Blue) = 170+7+126=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA077E is #55F881. Grayscale: #444444. Windows color (decimal): -5634178 or 8259498. OLE color: 8259498.
HSL color Cylindrical-coordinate representation of color #AA077E: hue angle of 316.2º 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 #AA077E is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 126 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.33 |
| HSL | 316.2º | 0.92% | 0.35% | - |
| HSV(B) | 316.2º | 0.96% | 0.67% | - |
| XYZ | 20.42 | 10.2 | 20.63 | - |
| YUV | 69.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 126 | 0 | 0.96 | 0.26 | 0.33 | 316.2 | 0.92 | 0.35 |
| Hex | AA | 7 | 7E | 0 | 60 | 1A | 21 | 13C | 5C | 23 |
| Octal | 252 | 7 | 176 | 0 | 140 | 32 | 41 | 474 | 134 | 43 |
| Binary | 10101010 | 111 | 1111110 | 0 | 1100000 | 11010 | 100001 | 100111100 | 1011100 | 100011 |
Color Harmonies of #AA077E
Complementary color
Monochromatic Colors of #AA077E
Black with #AA077E
Text Example
Text Example
White with #AA077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA077E; }
p { color: rgb(170,7,126); }
H1.HeaderClassName
{
color: #AA077E;
}
.AnyTagClassName
{
color: #AA077E;
}
</style>
background-color css
<style>
a { background-color: #AA077E; }
a { background-color: rgb(170,7,126); }
div.DivClassName
{
background-color: #AA077E;
}
.BgClassName
{
background-color: #AA077E;
}
</style>
border-color css
<style>
span { border-color: #AA077E; }
span { border-color: rgb(170,7,126); }
td.TdClassName
{
border-color: #AA077E;
}
.TagClassName
{
border-color: #AA077E;
}
</style>