Shades of Eggplant #A20C75
Tints of Eggplant #A20C75
RGB
CMYK
RGB Variations
Color information
#A20C75 (or 0xA20C75) is known color: Eggplant. HEX triplet: A2, 0C and 75. RGB value is (162,12,117). Sum of RGB (Red+Green+Blue) = 162+12+117=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C75 is #5DF38A. Grayscale: #444444. Windows color (decimal): -6157195 or 7670946. OLE color: 7670946.
HSL color Cylindrical-coordinate representation of color #A20C75: hue angle of 318º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C75 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 117 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.36 |
| HSL | 318º | 0.86% | 0.34% | - |
| HSV(B) | 318º | 0.93% | 0.64% | - |
| XYZ | 18.24 | 9.23 | 17.65 | - |
| YUV | 68.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 117 | 0 | 0.93 | 0.28 | 0.36 | 318 | 0.86 | 0.34 |
| Hex | A2 | C | 75 | 0 | 5D | 1C | 24 | 13E | 56 | 22 |
| Octal | 242 | 14 | 165 | 0 | 135 | 34 | 44 | 476 | 126 | 42 |
| Binary | 10100010 | 1100 | 1110101 | 0 | 1011101 | 11100 | 100100 | 100111110 | 1010110 | 100010 |
Color Harmonies of #A20C75
Complementary color
Monochromatic Colors of #A20C75
Black with #A20C75
Text Example
Text Example
White with #A20C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C75; }
p { color: rgb(162,12,117); }
H1.HeaderClassName
{
color: #A20C75;
}
.AnyTagClassName
{
color: #A20C75;
}
</style>
background-color css
<style>
a { background-color: #A20C75; }
a { background-color: rgb(162,12,117); }
div.DivClassName
{
background-color: #A20C75;
}
.BgClassName
{
background-color: #A20C75;
}
</style>
border-color css
<style>
span { border-color: #A20C75; }
span { border-color: rgb(162,12,117); }
td.TdClassName
{
border-color: #A20C75;
}
.TagClassName
{
border-color: #A20C75;
}
</style>