Shades of Eggplant #A20A75
Tints of Eggplant #A20A75
RGB
CMYK
RGB Variations
Color information
#A20A75 (or 0xA20A75) is known color: Eggplant. HEX triplet: A2, 0A and 75. RGB value is (162,10,117). Sum of RGB (Red+Green+Blue) = 162+10+117=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A75 is #5DF58A. Grayscale: #434343. Windows color (decimal): -6157707 or 7670434. OLE color: 7670434.
HSL color Cylindrical-coordinate representation of color #A20A75: hue angle of 317.76º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A75 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 117 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.36 |
| HSL | 317.76º | 0.88% | 0.34% | - |
| HSV(B) | 317.76º | 0.94% | 0.64% | - |
| XYZ | 18.22 | 9.18 | 17.64 | - |
| YUV | 67.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 117 | 0 | 0.94 | 0.28 | 0.36 | 317.76 | 0.88 | 0.34 |
| Hex | A2 | A | 75 | 0 | 5E | 1C | 24 | 13E | 58 | 22 |
| Octal | 242 | 12 | 165 | 0 | 136 | 34 | 44 | 476 | 130 | 42 |
| Binary | 10100010 | 1010 | 1110101 | 0 | 1011110 | 11100 | 100100 | 100111110 | 1011000 | 100010 |
Color Harmonies of #A20A75
Complementary color
Monochromatic Colors of #A20A75
Black with #A20A75
Text Example
Text Example
White with #A20A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A75; }
p { color: rgb(162,10,117); }
H1.HeaderClassName
{
color: #A20A75;
}
.AnyTagClassName
{
color: #A20A75;
}
</style>
background-color css
<style>
a { background-color: #A20A75; }
a { background-color: rgb(162,10,117); }
div.DivClassName
{
background-color: #A20A75;
}
.BgClassName
{
background-color: #A20A75;
}
</style>
border-color css
<style>
span { border-color: #A20A75; }
span { border-color: rgb(162,10,117); }
td.TdClassName
{
border-color: #A20A75;
}
.TagClassName
{
border-color: #A20A75;
}
</style>