Shades of Eggplant #A2097D
Tints of Eggplant #A2097D
RGB
CMYK
RGB Variations
Color information
#A2097D (or 0xA2097D) is known color: Eggplant. HEX triplet: A2, 09 and 7D. RGB value is (162,9,125). Sum of RGB (Red+Green+Blue) = 162+9+125=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A2097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2097D is #5DF682. Grayscale: #434343. Windows color (decimal): -6157955 or 8194466. OLE color: 8194466.
HSL color Cylindrical-coordinate representation of color #A2097D: hue angle of 314.51º 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 #A2097D is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 125 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.36 |
| HSL | 314.51º | 0.89% | 0.34% | - |
| HSV(B) | 314.51º | 0.94% | 0.64% | - |
| XYZ | 18.7 | 9.36 | 20.22 | - |
| YUV | 67.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 125 | 0 | 0.94 | 0.23 | 0.36 | 314.51 | 0.89 | 0.34 |
| Hex | A2 | 9 | 7D | 0 | 5E | 17 | 24 | 13B | 59 | 22 |
| Octal | 242 | 11 | 175 | 0 | 136 | 27 | 44 | 473 | 131 | 42 |
| Binary | 10100010 | 1001 | 1111101 | 0 | 1011110 | 10111 | 100100 | 100111011 | 1011001 | 100010 |
Color Harmonies of #A2097D
Complementary color
Monochromatic Colors of #A2097D
Black with #A2097D
Text Example
Text Example
White with #A2097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2097D; }
p { color: rgb(162,9,125); }
H1.HeaderClassName
{
color: #A2097D;
}
.AnyTagClassName
{
color: #A2097D;
}
</style>
background-color css
<style>
a { background-color: #A2097D; }
a { background-color: rgb(162,9,125); }
div.DivClassName
{
background-color: #A2097D;
}
.BgClassName
{
background-color: #A2097D;
}
</style>
border-color css
<style>
span { border-color: #A2097D; }
span { border-color: rgb(162,9,125); }
td.TdClassName
{
border-color: #A2097D;
}
.TagClassName
{
border-color: #A2097D;
}
</style>