Shades of Eggplant #A40976
Tints of Eggplant #A40976
RGB
CMYK
RGB Variations
Color information
#A40976 (or 0xA40976) is known color: Eggplant. HEX triplet: A4, 09 and 76. RGB value is (164,9,118). Sum of RGB (Red+Green+Blue) = 164+9+118=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A40976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40976 is #5BF689. Grayscale: #434343. Windows color (decimal): -6026890 or 7735716. OLE color: 7735716.
HSL color Cylindrical-coordinate representation of color #A40976: hue angle of 317.81º 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 #A40976 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 118 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.36 |
| HSL | 317.81º | 0.9% | 0.34% | - |
| HSV(B) | 317.81º | 0.95% | 0.64% | - |
| XYZ | 18.68 | 9.4 | 17.97 | - |
| YUV | 67.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 118 | 0 | 0.95 | 0.28 | 0.36 | 317.81 | 0.9 | 0.34 |
| Hex | A4 | 9 | 76 | 0 | 5F | 1C | 24 | 13E | 5A | 22 |
| Octal | 244 | 11 | 166 | 0 | 137 | 34 | 44 | 476 | 132 | 42 |
| Binary | 10100100 | 1001 | 1110110 | 0 | 1011111 | 11100 | 100100 | 100111110 | 1011010 | 100010 |
Color Harmonies of #A40976
Complementary color
Monochromatic Colors of #A40976
Black with #A40976
Text Example
Text Example
White with #A40976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40976; }
p { color: rgb(164,9,118); }
H1.HeaderClassName
{
color: #A40976;
}
.AnyTagClassName
{
color: #A40976;
}
</style>
background-color css
<style>
a { background-color: #A40976; }
a { background-color: rgb(164,9,118); }
div.DivClassName
{
background-color: #A40976;
}
.BgClassName
{
background-color: #A40976;
}
</style>
border-color css
<style>
span { border-color: #A40976; }
span { border-color: rgb(164,9,118); }
td.TdClassName
{
border-color: #A40976;
}
.TagClassName
{
border-color: #A40976;
}
</style>