Shades of Eggplant #A0096E
Tints of Eggplant #A0096E
RGB
CMYK
RGB Variations
Color information
#A0096E (or 0xA0096E) is known color: Eggplant. HEX triplet: A0, 09 and 6E. RGB value is (160,9,110). Sum of RGB (Red+Green+Blue) = 160+9+110=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A0096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0096E is #5FF691. Grayscale: #414141. Windows color (decimal): -6289042 or 7211424. OLE color: 7211424.
HSL color Cylindrical-coordinate representation of color #A0096E: hue angle of 319.87º 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 #A0096E is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.37 |
| HSL | 319.87º | 0.89% | 0.33% | - |
| HSV(B) | 319.87º | 0.94% | 0.63% | - |
| XYZ | 17.41 | 8.79 | 15.53 | - |
| YUV | 65.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 110 | 0 | 0.94 | 0.31 | 0.37 | 319.87 | 0.89 | 0.33 |
| Hex | A0 | 9 | 6E | 0 | 5E | 1F | 25 | 140 | 59 | 21 |
| Octal | 240 | 11 | 156 | 0 | 136 | 37 | 45 | 500 | 131 | 41 |
| Binary | 10100000 | 1001 | 1101110 | 0 | 1011110 | 11111 | 100101 | 101000000 | 1011001 | 100001 |
Color Harmonies of #A0096E
Complementary color
Monochromatic Colors of #A0096E
Black with #A0096E
Text Example
Text Example
White with #A0096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0096E; }
p { color: rgb(160,9,110); }
H1.HeaderClassName
{
color: #A0096E;
}
.AnyTagClassName
{
color: #A0096E;
}
</style>
background-color css
<style>
a { background-color: #A0096E; }
a { background-color: rgb(160,9,110); }
div.DivClassName
{
background-color: #A0096E;
}
.BgClassName
{
background-color: #A0096E;
}
</style>
border-color css
<style>
span { border-color: #A0096E; }
span { border-color: rgb(160,9,110); }
td.TdClassName
{
border-color: #A0096E;
}
.TagClassName
{
border-color: #A0096E;
}
</style>