Shades of Eggplant #A20E7A
Tints of Eggplant #A20E7A
RGB
CMYK
RGB Variations
Color information
#A20E7A (or 0xA20E7A) is known color: Eggplant. HEX triplet: A2, 0E and 7A. RGB value is (162,14,122). Sum of RGB (Red+Green+Blue) = 162+14+122=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E7A is #5DF185. Grayscale: #464646. Windows color (decimal): -6156678 or 7999138. OLE color: 7999138.
HSL color Cylindrical-coordinate representation of color #A20E7A: hue angle of 316.22º 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 #A20E7A is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 122 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.36 |
| HSL | 316.22º | 0.84% | 0.35% | - |
| HSV(B) | 316.22º | 0.91% | 0.64% | - |
| XYZ | 18.57 | 9.4 | 19.25 | - |
| YUV | 70.56 | 157.03 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 122 | 0 | 0.91 | 0.25 | 0.36 | 316.22 | 0.84 | 0.35 |
| Hex | A2 | E | 7A | 0 | 5B | 19 | 24 | 13C | 54 | 23 |
| Octal | 242 | 16 | 172 | 0 | 133 | 31 | 44 | 474 | 124 | 43 |
| Binary | 10100010 | 1110 | 1111010 | 0 | 1011011 | 11001 | 100100 | 100111100 | 1010100 | 100011 |
Color Harmonies of #A20E7A
Complementary color
Monochromatic Colors of #A20E7A
Black with #A20E7A
Text Example
Text Example
White with #A20E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E7A; }
p { color: rgb(162,14,122); }
H1.HeaderClassName
{
color: #A20E7A;
}
.AnyTagClassName
{
color: #A20E7A;
}
</style>
background-color css
<style>
a { background-color: #A20E7A; }
a { background-color: rgb(162,14,122); }
div.DivClassName
{
background-color: #A20E7A;
}
.BgClassName
{
background-color: #A20E7A;
}
</style>
border-color css
<style>
span { border-color: #A20E7A; }
span { border-color: rgb(162,14,122); }
td.TdClassName
{
border-color: #A20E7A;
}
.TagClassName
{
border-color: #A20E7A;
}
</style>