Shades of Eggplant #A8097C
Tints of Eggplant #A8097C
RGB
CMYK
RGB Variations
Color information
#A8097C (or 0xA8097C) is known color: Eggplant. HEX triplet: A8, 09 and 7C. RGB value is (168,9,124). Sum of RGB (Red+Green+Blue) = 168+9+124=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8097C is #57F683. Grayscale: #454545. Windows color (decimal): -5764740 or 8128936. OLE color: 8128936.
HSL color Cylindrical-coordinate representation of color #A8097C: hue angle of 316.6º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8097C is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 124 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.34 |
| HSL | 316.6º | 0.9% | 0.35% | - |
| HSV(B) | 316.6º | 0.95% | 0.66% | - |
| XYZ | 19.88 | 9.98 | 19.95 | - |
| YUV | 69.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 124 | 0 | 0.95 | 0.26 | 0.34 | 316.6 | 0.9 | 0.35 |
| Hex | A8 | 9 | 7C | 0 | 5F | 1A | 22 | 13D | 5A | 23 |
| Octal | 250 | 11 | 174 | 0 | 137 | 32 | 42 | 475 | 132 | 43 |
| Binary | 10101000 | 1001 | 1111100 | 0 | 1011111 | 11010 | 100010 | 100111101 | 1011010 | 100011 |
Color Harmonies of #A8097C
Complementary color
Monochromatic Colors of #A8097C
Black with #A8097C
Text Example
Text Example
White with #A8097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8097C; }
p { color: rgb(168,9,124); }
H1.HeaderClassName
{
color: #A8097C;
}
.AnyTagClassName
{
color: #A8097C;
}
</style>
background-color css
<style>
a { background-color: #A8097C; }
a { background-color: rgb(168,9,124); }
div.DivClassName
{
background-color: #A8097C;
}
.BgClassName
{
background-color: #A8097C;
}
</style>
border-color css
<style>
span { border-color: #A8097C; }
span { border-color: rgb(168,9,124); }
td.TdClassName
{
border-color: #A8097C;
}
.TagClassName
{
border-color: #A8097C;
}
</style>