Shades of Eggplant #A60577
Tints of Eggplant #A60577
RGB
CMYK
RGB Variations
Color information
#A60577 (or 0xA60577) is known color: Eggplant. HEX triplet: A6, 05 and 77. RGB value is (166,5,119). Sum of RGB (Red+Green+Blue) = 166+5+119=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A60577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60577 is #59FA88. Grayscale: #414141. Windows color (decimal): -5896841 or 7800230. OLE color: 7800230.
HSL color Cylindrical-coordinate representation of color #A60577: hue angle of 317.52º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A60577 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.35 |
| HSL | 317.52º | 0.94% | 0.34% | - |
| HSV(B) | 317.52º | 0.97% | 0.65% | - |
| XYZ | 19.11 | 9.55 | 18.29 | - |
| YUV | 66.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 119 | 0 | 0.97 | 0.28 | 0.35 | 317.52 | 0.94 | 0.34 |
| Hex | A6 | 5 | 77 | 0 | 61 | 1C | 23 | 13E | 5E | 22 |
| Octal | 246 | 5 | 167 | 0 | 141 | 34 | 43 | 476 | 136 | 42 |
| Binary | 10100110 | 101 | 1110111 | 0 | 1100001 | 11100 | 100011 | 100111110 | 1011110 | 100010 |
Color Harmonies of #A60577
Complementary color
Monochromatic Colors of #A60577
Black with #A60577
Text Example
Text Example
White with #A60577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60577; }
p { color: rgb(166,5,119); }
H1.HeaderClassName
{
color: #A60577;
}
.AnyTagClassName
{
color: #A60577;
}
</style>
background-color css
<style>
a { background-color: #A60577; }
a { background-color: rgb(166,5,119); }
div.DivClassName
{
background-color: #A60577;
}
.BgClassName
{
background-color: #A60577;
}
</style>
border-color css
<style>
span { border-color: #A60577; }
span { border-color: rgb(166,5,119); }
td.TdClassName
{
border-color: #A60577;
}
.TagClassName
{
border-color: #A60577;
}
</style>