Shades of Eggplant #AA067A
Tints of Eggplant #AA067A
RGB
CMYK
RGB Variations
Color information
#AA067A (or 0xAA067A) is known color: Eggplant. HEX triplet: AA, 06 and 7A. RGB value is (170,6,122). Sum of RGB (Red+Green+Blue) = 170+6+122=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA067A is #55F985. Grayscale: #434343. Windows color (decimal): -5634438 or 7997098. OLE color: 7997098.
HSL color Cylindrical-coordinate representation of color #AA067A: hue angle of 317.56º 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 #AA067A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 122 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.33 |
| HSL | 317.56º | 0.93% | 0.35% | - |
| HSV(B) | 317.56º | 0.96% | 0.67% | - |
| XYZ | 20.16 | 10.08 | 19.3 | - |
| YUV | 68.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 122 | 0 | 0.96 | 0.28 | 0.33 | 317.56 | 0.93 | 0.35 |
| Hex | AA | 6 | 7A | 0 | 60 | 1C | 21 | 13E | 5D | 23 |
| Octal | 252 | 6 | 172 | 0 | 140 | 34 | 41 | 476 | 135 | 43 |
| Binary | 10101010 | 110 | 1111010 | 0 | 1100000 | 11100 | 100001 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AA067A
Complementary color
Monochromatic Colors of #AA067A
Black with #AA067A
Text Example
Text Example
White with #AA067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA067A; }
p { color: rgb(170,6,122); }
H1.HeaderClassName
{
color: #AA067A;
}
.AnyTagClassName
{
color: #AA067A;
}
</style>
background-color css
<style>
a { background-color: #AA067A; }
a { background-color: rgb(170,6,122); }
div.DivClassName
{
background-color: #AA067A;
}
.BgClassName
{
background-color: #AA067A;
}
</style>
border-color css
<style>
span { border-color: #AA067A; }
span { border-color: rgb(170,6,122); }
td.TdClassName
{
border-color: #AA067A;
}
.TagClassName
{
border-color: #AA067A;
}
</style>