Shades of Eggplant #A2096C
Tints of Eggplant #A2096C
RGB
CMYK
RGB Variations
Color information
#A2096C (or 0xA2096C) is known color: Eggplant. HEX triplet: A2, 09 and 6C. RGB value is (162,9,108). Sum of RGB (Red+Green+Blue) = 162+9+108=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A2096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2096C is #5DF693. Grayscale: #414141. Windows color (decimal): -6157972 or 7080354. OLE color: 7080354.
HSL color Cylindrical-coordinate representation of color #A2096C: hue angle of 321.18º 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 #A2096C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 108 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.36 |
| HSL | 321.18º | 0.89% | 0.34% | - |
| HSV(B) | 321.18º | 0.94% | 0.64% | - |
| XYZ | 17.7 | 8.96 | 14.98 | - |
| YUV | 66.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 108 | 0 | 0.94 | 0.33 | 0.36 | 321.18 | 0.89 | 0.34 |
| Hex | A2 | 9 | 6C | 0 | 5E | 21 | 24 | 141 | 59 | 22 |
| Octal | 242 | 11 | 154 | 0 | 136 | 41 | 44 | 501 | 131 | 42 |
| Binary | 10100010 | 1001 | 1101100 | 0 | 1011110 | 100001 | 100100 | 101000001 | 1011001 | 100010 |
Color Harmonies of #A2096C
Complementary color
Monochromatic Colors of #A2096C
Black with #A2096C
Text Example
Text Example
White with #A2096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2096C; }
p { color: rgb(162,9,108); }
H1.HeaderClassName
{
color: #A2096C;
}
.AnyTagClassName
{
color: #A2096C;
}
</style>
background-color css
<style>
a { background-color: #A2096C; }
a { background-color: rgb(162,9,108); }
div.DivClassName
{
background-color: #A2096C;
}
.BgClassName
{
background-color: #A2096C;
}
</style>
border-color css
<style>
span { border-color: #A2096C; }
span { border-color: rgb(162,9,108); }
td.TdClassName
{
border-color: #A2096C;
}
.TagClassName
{
border-color: #A2096C;
}
</style>