Shades of Eggplant #A80573
Tints of Eggplant #A80573
RGB
CMYK
RGB Variations
Color information
#A80573 (or 0xA80573) is known color: Eggplant. HEX triplet: A8, 05 and 73. RGB value is (168,5,115). Sum of RGB (Red+Green+Blue) = 168+5+115=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A80573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80573 is #57FA8C. Grayscale: #424242. Windows color (decimal): -5765773 or 7538088. OLE color: 7538088.
HSL color Cylindrical-coordinate representation of color #A80573: hue angle of 319.51º 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 #A80573 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.34 |
| HSL | 319.51º | 0.94% | 0.34% | - |
| HSV(B) | 319.51º | 0.97% | 0.66% | - |
| XYZ | 19.3 | 9.67 | 17.07 | - |
| YUV | 66.28 | 155.5 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 115 | 0 | 0.97 | 0.32 | 0.34 | 319.51 | 0.94 | 0.34 |
| Hex | A8 | 5 | 73 | 0 | 61 | 20 | 22 | 140 | 5E | 22 |
| Octal | 250 | 5 | 163 | 0 | 141 | 40 | 42 | 500 | 136 | 42 |
| Binary | 10101000 | 101 | 1110011 | 0 | 1100001 | 100000 | 100010 | 101000000 | 1011110 | 100010 |
Color Harmonies of #A80573
Complementary color
Monochromatic Colors of #A80573
Black with #A80573
Text Example
Text Example
White with #A80573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80573; }
p { color: rgb(168,5,115); }
H1.HeaderClassName
{
color: #A80573;
}
.AnyTagClassName
{
color: #A80573;
}
</style>
background-color css
<style>
a { background-color: #A80573; }
a { background-color: rgb(168,5,115); }
div.DivClassName
{
background-color: #A80573;
}
.BgClassName
{
background-color: #A80573;
}
</style>
border-color css
<style>
span { border-color: #A80573; }
span { border-color: rgb(168,5,115); }
td.TdClassName
{
border-color: #A80573;
}
.TagClassName
{
border-color: #A80573;
}
</style>