Shades of Eggplant #A0097B
Tints of Eggplant #A0097B
RGB
CMYK
RGB Variations
Color information
#A0097B (or 0xA0097B) is known color: Eggplant. HEX triplet: A0, 09 and 7B. RGB value is (160,9,123). Sum of RGB (Red+Green+Blue) = 160+9+123=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0097B is #5FF684. Grayscale: #424242. Windows color (decimal): -6289029 or 8063392. OLE color: 8063392.
HSL color Cylindrical-coordinate representation of color #A0097B: hue angle of 314.7º 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 #A0097B is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 123 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.37 |
| HSL | 314.7º | 0.89% | 0.33% | - |
| HSV(B) | 314.7º | 0.94% | 0.63% | - |
| XYZ | 18.17 | 9.1 | 19.54 | - |
| YUV | 67.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 123 | 0 | 0.94 | 0.23 | 0.37 | 314.7 | 0.89 | 0.33 |
| Hex | A0 | 9 | 7B | 0 | 5E | 17 | 25 | 13B | 59 | 21 |
| Octal | 240 | 11 | 173 | 0 | 136 | 27 | 45 | 473 | 131 | 41 |
| Binary | 10100000 | 1001 | 1111011 | 0 | 1011110 | 10111 | 100101 | 100111011 | 1011001 | 100001 |
Color Harmonies of #A0097B
Complementary color
Monochromatic Colors of #A0097B
Black with #A0097B
Text Example
Text Example
White with #A0097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0097B; }
p { color: rgb(160,9,123); }
H1.HeaderClassName
{
color: #A0097B;
}
.AnyTagClassName
{
color: #A0097B;
}
</style>
background-color css
<style>
a { background-color: #A0097B; }
a { background-color: rgb(160,9,123); }
div.DivClassName
{
background-color: #A0097B;
}
.BgClassName
{
background-color: #A0097B;
}
</style>
border-color css
<style>
span { border-color: #A0097B; }
span { border-color: rgb(160,9,123); }
td.TdClassName
{
border-color: #A0097B;
}
.TagClassName
{
border-color: #A0097B;
}
</style>