Shades of Eggplant #A40E7D
Tints of Eggplant #A40E7D
RGB
CMYK
RGB Variations
Color information
#A40E7D (or 0xA40E7D) is known color: Eggplant. HEX triplet: A4, 0E and 7D. RGB value is (164,14,125). Sum of RGB (Red+Green+Blue) = 164+14+125=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40E7D is #5BF182. Grayscale: #474747. Windows color (decimal): -6025603 or 8195748. OLE color: 8195748.
HSL color Cylindrical-coordinate representation of color #A40E7D: hue angle of 315.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E7D is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 14 | 125 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.36 |
| HSL | 315.6º | 0.84% | 0.35% | - |
| HSV(B) | 315.6º | 0.91% | 0.64% | - |
| XYZ | 19.17 | 9.69 | 20.26 | - |
| YUV | 71.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 125 | 0 | 0.91 | 0.24 | 0.36 | 315.6 | 0.84 | 0.35 |
| Hex | A4 | E | 7D | 0 | 5B | 18 | 24 | 13C | 54 | 23 |
| Octal | 244 | 16 | 175 | 0 | 133 | 30 | 44 | 474 | 124 | 43 |
| Binary | 10100100 | 1110 | 1111101 | 0 | 1011011 | 11000 | 100100 | 100111100 | 1010100 | 100011 |
Color Harmonies of #A40E7D
Complementary color
Monochromatic Colors of #A40E7D
Black with #A40E7D
Text Example
Text Example
White with #A40E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40E7D; }
p { color: rgb(164,14,125); }
H1.HeaderClassName
{
color: #A40E7D;
}
.AnyTagClassName
{
color: #A40E7D;
}
</style>
background-color css
<style>
a { background-color: #A40E7D; }
a { background-color: rgb(164,14,125); }
div.DivClassName
{
background-color: #A40E7D;
}
.BgClassName
{
background-color: #A40E7D;
}
</style>
border-color css
<style>
span { border-color: #A40E7D; }
span { border-color: rgb(164,14,125); }
td.TdClassName
{
border-color: #A40E7D;
}
.TagClassName
{
border-color: #A40E7D;
}
</style>