Shades of Eggplant #A80577
Tints of Eggplant #A80577
RGB
CMYK
RGB Variations
Color information
#A80577 (or 0xA80577) is known color: Eggplant. HEX triplet: A8, 05 and 77. RGB value is (168,5,119). Sum of RGB (Red+Green+Blue) = 168+5+119=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A80577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80577 is #57FA88. Grayscale: #424242. Windows color (decimal): -5765769 or 7800232. OLE color: 7800232.
HSL color Cylindrical-coordinate representation of color #A80577: hue angle of 318.04º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80577 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.34 |
| HSL | 318.04º | 0.94% | 0.34% | - |
| HSV(B) | 318.04º | 0.97% | 0.66% | - |
| XYZ | 19.53 | 9.77 | 18.31 | - |
| YUV | 66.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 119 | 0 | 0.97 | 0.29 | 0.34 | 318.04 | 0.94 | 0.34 |
| Hex | A8 | 5 | 77 | 0 | 61 | 1D | 22 | 13E | 5E | 22 |
| Octal | 250 | 5 | 167 | 0 | 141 | 35 | 42 | 476 | 136 | 42 |
| Binary | 10101000 | 101 | 1110111 | 0 | 1100001 | 11101 | 100010 | 100111110 | 1011110 | 100010 |
Color Harmonies of #A80577
Complementary color
Monochromatic Colors of #A80577
Black with #A80577
Text Example
Text Example
White with #A80577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80577; }
p { color: rgb(168,5,119); }
H1.HeaderClassName
{
color: #A80577;
}
.AnyTagClassName
{
color: #A80577;
}
</style>
background-color css
<style>
a { background-color: #A80577; }
a { background-color: rgb(168,5,119); }
div.DivClassName
{
background-color: #A80577;
}
.BgClassName
{
background-color: #A80577;
}
</style>
border-color css
<style>
span { border-color: #A80577; }
span { border-color: rgb(168,5,119); }
td.TdClassName
{
border-color: #A80577;
}
.TagClassName
{
border-color: #A80577;
}
</style>