Shades of Eggplant #AA067F
Tints of Eggplant #AA067F
RGB
CMYK
RGB Variations
Color information
#AA067F (or 0xAA067F) is known color: Eggplant. HEX triplet: AA, 06 and 7F. RGB value is (170,6,127). Sum of RGB (Red+Green+Blue) = 170+6+127=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA067F is #55F980. Grayscale: #444444. Windows color (decimal): -5634433 or 8324778. OLE color: 8324778.
HSL color Cylindrical-coordinate representation of color #AA067F: hue angle of 315.73º 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 #AA067F is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 127 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.33 |
| HSL | 315.73º | 0.93% | 0.35% | - |
| HSV(B) | 315.73º | 0.96% | 0.67% | - |
| XYZ | 20.47 | 10.21 | 20.97 | - |
| YUV | 68.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 127 | 0 | 0.96 | 0.25 | 0.33 | 315.73 | 0.93 | 0.35 |
| Hex | AA | 6 | 7F | 0 | 60 | 19 | 21 | 13C | 5D | 23 |
| Octal | 252 | 6 | 177 | 0 | 140 | 31 | 41 | 474 | 135 | 43 |
| Binary | 10101010 | 110 | 1111111 | 0 | 1100000 | 11001 | 100001 | 100111100 | 1011101 | 100011 |
Color Harmonies of #AA067F
Complementary color
Monochromatic Colors of #AA067F
Black with #AA067F
Text Example
Text Example
White with #AA067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA067F; }
p { color: rgb(170,6,127); }
H1.HeaderClassName
{
color: #AA067F;
}
.AnyTagClassName
{
color: #AA067F;
}
</style>
background-color css
<style>
a { background-color: #AA067F; }
a { background-color: rgb(170,6,127); }
div.DivClassName
{
background-color: #AA067F;
}
.BgClassName
{
background-color: #AA067F;
}
</style>
border-color css
<style>
span { border-color: #AA067F; }
span { border-color: rgb(170,6,127); }
td.TdClassName
{
border-color: #AA067F;
}
.TagClassName
{
border-color: #AA067F;
}
</style>