Shades of Eggplant #A20970
Tints of Eggplant #A20970
RGB
CMYK
RGB Variations
Color information
#A20970 (or 0xA20970) is known color: Eggplant. HEX triplet: A2, 09 and 70. RGB value is (162,9,112). Sum of RGB (Red+Green+Blue) = 162+9+112=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20970 is #5DF68F. Grayscale: #424242. Windows color (decimal): -6157968 or 7342498. OLE color: 7342498.
HSL color Cylindrical-coordinate representation of color #A20970: hue angle of 319.61º degrees, saturation: 0.89, 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 #A20970 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 112 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.36 |
| HSL | 319.61º | 0.89% | 0.34% | - |
| HSV(B) | 319.61º | 0.94% | 0.64% | - |
| XYZ | 17.92 | 9.05 | 16.13 | - |
| YUV | 66.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 112 | 0 | 0.94 | 0.31 | 0.36 | 319.61 | 0.89 | 0.34 |
| Hex | A2 | 9 | 70 | 0 | 5E | 1F | 24 | 140 | 59 | 22 |
| Octal | 242 | 11 | 160 | 0 | 136 | 37 | 44 | 500 | 131 | 42 |
| Binary | 10100010 | 1001 | 1110000 | 0 | 1011110 | 11111 | 100100 | 101000000 | 1011001 | 100010 |
Color Harmonies of #A20970
Complementary color
Monochromatic Colors of #A20970
Black with #A20970
Text Example
Text Example
White with #A20970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20970; }
p { color: rgb(162,9,112); }
H1.HeaderClassName
{
color: #A20970;
}
.AnyTagClassName
{
color: #A20970;
}
</style>
background-color css
<style>
a { background-color: #A20970; }
a { background-color: rgb(162,9,112); }
div.DivClassName
{
background-color: #A20970;
}
.BgClassName
{
background-color: #A20970;
}
</style>
border-color css
<style>
span { border-color: #A20970; }
span { border-color: rgb(162,9,112); }
td.TdClassName
{
border-color: #A20970;
}
.TagClassName
{
border-color: #A20970;
}
</style>