Shades of Eggplant #AA0175
Tints of Eggplant #AA0175
RGB
CMYK
RGB Variations
Color information
#AA0175 (or 0xAA0175) is known color: Eggplant. HEX triplet: AA, 01 and 75. RGB value is (170,1,117). Sum of RGB (Red+Green+Blue) = 170+1+117=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0175 is #55FE8A. Grayscale: #404040. Windows color (decimal): -5635723 or 7668138. OLE color: 7668138.
HSL color Cylindrical-coordinate representation of color #AA0175: hue angle of 318.82º degrees, saturation: 0.99, 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 #AA0175 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.33 |
| HSL | 318.82º | 0.99% | 0.34% | - |
| HSV(B) | 318.82º | 0.99% | 0.67% | - |
| XYZ | 19.8 | 9.85 | 17.69 | - |
| YUV | 64.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 117 | 0 | 0.99 | 0.31 | 0.33 | 318.82 | 0.99 | 0.34 |
| Hex | AA | 1 | 75 | 0 | 63 | 1F | 21 | 13F | 63 | 22 |
| Octal | 252 | 1 | 165 | 0 | 143 | 37 | 41 | 477 | 143 | 42 |
| Binary | 10101010 | 1 | 1110101 | 0 | 1100011 | 11111 | 100001 | 100111111 | 1100011 | 100010 |
Color Harmonies of #AA0175
Complementary color
Monochromatic Colors of #AA0175
Black with #AA0175
Text Example
Text Example
White with #AA0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0175; }
p { color: rgb(170,1,117); }
H1.HeaderClassName
{
color: #AA0175;
}
.AnyTagClassName
{
color: #AA0175;
}
</style>
background-color css
<style>
a { background-color: #AA0175; }
a { background-color: rgb(170,1,117); }
div.DivClassName
{
background-color: #AA0175;
}
.BgClassName
{
background-color: #AA0175;
}
</style>
border-color css
<style>
span { border-color: #AA0175; }
span { border-color: rgb(170,1,117); }
td.TdClassName
{
border-color: #AA0175;
}
.TagClassName
{
border-color: #AA0175;
}
</style>