Shades of Eggplant #A4097C
Tints of Eggplant #A4097C
RGB
CMYK
RGB Variations
Color information
#A4097C (or 0xA4097C) is known color: Eggplant. HEX triplet: A4, 09 and 7C. RGB value is (164,9,124). Sum of RGB (Red+Green+Blue) = 164+9+124=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4097C is #5BF683. Grayscale: #444444. Windows color (decimal): -6026884 or 8128932. OLE color: 8128932.
HSL color Cylindrical-coordinate representation of color #A4097C: hue angle of 315.48º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4097C is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 124 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.36 |
| HSL | 315.48º | 0.9% | 0.34% | - |
| HSV(B) | 315.48º | 0.95% | 0.64% | - |
| XYZ | 19.05 | 9.54 | 19.91 | - |
| YUV | 68.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 124 | 0 | 0.95 | 0.24 | 0.36 | 315.48 | 0.9 | 0.34 |
| Hex | A4 | 9 | 7C | 0 | 5F | 18 | 24 | 13B | 5A | 22 |
| Octal | 244 | 11 | 174 | 0 | 137 | 30 | 44 | 473 | 132 | 42 |
| Binary | 10100100 | 1001 | 1111100 | 0 | 1011111 | 11000 | 100100 | 100111011 | 1011010 | 100010 |
Color Harmonies of #A4097C
Complementary color
Monochromatic Colors of #A4097C
Black with #A4097C
Text Example
Text Example
White with #A4097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4097C; }
p { color: rgb(164,9,124); }
H1.HeaderClassName
{
color: #A4097C;
}
.AnyTagClassName
{
color: #A4097C;
}
</style>
background-color css
<style>
a { background-color: #A4097C; }
a { background-color: rgb(164,9,124); }
div.DivClassName
{
background-color: #A4097C;
}
.BgClassName
{
background-color: #A4097C;
}
</style>
border-color css
<style>
span { border-color: #A4097C; }
span { border-color: rgb(164,9,124); }
td.TdClassName
{
border-color: #A4097C;
}
.TagClassName
{
border-color: #A4097C;
}
</style>