Shades of Eggplant #A8097A
Tints of Eggplant #A8097A
RGB
CMYK
RGB Variations
Color information
#A8097A (or 0xA8097A) is known color: Eggplant. HEX triplet: A8, 09 and 7A. RGB value is (168,9,122). Sum of RGB (Red+Green+Blue) = 168+9+122=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8097A is #57F685. Grayscale: #454545. Windows color (decimal): -5764742 or 7997864. OLE color: 7997864.
HSL color Cylindrical-coordinate representation of color #A8097A: hue angle of 317.36º 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 #A8097A is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 122 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.34 |
| HSL | 317.36º | 0.9% | 0.35% | - |
| HSV(B) | 317.36º | 0.95% | 0.66% | - |
| XYZ | 19.76 | 9.93 | 19.29 | - |
| YUV | 69.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 122 | 0 | 0.95 | 0.27 | 0.34 | 317.36 | 0.9 | 0.35 |
| Hex | A8 | 9 | 7A | 0 | 5F | 1B | 22 | 13D | 5A | 23 |
| Octal | 250 | 11 | 172 | 0 | 137 | 33 | 42 | 475 | 132 | 43 |
| Binary | 10101000 | 1001 | 1111010 | 0 | 1011111 | 11011 | 100010 | 100111101 | 1011010 | 100011 |
Color Harmonies of #A8097A
Complementary color
Monochromatic Colors of #A8097A
Black with #A8097A
Text Example
Text Example
White with #A8097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8097A; }
p { color: rgb(168,9,122); }
H1.HeaderClassName
{
color: #A8097A;
}
.AnyTagClassName
{
color: #A8097A;
}
</style>
background-color css
<style>
a { background-color: #A8097A; }
a { background-color: rgb(168,9,122); }
div.DivClassName
{
background-color: #A8097A;
}
.BgClassName
{
background-color: #A8097A;
}
</style>
border-color css
<style>
span { border-color: #A8097A; }
span { border-color: rgb(168,9,122); }
td.TdClassName
{
border-color: #A8097A;
}
.TagClassName
{
border-color: #A8097A;
}
</style>