Shades of Eggplant #A20580
Tints of Eggplant #A20580
RGB
CMYK
RGB Variations
Color information
#A20580 (or 0xA20580) is known color: Eggplant. HEX triplet: A2, 05 and 80. RGB value is (162,5,128). Sum of RGB (Red+Green+Blue) = 162+5+128=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20580 is #5DFA7F. Grayscale: #414141. Windows color (decimal): -6158976 or 8390050. OLE color: 8390050.
HSL color Cylindrical-coordinate representation of color #A20580: hue angle of 312.99º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20580 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 128 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.36 |
| HSL | 312.99º | 0.94% | 0.33% | - |
| HSV(B) | 312.99º | 0.97% | 0.64% | - |
| XYZ | 18.85 | 9.35 | 21.23 | - |
| YUV | 65.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 128 | 0 | 0.97 | 0.21 | 0.36 | 312.99 | 0.94 | 0.33 |
| Hex | A2 | 5 | 80 | 0 | 61 | 15 | 24 | 139 | 5E | 21 |
| Octal | 242 | 5 | 200 | 0 | 141 | 25 | 44 | 471 | 136 | 41 |
| Binary | 10100010 | 101 | 10000000 | 0 | 1100001 | 10101 | 100100 | 100111001 | 1011110 | 100001 |
Color Harmonies of #A20580
Complementary color
Monochromatic Colors of #A20580
Black with #A20580
Text Example
Text Example
White with #A20580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20580; }
p { color: rgb(162,5,128); }
H1.HeaderClassName
{
color: #A20580;
}
.AnyTagClassName
{
color: #A20580;
}
</style>
background-color css
<style>
a { background-color: #A20580; }
a { background-color: rgb(162,5,128); }
div.DivClassName
{
background-color: #A20580;
}
.BgClassName
{
background-color: #A20580;
}
</style>
border-color css
<style>
span { border-color: #A20580; }
span { border-color: rgb(162,5,128); }
td.TdClassName
{
border-color: #A20580;
}
.TagClassName
{
border-color: #A20580;
}
</style>