Shades of Eggplant #A80575
Tints of Eggplant #A80575
RGB
CMYK
RGB Variations
Color information
#A80575 (or 0xA80575) is known color: Eggplant. HEX triplet: A8, 05 and 75. RGB value is (168,5,117). Sum of RGB (Red+Green+Blue) = 168+5+117=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A80575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80575 is #57FA8A. Grayscale: #424242. Windows color (decimal): -5765771 or 7669160. OLE color: 7669160.
HSL color Cylindrical-coordinate representation of color #A80575: hue angle of 318.77º 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 #A80575 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.34 |
| HSL | 318.77º | 0.94% | 0.34% | - |
| HSV(B) | 318.77º | 0.97% | 0.66% | - |
| XYZ | 19.41 | 9.72 | 17.68 | - |
| YUV | 66.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 117 | 0 | 0.97 | 0.30 | 0.34 | 318.77 | 0.94 | 0.34 |
| Hex | A8 | 5 | 75 | 0 | 61 | 1E | 22 | 13F | 5E | 22 |
| Octal | 250 | 5 | 165 | 0 | 141 | 36 | 42 | 477 | 136 | 42 |
| Binary | 10101000 | 101 | 1110101 | 0 | 1100001 | 11110 | 100010 | 100111111 | 1011110 | 100010 |
Color Harmonies of #A80575
Complementary color
Monochromatic Colors of #A80575
Black with #A80575
Text Example
Text Example
White with #A80575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80575; }
p { color: rgb(168,5,117); }
H1.HeaderClassName
{
color: #A80575;
}
.AnyTagClassName
{
color: #A80575;
}
</style>
background-color css
<style>
a { background-color: #A80575; }
a { background-color: rgb(168,5,117); }
div.DivClassName
{
background-color: #A80575;
}
.BgClassName
{
background-color: #A80575;
}
</style>
border-color css
<style>
span { border-color: #A80575; }
span { border-color: rgb(168,5,117); }
td.TdClassName
{
border-color: #A80575;
}
.TagClassName
{
border-color: #A80575;
}
</style>