Shades of Eggplant #A8097D
Tints of Eggplant #A8097D
RGB
CMYK
RGB Variations
Color information
#A8097D (or 0xA8097D) is known color: Eggplant. HEX triplet: A8, 09 and 7D. RGB value is (168,9,125). Sum of RGB (Red+Green+Blue) = 168+9+125=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8097D is #57F682. Grayscale: #454545. Windows color (decimal): -5764739 or 8194472. OLE color: 8194472.
HSL color Cylindrical-coordinate representation of color #A8097D: hue angle of 316.23º 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 #A8097D is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.34 |
| HSL | 316.23º | 0.9% | 0.35% | - |
| HSV(B) | 316.23º | 0.95% | 0.66% | - |
| XYZ | 19.95 | 10 | 20.28 | - |
| YUV | 69.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 125 | 0 | 0.95 | 0.26 | 0.34 | 316.23 | 0.9 | 0.35 |
| Hex | A8 | 9 | 7D | 0 | 5F | 1A | 22 | 13C | 5A | 23 |
| Octal | 250 | 11 | 175 | 0 | 137 | 32 | 42 | 474 | 132 | 43 |
| Binary | 10101000 | 1001 | 1111101 | 0 | 1011111 | 11010 | 100010 | 100111100 | 1011010 | 100011 |
Color Harmonies of #A8097D
Complementary color
Monochromatic Colors of #A8097D
Black with #A8097D
Text Example
Text Example
White with #A8097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8097D; }
p { color: rgb(168,9,125); }
H1.HeaderClassName
{
color: #A8097D;
}
.AnyTagClassName
{
color: #A8097D;
}
</style>
background-color css
<style>
a { background-color: #A8097D; }
a { background-color: rgb(168,9,125); }
div.DivClassName
{
background-color: #A8097D;
}
.BgClassName
{
background-color: #A8097D;
}
</style>
border-color css
<style>
span { border-color: #A8097D; }
span { border-color: rgb(168,9,125); }
td.TdClassName
{
border-color: #A8097D;
}
.TagClassName
{
border-color: #A8097D;
}
</style>