Shades of Eggplant #A0097E
Tints of Eggplant #A0097E
RGB
CMYK
RGB Variations
Color information
#A0097E (or 0xA0097E) is known color: Eggplant. HEX triplet: A0, 09 and 7E. RGB value is (160,9,126). Sum of RGB (Red+Green+Blue) = 160+9+126=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A0097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0097E is #5FF681. Grayscale: #434343. Windows color (decimal): -6289026 or 8260000. OLE color: 8260000.
HSL color Cylindrical-coordinate representation of color #A0097E: hue angle of 313.51º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0097E is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 126 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.37 |
| HSL | 313.51º | 0.89% | 0.33% | - |
| HSV(B) | 313.51º | 0.94% | 0.63% | - |
| XYZ | 18.36 | 9.18 | 20.54 | - |
| YUV | 67.49 | 161.03 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 126 | 0 | 0.94 | 0.21 | 0.37 | 313.51 | 0.89 | 0.33 |
| Hex | A0 | 9 | 7E | 0 | 5E | 15 | 25 | 13A | 59 | 21 |
| Octal | 240 | 11 | 176 | 0 | 136 | 25 | 45 | 472 | 131 | 41 |
| Binary | 10100000 | 1001 | 1111110 | 0 | 1011110 | 10101 | 100101 | 100111010 | 1011001 | 100001 |
Color Harmonies of #A0097E
Complementary color
Monochromatic Colors of #A0097E
Black with #A0097E
Text Example
Text Example
White with #A0097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0097E; }
p { color: rgb(160,9,126); }
H1.HeaderClassName
{
color: #A0097E;
}
.AnyTagClassName
{
color: #A0097E;
}
</style>
background-color css
<style>
a { background-color: #A0097E; }
a { background-color: rgb(160,9,126); }
div.DivClassName
{
background-color: #A0097E;
}
.BgClassName
{
background-color: #A0097E;
}
</style>
border-color css
<style>
span { border-color: #A0097E; }
span { border-color: rgb(160,9,126); }
td.TdClassName
{
border-color: #A0097E;
}
.TagClassName
{
border-color: #A0097E;
}
</style>