Shades of Eggplant #A6097D
Tints of Eggplant #A6097D
RGB
CMYK
RGB Variations
Color information
#A6097D (or 0xA6097D) is known color: Eggplant. HEX triplet: A6, 09 and 7D. RGB value is (166,9,125). Sum of RGB (Red+Green+Blue) = 166+9+125=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6097D is #59F682. Grayscale: #444444. Windows color (decimal): -5895811 or 8194470. OLE color: 8194470.
HSL color Cylindrical-coordinate representation of color #A6097D: hue angle of 315.67º 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 #A6097D is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.35 |
| HSL | 315.67º | 0.9% | 0.34% | - |
| HSV(B) | 315.67º | 0.95% | 0.65% | - |
| XYZ | 19.53 | 9.78 | 20.26 | - |
| YUV | 69.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 125 | 0 | 0.95 | 0.25 | 0.35 | 315.67 | 0.9 | 0.34 |
| Hex | A6 | 9 | 7D | 0 | 5F | 19 | 23 | 13C | 5A | 22 |
| Octal | 246 | 11 | 175 | 0 | 137 | 31 | 43 | 474 | 132 | 42 |
| Binary | 10100110 | 1001 | 1111101 | 0 | 1011111 | 11001 | 100011 | 100111100 | 1011010 | 100010 |
Color Harmonies of #A6097D
Complementary color
Monochromatic Colors of #A6097D
Black with #A6097D
Text Example
Text Example
White with #A6097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6097D; }
p { color: rgb(166,9,125); }
H1.HeaderClassName
{
color: #A6097D;
}
.AnyTagClassName
{
color: #A6097D;
}
</style>
background-color css
<style>
a { background-color: #A6097D; }
a { background-color: rgb(166,9,125); }
div.DivClassName
{
background-color: #A6097D;
}
.BgClassName
{
background-color: #A6097D;
}
</style>
border-color css
<style>
span { border-color: #A6097D; }
span { border-color: rgb(166,9,125); }
td.TdClassName
{
border-color: #A6097D;
}
.TagClassName
{
border-color: #A6097D;
}
</style>