Shades of Eggplant #A20E7F
Tints of Eggplant #A20E7F
RGB
CMYK
RGB Variations
Color information
#A20E7F (or 0xA20E7F) is known color: Eggplant. HEX triplet: A2, 0E and 7F. RGB value is (162,14,127). Sum of RGB (Red+Green+Blue) = 162+14+127=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E7F is #5DF180. Grayscale: #464646. Windows color (decimal): -6156673 or 8326818. OLE color: 8326818.
HSL color Cylindrical-coordinate representation of color #A20E7F: hue angle of 314.19º 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 #A20E7F is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 127 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.36 |
| HSL | 314.19º | 0.84% | 0.35% | - |
| HSV(B) | 314.19º | 0.91% | 0.64% | - |
| XYZ | 18.89 | 9.53 | 20.92 | - |
| YUV | 71.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 127 | 0 | 0.91 | 0.22 | 0.36 | 314.19 | 0.84 | 0.35 |
| Hex | A2 | E | 7F | 0 | 5B | 16 | 24 | 13A | 54 | 23 |
| Octal | 242 | 16 | 177 | 0 | 133 | 26 | 44 | 472 | 124 | 43 |
| Binary | 10100010 | 1110 | 1111111 | 0 | 1011011 | 10110 | 100100 | 100111010 | 1010100 | 100011 |
Color Harmonies of #A20E7F
Complementary color
Monochromatic Colors of #A20E7F
Black with #A20E7F
Text Example
Text Example
White with #A20E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E7F; }
p { color: rgb(162,14,127); }
H1.HeaderClassName
{
color: #A20E7F;
}
.AnyTagClassName
{
color: #A20E7F;
}
</style>
background-color css
<style>
a { background-color: #A20E7F; }
a { background-color: rgb(162,14,127); }
div.DivClassName
{
background-color: #A20E7F;
}
.BgClassName
{
background-color: #A20E7F;
}
</style>
border-color css
<style>
span { border-color: #A20E7F; }
span { border-color: rgb(162,14,127); }
td.TdClassName
{
border-color: #A20E7F;
}
.TagClassName
{
border-color: #A20E7F;
}
</style>