Shades of Eggplant #AA0775
Tints of Eggplant #AA0775
RGB
CMYK
RGB Variations
Color information
#AA0775 (or 0xAA0775) is known color: Eggplant. HEX triplet: AA, 07 and 75. RGB value is (170,7,117). Sum of RGB (Red+Green+Blue) = 170+7+117=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0775 is #55F88A. Grayscale: #444444. Windows color (decimal): -5634187 or 7669674. OLE color: 7669674.
HSL color Cylindrical-coordinate representation of color #AA0775: hue angle of 319.51º 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 #AA0775 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.33 |
| HSL | 319.51º | 0.92% | 0.35% | - |
| HSV(B) | 319.51º | 0.96% | 0.67% | - |
| XYZ | 19.86 | 9.98 | 17.71 | - |
| YUV | 68.28 | 155.5 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 117 | 0 | 0.96 | 0.31 | 0.33 | 319.51 | 0.92 | 0.35 |
| Hex | AA | 7 | 75 | 0 | 60 | 1F | 21 | 140 | 5C | 23 |
| Octal | 252 | 7 | 165 | 0 | 140 | 37 | 41 | 500 | 134 | 43 |
| Binary | 10101010 | 111 | 1110101 | 0 | 1100000 | 11111 | 100001 | 101000000 | 1011100 | 100011 |
Color Harmonies of #AA0775
Complementary color
Monochromatic Colors of #AA0775
Black with #AA0775
Text Example
Text Example
White with #AA0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0775; }
p { color: rgb(170,7,117); }
H1.HeaderClassName
{
color: #AA0775;
}
.AnyTagClassName
{
color: #AA0775;
}
</style>
background-color css
<style>
a { background-color: #AA0775; }
a { background-color: rgb(170,7,117); }
div.DivClassName
{
background-color: #AA0775;
}
.BgClassName
{
background-color: #AA0775;
}
</style>
border-color css
<style>
span { border-color: #AA0775; }
span { border-color: rgb(170,7,117); }
td.TdClassName
{
border-color: #AA0775;
}
.TagClassName
{
border-color: #AA0775;
}
</style>