Shades of Eggplant #A20A6A
Tints of Eggplant #A20A6A
RGB
CMYK
RGB Variations
Color information
#A20A6A (or 0xA20A6A) is known color: Eggplant. HEX triplet: A2, 0A and 6A. RGB value is (162,10,106). Sum of RGB (Red+Green+Blue) = 162+10+106=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A6A is #5DF595. Grayscale: #424242. Windows color (decimal): -6157718 or 6949538. OLE color: 6949538.
HSL color Cylindrical-coordinate representation of color #A20A6A: hue angle of 322.11º 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 #A20A6A is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 106 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.36 |
| HSL | 322.11º | 0.88% | 0.34% | - |
| HSV(B) | 322.11º | 0.94% | 0.64% | - |
| XYZ | 17.61 | 8.94 | 14.43 | - |
| YUV | 66.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 106 | 0 | 0.94 | 0.35 | 0.36 | 322.11 | 0.88 | 0.34 |
| Hex | A2 | A | 6A | 0 | 5E | 23 | 24 | 142 | 58 | 22 |
| Octal | 242 | 12 | 152 | 0 | 136 | 43 | 44 | 502 | 130 | 42 |
| Binary | 10100010 | 1010 | 1101010 | 0 | 1011110 | 100011 | 100100 | 101000010 | 1011000 | 100010 |
Color Harmonies of #A20A6A
Complementary color
Monochromatic Colors of #A20A6A
Black with #A20A6A
Text Example
Text Example
White with #A20A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A6A; }
p { color: rgb(162,10,106); }
H1.HeaderClassName
{
color: #A20A6A;
}
.AnyTagClassName
{
color: #A20A6A;
}
</style>
background-color css
<style>
a { background-color: #A20A6A; }
a { background-color: rgb(162,10,106); }
div.DivClassName
{
background-color: #A20A6A;
}
.BgClassName
{
background-color: #A20A6A;
}
</style>
border-color css
<style>
span { border-color: #A20A6A; }
span { border-color: rgb(162,10,106); }
td.TdClassName
{
border-color: #A20A6A;
}
.TagClassName
{
border-color: #A20A6A;
}
</style>