Shades of Eggplant #A40F7D
Tints of Eggplant #A40F7D
RGB
CMYK
RGB Variations
Color information
#A40F7D (or 0xA40F7D) is known color: Eggplant. HEX triplet: A4, 0F and 7D. RGB value is (164,15,125). Sum of RGB (Red+Green+Blue) = 164+15+125=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40F7D is #5BF082. Grayscale: #474747. Windows color (decimal): -6025347 or 8196004. OLE color: 8196004.
HSL color Cylindrical-coordinate representation of color #A40F7D: hue angle of 315.7º degrees, saturation: 0.83, 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 #A40F7D is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 15 | 125 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.36 |
| HSL | 315.7º | 0.83% | 0.35% | - |
| HSV(B) | 315.7º | 0.91% | 0.64% | - |
| XYZ | 19.18 | 9.71 | 20.27 | - |
| YUV | 72.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 125 | 0 | 0.91 | 0.24 | 0.36 | 315.7 | 0.83 | 0.35 |
| Hex | A4 | F | 7D | 0 | 5B | 18 | 24 | 13C | 53 | 23 |
| Octal | 244 | 17 | 175 | 0 | 133 | 30 | 44 | 474 | 123 | 43 |
| Binary | 10100100 | 1111 | 1111101 | 0 | 1011011 | 11000 | 100100 | 100111100 | 1010011 | 100011 |
Color Harmonies of #A40F7D
Complementary color
Monochromatic Colors of #A40F7D
Black with #A40F7D
Text Example
Text Example
White with #A40F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40F7D; }
p { color: rgb(164,15,125); }
H1.HeaderClassName
{
color: #A40F7D;
}
.AnyTagClassName
{
color: #A40F7D;
}
</style>
background-color css
<style>
a { background-color: #A40F7D; }
a { background-color: rgb(164,15,125); }
div.DivClassName
{
background-color: #A40F7D;
}
.BgClassName
{
background-color: #A40F7D;
}
</style>
border-color css
<style>
span { border-color: #A40F7D; }
span { border-color: rgb(164,15,125); }
td.TdClassName
{
border-color: #A40F7D;
}
.TagClassName
{
border-color: #A40F7D;
}
</style>