Shades of Eggplant #AA0173
Tints of Eggplant #AA0173
RGB
CMYK
RGB Variations
Color information
#AA0173 (or 0xAA0173) is known color: Eggplant. HEX triplet: AA, 01 and 73. RGB value is (170,1,115). Sum of RGB (Red+Green+Blue) = 170+1+115=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0173 is #55FE8C. Grayscale: #404040. Windows color (decimal): -5635725 or 7537066. OLE color: 7537066.
HSL color Cylindrical-coordinate representation of color #AA0173: hue angle of 319.53º 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 #AA0173 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.33 |
| HSL | 319.53º | 0.99% | 0.34% | - |
| HSV(B) | 319.53º | 0.99% | 0.67% | - |
| XYZ | 19.68 | 9.81 | 17.07 | - |
| YUV | 64.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 115 | 0 | 0.99 | 0.32 | 0.33 | 319.53 | 0.99 | 0.34 |
| Hex | AA | 1 | 73 | 0 | 63 | 20 | 21 | 140 | 63 | 22 |
| Octal | 252 | 1 | 163 | 0 | 143 | 40 | 41 | 500 | 143 | 42 |
| Binary | 10101010 | 1 | 1110011 | 0 | 1100011 | 100000 | 100001 | 101000000 | 1100011 | 100010 |
Color Harmonies of #AA0173
Complementary color
Monochromatic Colors of #AA0173
Black with #AA0173
Text Example
Text Example
White with #AA0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0173; }
p { color: rgb(170,1,115); }
H1.HeaderClassName
{
color: #AA0173;
}
.AnyTagClassName
{
color: #AA0173;
}
</style>
background-color css
<style>
a { background-color: #AA0173; }
a { background-color: rgb(170,1,115); }
div.DivClassName
{
background-color: #AA0173;
}
.BgClassName
{
background-color: #AA0173;
}
</style>
border-color css
<style>
span { border-color: #AA0173; }
span { border-color: rgb(170,1,115); }
td.TdClassName
{
border-color: #AA0173;
}
.TagClassName
{
border-color: #AA0173;
}
</style>