Shades of Eggplant #A00580
Tints of Eggplant #A00580
RGB
CMYK
RGB Variations
Color information
#A00580 (or 0xA00580) is known color: Eggplant. HEX triplet: A0, 05 and 80. RGB value is (160,5,128). Sum of RGB (Red+Green+Blue) = 160+5+128=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A00580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00580 is #5FFA7F. Grayscale: #414141. Windows color (decimal): -6290048 or 8390048. OLE color: 8390048.
HSL color Cylindrical-coordinate representation of color #A00580: hue angle of 312.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00580 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 128 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.37 |
| HSL | 312.39º | 0.94% | 0.32% | - |
| HSV(B) | 312.39º | 0.97% | 0.63% | - |
| XYZ | 18.45 | 9.14 | 21.21 | - |
| YUV | 65.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 128 | 0 | 0.97 | 0.20 | 0.37 | 312.39 | 0.94 | 0.32 |
| Hex | A0 | 5 | 80 | 0 | 61 | 14 | 25 | 138 | 5E | 20 |
| Octal | 240 | 5 | 200 | 0 | 141 | 24 | 45 | 470 | 136 | 40 |
| Binary | 10100000 | 101 | 10000000 | 0 | 1100001 | 10100 | 100101 | 100111000 | 1011110 | 100000 |
Color Harmonies of #A00580
Complementary color
Monochromatic Colors of #A00580
Black with #A00580
Text Example
Text Example
White with #A00580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00580; }
p { color: rgb(160,5,128); }
H1.HeaderClassName
{
color: #A00580;
}
.AnyTagClassName
{
color: #A00580;
}
</style>
background-color css
<style>
a { background-color: #A00580; }
a { background-color: rgb(160,5,128); }
div.DivClassName
{
background-color: #A00580;
}
.BgClassName
{
background-color: #A00580;
}
</style>
border-color css
<style>
span { border-color: #A00580; }
span { border-color: rgb(160,5,128); }
td.TdClassName
{
border-color: #A00580;
}
.TagClassName
{
border-color: #A00580;
}
</style>