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