Shades of Eggplant #A6097B
Tints of Eggplant #A6097B
RGB
CMYK
RGB Variations
Color information
#A6097B (or 0xA6097B) is known color: Eggplant. HEX triplet: A6, 09 and 7B. RGB value is (166,9,123). Sum of RGB (Red+Green+Blue) = 166+9+123=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6097B is #59F684. Grayscale: #444444. Windows color (decimal): -5895813 or 8063398. OLE color: 8063398.
HSL color Cylindrical-coordinate representation of color #A6097B: hue angle of 316.43º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6097B is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 123 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.35 |
| HSL | 316.43º | 0.9% | 0.34% | - |
| HSV(B) | 316.43º | 0.95% | 0.65% | - |
| XYZ | 19.4 | 9.73 | 19.6 | - |
| YUV | 68.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 123 | 0 | 0.95 | 0.26 | 0.35 | 316.43 | 0.9 | 0.34 |
| Hex | A6 | 9 | 7B | 0 | 5F | 1A | 23 | 13C | 5A | 22 |
| Octal | 246 | 11 | 173 | 0 | 137 | 32 | 43 | 474 | 132 | 42 |
| Binary | 10100110 | 1001 | 1111011 | 0 | 1011111 | 11010 | 100011 | 100111100 | 1011010 | 100010 |
Color Harmonies of #A6097B
Complementary color
Monochromatic Colors of #A6097B
Black with #A6097B
Text Example
Text Example
White with #A6097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6097B; }
p { color: rgb(166,9,123); }
H1.HeaderClassName
{
color: #A6097B;
}
.AnyTagClassName
{
color: #A6097B;
}
</style>
background-color css
<style>
a { background-color: #A6097B; }
a { background-color: rgb(166,9,123); }
div.DivClassName
{
background-color: #A6097B;
}
.BgClassName
{
background-color: #A6097B;
}
</style>
border-color css
<style>
span { border-color: #A6097B; }
span { border-color: rgb(166,9,123); }
td.TdClassName
{
border-color: #A6097B;
}
.TagClassName
{
border-color: #A6097B;
}
</style>