Shades of Eggplant #A8097E
Tints of Eggplant #A8097E
RGB
CMYK
RGB Variations
Color information
#A8097E (or 0xA8097E) is known color: Eggplant. HEX triplet: A8, 09 and 7E. RGB value is (168,9,126). Sum of RGB (Red+Green+Blue) = 168+9+126=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A8097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8097E is #57F681. Grayscale: #454545. Windows color (decimal): -5764738 or 8260008. OLE color: 8260008.
HSL color Cylindrical-coordinate representation of color #A8097E: hue angle of 315.85º 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 #A8097E is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.34 |
| HSL | 315.85º | 0.9% | 0.35% | - |
| HSV(B) | 315.85º | 0.95% | 0.66% | - |
| XYZ | 20.01 | 10.03 | 20.62 | - |
| YUV | 69.88 | 159.68 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 126 | 0 | 0.95 | 0.25 | 0.34 | 315.85 | 0.9 | 0.35 |
| Hex | A8 | 9 | 7E | 0 | 5F | 19 | 22 | 13C | 5A | 23 |
| Octal | 250 | 11 | 176 | 0 | 137 | 31 | 42 | 474 | 132 | 43 |
| Binary | 10101000 | 1001 | 1111110 | 0 | 1011111 | 11001 | 100010 | 100111100 | 1011010 | 100011 |
Color Harmonies of #A8097E
Complementary color
Monochromatic Colors of #A8097E
Black with #A8097E
Text Example
Text Example
White with #A8097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8097E; }
p { color: rgb(168,9,126); }
H1.HeaderClassName
{
color: #A8097E;
}
.AnyTagClassName
{
color: #A8097E;
}
</style>
background-color css
<style>
a { background-color: #A8097E; }
a { background-color: rgb(168,9,126); }
div.DivClassName
{
background-color: #A8097E;
}
.BgClassName
{
background-color: #A8097E;
}
</style>
border-color css
<style>
span { border-color: #A8097E; }
span { border-color: rgb(168,9,126); }
td.TdClassName
{
border-color: #A8097E;
}
.TagClassName
{
border-color: #A8097E;
}
</style>