Shades of Eggplant #A2097E
Tints of Eggplant #A2097E
RGB
CMYK
RGB Variations
Color information
#A2097E (or 0xA2097E) is known color: Eggplant. HEX triplet: A2, 09 and 7E. RGB value is (162,9,126). Sum of RGB (Red+Green+Blue) = 162+9+126=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A2097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2097E is #5DF681. Grayscale: #434343. Windows color (decimal): -6157954 or 8260002. OLE color: 8260002.
HSL color Cylindrical-coordinate representation of color #A2097E: hue angle of 314.12º 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 #A2097E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 126 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.36 |
| HSL | 314.12º | 0.89% | 0.34% | - |
| HSV(B) | 314.12º | 0.94% | 0.64% | - |
| XYZ | 18.76 | 9.38 | 20.56 | - |
| YUV | 68.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 126 | 0 | 0.94 | 0.22 | 0.36 | 314.12 | 0.89 | 0.34 |
| Hex | A2 | 9 | 7E | 0 | 5E | 16 | 24 | 13A | 59 | 22 |
| Octal | 242 | 11 | 176 | 0 | 136 | 26 | 44 | 472 | 131 | 42 |
| Binary | 10100010 | 1001 | 1111110 | 0 | 1011110 | 10110 | 100100 | 100111010 | 1011001 | 100010 |
Color Harmonies of #A2097E
Complementary color
Monochromatic Colors of #A2097E
Black with #A2097E
Text Example
Text Example
White with #A2097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2097E; }
p { color: rgb(162,9,126); }
H1.HeaderClassName
{
color: #A2097E;
}
.AnyTagClassName
{
color: #A2097E;
}
</style>
background-color css
<style>
a { background-color: #A2097E; }
a { background-color: rgb(162,9,126); }
div.DivClassName
{
background-color: #A2097E;
}
.BgClassName
{
background-color: #A2097E;
}
</style>
border-color css
<style>
span { border-color: #A2097E; }
span { border-color: rgb(162,9,126); }
td.TdClassName
{
border-color: #A2097E;
}
.TagClassName
{
border-color: #A2097E;
}
</style>