Shades of Eggplant #AA067E
Tints of Eggplant #AA067E
RGB
CMYK
RGB Variations
Color information
#AA067E (or 0xAA067E) is known color: Eggplant. HEX triplet: AA, 06 and 7E. RGB value is (170,6,126). Sum of RGB (Red+Green+Blue) = 170+6+126=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA067E is #55F981. Grayscale: #444444. Windows color (decimal): -5634434 or 8259242. OLE color: 8259242.
HSL color Cylindrical-coordinate representation of color #AA067E: hue angle of 316.1º degrees, saturation: 0.93, 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 #AA067E is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 126 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.33 |
| HSL | 316.1º | 0.93% | 0.35% | - |
| HSV(B) | 316.1º | 0.96% | 0.67% | - |
| XYZ | 20.41 | 10.18 | 20.63 | - |
| YUV | 68.72 | 160.33 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 126 | 0 | 0.96 | 0.26 | 0.33 | 316.1 | 0.93 | 0.35 |
| Hex | AA | 6 | 7E | 0 | 60 | 1A | 21 | 13C | 5D | 23 |
| Octal | 252 | 6 | 176 | 0 | 140 | 32 | 41 | 474 | 135 | 43 |
| Binary | 10101010 | 110 | 1111110 | 0 | 1100000 | 11010 | 100001 | 100111100 | 1011101 | 100011 |
Color Harmonies of #AA067E
Complementary color
Monochromatic Colors of #AA067E
Black with #AA067E
Text Example
Text Example
White with #AA067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA067E; }
p { color: rgb(170,6,126); }
H1.HeaderClassName
{
color: #AA067E;
}
.AnyTagClassName
{
color: #AA067E;
}
</style>
background-color css
<style>
a { background-color: #AA067E; }
a { background-color: rgb(170,6,126); }
div.DivClassName
{
background-color: #AA067E;
}
.BgClassName
{
background-color: #AA067E;
}
</style>
border-color css
<style>
span { border-color: #AA067E; }
span { border-color: rgb(170,6,126); }
td.TdClassName
{
border-color: #AA067E;
}
.TagClassName
{
border-color: #AA067E;
}
</style>