Shades of Eggplant #A20E74
Tints of Eggplant #A20E74
RGB
CMYK
RGB Variations
Color information
#A20E74 (or 0xA20E74) is known color: Eggplant. HEX triplet: A2, 0E and 74. RGB value is (162,14,116). Sum of RGB (Red+Green+Blue) = 162+14+116=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E74 is #5DF18B. Grayscale: #454545. Windows color (decimal): -6156684 or 7605922. OLE color: 7605922.
HSL color Cylindrical-coordinate representation of color #A20E74: hue angle of 318.65º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E74 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 116 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.36 |
| HSL | 318.65º | 0.84% | 0.35% | - |
| HSV(B) | 318.65º | 0.91% | 0.64% | - |
| XYZ | 18.21 | 9.26 | 17.35 | - |
| YUV | 69.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 116 | 0 | 0.91 | 0.28 | 0.36 | 318.65 | 0.84 | 0.35 |
| Hex | A2 | E | 74 | 0 | 5B | 1C | 24 | 13F | 54 | 23 |
| Octal | 242 | 16 | 164 | 0 | 133 | 34 | 44 | 477 | 124 | 43 |
| Binary | 10100010 | 1110 | 1110100 | 0 | 1011011 | 11100 | 100100 | 100111111 | 1010100 | 100011 |
Color Harmonies of #A20E74
Complementary color
Monochromatic Colors of #A20E74
Black with #A20E74
Text Example
Text Example
White with #A20E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E74; }
p { color: rgb(162,14,116); }
H1.HeaderClassName
{
color: #A20E74;
}
.AnyTagClassName
{
color: #A20E74;
}
</style>
background-color css
<style>
a { background-color: #A20E74; }
a { background-color: rgb(162,14,116); }
div.DivClassName
{
background-color: #A20E74;
}
.BgClassName
{
background-color: #A20E74;
}
</style>
border-color css
<style>
span { border-color: #A20E74; }
span { border-color: rgb(162,14,116); }
td.TdClassName
{
border-color: #A20E74;
}
.TagClassName
{
border-color: #A20E74;
}
</style>