Shades of Eggplant #A1097C
Tints of Eggplant #A1097C
RGB
CMYK
RGB Variations
Color information
#A1097C (or 0xA1097C) is known color: Eggplant. HEX triplet: A1, 09 and 7C. RGB value is (161,9,124). Sum of RGB (Red+Green+Blue) = 161+9+124=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1097C is #5EF683. Grayscale: #434343. Windows color (decimal): -6223492 or 8128929. OLE color: 8128929.
HSL color Cylindrical-coordinate representation of color #A1097C: hue angle of 314.61º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1097C is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 124 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.37 |
| HSL | 314.61º | 0.89% | 0.33% | - |
| HSV(B) | 314.61º | 0.94% | 0.63% | - |
| XYZ | 18.43 | 9.23 | 19.88 | - |
| YUV | 67.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 124 | 0 | 0.94 | 0.23 | 0.37 | 314.61 | 0.89 | 0.33 |
| Hex | A1 | 9 | 7C | 0 | 5E | 17 | 25 | 13B | 59 | 21 |
| Octal | 241 | 11 | 174 | 0 | 136 | 27 | 45 | 473 | 131 | 41 |
| Binary | 10100001 | 1001 | 1111100 | 0 | 1011110 | 10111 | 100101 | 100111011 | 1011001 | 100001 |
Color Harmonies of #A1097C
Complementary color
Monochromatic Colors of #A1097C
Black with #A1097C
Text Example
Text Example
White with #A1097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1097C; }
p { color: rgb(161,9,124); }
H1.HeaderClassName
{
color: #A1097C;
}
.AnyTagClassName
{
color: #A1097C;
}
</style>
background-color css
<style>
a { background-color: #A1097C; }
a { background-color: rgb(161,9,124); }
div.DivClassName
{
background-color: #A1097C;
}
.BgClassName
{
background-color: #A1097C;
}
</style>
border-color css
<style>
span { border-color: #A1097C; }
span { border-color: rgb(161,9,124); }
td.TdClassName
{
border-color: #A1097C;
}
.TagClassName
{
border-color: #A1097C;
}
</style>