Shades of Eggplant #AA0673
Tints of Eggplant #AA0673
RGB
CMYK
RGB Variations
Color information
#AA0673 (or 0xAA0673) is known color: Eggplant. HEX triplet: AA, 06 and 73. RGB value is (170,6,115). Sum of RGB (Red+Green+Blue) = 170+6+115=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0673 is #55F98C. Grayscale: #434343. Windows color (decimal): -5634445 or 7538346. OLE color: 7538346.
HSL color Cylindrical-coordinate representation of color #AA0673: hue angle of 320.12º 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 #AA0673 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 115 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.33 |
| HSL | 320.12º | 0.93% | 0.35% | - |
| HSV(B) | 320.12º | 0.96% | 0.67% | - |
| XYZ | 19.74 | 9.91 | 17.09 | - |
| YUV | 67.46 | 154.83 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 115 | 0 | 0.96 | 0.32 | 0.33 | 320.12 | 0.93 | 0.35 |
| Hex | AA | 6 | 73 | 0 | 60 | 20 | 21 | 140 | 5D | 23 |
| Octal | 252 | 6 | 163 | 0 | 140 | 40 | 41 | 500 | 135 | 43 |
| Binary | 10101010 | 110 | 1110011 | 0 | 1100000 | 100000 | 100001 | 101000000 | 1011101 | 100011 |
Color Harmonies of #AA0673
Complementary color
Monochromatic Colors of #AA0673
Black with #AA0673
Text Example
Text Example
White with #AA0673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0673; }
p { color: rgb(170,6,115); }
H1.HeaderClassName
{
color: #AA0673;
}
.AnyTagClassName
{
color: #AA0673;
}
</style>
background-color css
<style>
a { background-color: #AA0673; }
a { background-color: rgb(170,6,115); }
div.DivClassName
{
background-color: #AA0673;
}
.BgClassName
{
background-color: #AA0673;
}
</style>
border-color css
<style>
span { border-color: #AA0673; }
span { border-color: rgb(170,6,115); }
td.TdClassName
{
border-color: #AA0673;
}
.TagClassName
{
border-color: #AA0673;
}
</style>