Shades of Eggplant #A40979
Tints of Eggplant #A40979
RGB
CMYK
RGB Variations
Color information
#A40979 (or 0xA40979) is known color: Eggplant. HEX triplet: A4, 09 and 79. RGB value is (164,9,121). Sum of RGB (Red+Green+Blue) = 164+9+121=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A40979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40979 is #5BF686. Grayscale: #434343. Windows color (decimal): -6026887 or 7932324. OLE color: 7932324.
HSL color Cylindrical-coordinate representation of color #A40979: hue angle of 316.65º 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 #A40979 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 121 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.36 |
| HSL | 316.65º | 0.9% | 0.34% | - |
| HSV(B) | 316.65º | 0.95% | 0.64% | - |
| XYZ | 18.86 | 9.47 | 18.92 | - |
| YUV | 68.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 121 | 0 | 0.95 | 0.26 | 0.36 | 316.65 | 0.9 | 0.34 |
| Hex | A4 | 9 | 79 | 0 | 5F | 1A | 24 | 13D | 5A | 22 |
| Octal | 244 | 11 | 171 | 0 | 137 | 32 | 44 | 475 | 132 | 42 |
| Binary | 10100100 | 1001 | 1111001 | 0 | 1011111 | 11010 | 100100 | 100111101 | 1011010 | 100010 |
Color Harmonies of #A40979
Complementary color
Monochromatic Colors of #A40979
Black with #A40979
Text Example
Text Example
White with #A40979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40979; }
p { color: rgb(164,9,121); }
H1.HeaderClassName
{
color: #A40979;
}
.AnyTagClassName
{
color: #A40979;
}
</style>
background-color css
<style>
a { background-color: #A40979; }
a { background-color: rgb(164,9,121); }
div.DivClassName
{
background-color: #A40979;
}
.BgClassName
{
background-color: #A40979;
}
</style>
border-color css
<style>
span { border-color: #A40979; }
span { border-color: rgb(164,9,121); }
td.TdClassName
{
border-color: #A40979;
}
.TagClassName
{
border-color: #A40979;
}
</style>