Shades of Eggplant #A40972
Tints of Eggplant #A40972
RGB
CMYK
RGB Variations
Color information
#A40972 (or 0xA40972) is known color: Eggplant. HEX triplet: A4, 09 and 72. RGB value is (164,9,114). Sum of RGB (Red+Green+Blue) = 164+9+114=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A40972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40972 is #5BF68D. Grayscale: #434343. Windows color (decimal): -6026894 or 7473572. OLE color: 7473572.
HSL color Cylindrical-coordinate representation of color #A40972: hue angle of 319.35º 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 #A40972 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 114 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.36 |
| HSL | 319.35º | 0.9% | 0.34% | - |
| HSV(B) | 319.35º | 0.95% | 0.64% | - |
| XYZ | 18.44 | 9.3 | 16.74 | - |
| YUV | 67.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 114 | 0 | 0.95 | 0.30 | 0.36 | 319.35 | 0.9 | 0.34 |
| Hex | A4 | 9 | 72 | 0 | 5F | 1E | 24 | 13F | 5A | 22 |
| Octal | 244 | 11 | 162 | 0 | 137 | 36 | 44 | 477 | 132 | 42 |
| Binary | 10100100 | 1001 | 1110010 | 0 | 1011111 | 11110 | 100100 | 100111111 | 1011010 | 100010 |
Color Harmonies of #A40972
Complementary color
Monochromatic Colors of #A40972
Black with #A40972
Text Example
Text Example
White with #A40972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40972; }
p { color: rgb(164,9,114); }
H1.HeaderClassName
{
color: #A40972;
}
.AnyTagClassName
{
color: #A40972;
}
</style>
background-color css
<style>
a { background-color: #A40972; }
a { background-color: rgb(164,9,114); }
div.DivClassName
{
background-color: #A40972;
}
.BgClassName
{
background-color: #A40972;
}
</style>
border-color css
<style>
span { border-color: #A40972; }
span { border-color: rgb(164,9,114); }
td.TdClassName
{
border-color: #A40972;
}
.TagClassName
{
border-color: #A40972;
}
</style>