Shades of Eggplant #AA0275
Tints of Eggplant #AA0275
RGB
CMYK
RGB Variations
Color information
#AA0275 (or 0xAA0275) is known color: Eggplant. HEX triplet: AA, 02 and 75. RGB value is (170,2,117). Sum of RGB (Red+Green+Blue) = 170+2+117=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0275 is #55FD8A. Grayscale: #414141. Windows color (decimal): -5635467 or 7668394. OLE color: 7668394.
HSL color Cylindrical-coordinate representation of color #AA0275: hue angle of 318.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0275 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.33 |
| HSL | 318.93º | 0.98% | 0.34% | - |
| HSV(B) | 318.93º | 0.99% | 0.67% | - |
| XYZ | 19.81 | 9.87 | 17.69 | - |
| YUV | 65.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 117 | 0 | 0.99 | 0.31 | 0.33 | 318.93 | 0.98 | 0.34 |
| Hex | AA | 2 | 75 | 0 | 63 | 1F | 21 | 13F | 62 | 22 |
| Octal | 252 | 2 | 165 | 0 | 143 | 37 | 41 | 477 | 142 | 42 |
| Binary | 10101010 | 10 | 1110101 | 0 | 1100011 | 11111 | 100001 | 100111111 | 1100010 | 100010 |
Color Harmonies of #AA0275
Complementary color
Monochromatic Colors of #AA0275
Black with #AA0275
Text Example
Text Example
White with #AA0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0275; }
p { color: rgb(170,2,117); }
H1.HeaderClassName
{
color: #AA0275;
}
.AnyTagClassName
{
color: #AA0275;
}
</style>
background-color css
<style>
a { background-color: #AA0275; }
a { background-color: rgb(170,2,117); }
div.DivClassName
{
background-color: #AA0275;
}
.BgClassName
{
background-color: #AA0275;
}
</style>
border-color css
<style>
span { border-color: #AA0275; }
span { border-color: rgb(170,2,117); }
td.TdClassName
{
border-color: #AA0275;
}
.TagClassName
{
border-color: #AA0275;
}
</style>