Shades of Eggplant #A40971
Tints of Eggplant #A40971
RGB
CMYK
RGB Variations
Color information
#A40971 (or 0xA40971) is known color: Eggplant. HEX triplet: A4, 09 and 71. RGB value is (164,9,113). Sum of RGB (Red+Green+Blue) = 164+9+113=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A40971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40971 is #5BF68E. Grayscale: #424242. Windows color (decimal): -6026895 or 7408036. OLE color: 7408036.
HSL color Cylindrical-coordinate representation of color #A40971: hue angle of 319.74º 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 #A40971 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 113 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.36 |
| HSL | 319.74º | 0.9% | 0.34% | - |
| HSV(B) | 319.74º | 0.95% | 0.64% | - |
| XYZ | 18.39 | 9.28 | 16.44 | - |
| YUV | 67.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 113 | 0 | 0.95 | 0.31 | 0.36 | 319.74 | 0.9 | 0.34 |
| Hex | A4 | 9 | 71 | 0 | 5F | 1F | 24 | 140 | 5A | 22 |
| Octal | 244 | 11 | 161 | 0 | 137 | 37 | 44 | 500 | 132 | 42 |
| Binary | 10100100 | 1001 | 1110001 | 0 | 1011111 | 11111 | 100100 | 101000000 | 1011010 | 100010 |
Color Harmonies of #A40971
Complementary color
Monochromatic Colors of #A40971
Black with #A40971
Text Example
Text Example
White with #A40971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40971; }
p { color: rgb(164,9,113); }
H1.HeaderClassName
{
color: #A40971;
}
.AnyTagClassName
{
color: #A40971;
}
</style>
background-color css
<style>
a { background-color: #A40971; }
a { background-color: rgb(164,9,113); }
div.DivClassName
{
background-color: #A40971;
}
.BgClassName
{
background-color: #A40971;
}
</style>
border-color css
<style>
span { border-color: #A40971; }
span { border-color: rgb(164,9,113); }
td.TdClassName
{
border-color: #A40971;
}
.TagClassName
{
border-color: #A40971;
}
</style>