Shades of Eggplant #A2096F
Tints of Eggplant #A2096F
RGB
CMYK
RGB Variations
Color information
#A2096F (or 0xA2096F) is known color: Eggplant. HEX triplet: A2, 09 and 6F. RGB value is (162,9,111). Sum of RGB (Red+Green+Blue) = 162+9+111=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A2096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2096F is #5DF690. Grayscale: #424242. Windows color (decimal): -6157969 or 7276962. OLE color: 7276962.
HSL color Cylindrical-coordinate representation of color #A2096F: hue angle of 320º 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 #A2096F is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 111 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.36 |
| HSL | 320º | 0.89% | 0.34% | - |
| HSV(B) | 320º | 0.94% | 0.64% | - |
| XYZ | 17.87 | 9.02 | 15.84 | - |
| YUV | 66.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 111 | 0 | 0.94 | 0.31 | 0.36 | 320 | 0.89 | 0.34 |
| Hex | A2 | 9 | 6F | 0 | 5E | 1F | 24 | 140 | 59 | 22 |
| Octal | 242 | 11 | 157 | 0 | 136 | 37 | 44 | 500 | 131 | 42 |
| Binary | 10100010 | 1001 | 1101111 | 0 | 1011110 | 11111 | 100100 | 101000000 | 1011001 | 100010 |
Color Harmonies of #A2096F
Complementary color
Monochromatic Colors of #A2096F
Black with #A2096F
Text Example
Text Example
White with #A2096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2096F; }
p { color: rgb(162,9,111); }
H1.HeaderClassName
{
color: #A2096F;
}
.AnyTagClassName
{
color: #A2096F;
}
</style>
background-color css
<style>
a { background-color: #A2096F; }
a { background-color: rgb(162,9,111); }
div.DivClassName
{
background-color: #A2096F;
}
.BgClassName
{
background-color: #A2096F;
}
</style>
border-color css
<style>
span { border-color: #A2096F; }
span { border-color: rgb(162,9,111); }
td.TdClassName
{
border-color: #A2096F;
}
.TagClassName
{
border-color: #A2096F;
}
</style>