Shades of Eggplant #A80973
Tints of Eggplant #A80973
RGB
CMYK
RGB Variations
Color information
#A80973 (or 0xA80973) is known color: Eggplant. HEX triplet: A8, 09 and 73. RGB value is (168,9,115). Sum of RGB (Red+Green+Blue) = 168+9+115=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A80973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80973 is #57F68C. Grayscale: #444444. Windows color (decimal): -5764749 or 7539112. OLE color: 7539112.
HSL color Cylindrical-coordinate representation of color #A80973: hue angle of 320º 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 #A80973 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 115 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.34 |
| HSL | 320º | 0.9% | 0.35% | - |
| HSV(B) | 320º | 0.95% | 0.66% | - |
| XYZ | 19.34 | 9.76 | 17.08 | - |
| YUV | 68.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 115 | 0 | 0.95 | 0.32 | 0.34 | 320 | 0.9 | 0.35 |
| Hex | A8 | 9 | 73 | 0 | 5F | 20 | 22 | 140 | 5A | 23 |
| Octal | 250 | 11 | 163 | 0 | 137 | 40 | 42 | 500 | 132 | 43 |
| Binary | 10101000 | 1001 | 1110011 | 0 | 1011111 | 100000 | 100010 | 101000000 | 1011010 | 100011 |
Color Harmonies of #A80973
Complementary color
Monochromatic Colors of #A80973
Black with #A80973
Text Example
Text Example
White with #A80973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80973; }
p { color: rgb(168,9,115); }
H1.HeaderClassName
{
color: #A80973;
}
.AnyTagClassName
{
color: #A80973;
}
</style>
background-color css
<style>
a { background-color: #A80973; }
a { background-color: rgb(168,9,115); }
div.DivClassName
{
background-color: #A80973;
}
.BgClassName
{
background-color: #A80973;
}
</style>
border-color css
<style>
span { border-color: #A80973; }
span { border-color: rgb(168,9,115); }
td.TdClassName
{
border-color: #A80973;
}
.TagClassName
{
border-color: #A80973;
}
</style>