Shades of Eggplant #A40B7C
Tints of Eggplant #A40B7C
RGB
CMYK
RGB Variations
Color information
#A40B7C (or 0xA40B7C) is known color: Eggplant. HEX triplet: A4, 0B and 7C. RGB value is (164,11,124). Sum of RGB (Red+Green+Blue) = 164+11+124=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40B7C is #5BF483. Grayscale: #454545. Windows color (decimal): -6026372 or 8129444. OLE color: 8129444.
HSL color Cylindrical-coordinate representation of color #A40B7C: hue angle of 315.69º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B7C is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 124 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.36 |
| HSL | 315.69º | 0.87% | 0.34% | - |
| HSV(B) | 315.69º | 0.93% | 0.64% | - |
| XYZ | 19.07 | 9.59 | 19.91 | - |
| YUV | 69.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 124 | 0 | 0.93 | 0.24 | 0.36 | 315.69 | 0.87 | 0.34 |
| Hex | A4 | B | 7C | 0 | 5D | 18 | 24 | 13C | 57 | 22 |
| Octal | 244 | 13 | 174 | 0 | 135 | 30 | 44 | 474 | 127 | 42 |
| Binary | 10100100 | 1011 | 1111100 | 0 | 1011101 | 11000 | 100100 | 100111100 | 1010111 | 100010 |
Color Harmonies of #A40B7C
Complementary color
Monochromatic Colors of #A40B7C
Black with #A40B7C
Text Example
Text Example
White with #A40B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B7C; }
p { color: rgb(164,11,124); }
H1.HeaderClassName
{
color: #A40B7C;
}
.AnyTagClassName
{
color: #A40B7C;
}
</style>
background-color css
<style>
a { background-color: #A40B7C; }
a { background-color: rgb(164,11,124); }
div.DivClassName
{
background-color: #A40B7C;
}
.BgClassName
{
background-color: #A40B7C;
}
</style>
border-color css
<style>
span { border-color: #A40B7C; }
span { border-color: rgb(164,11,124); }
td.TdClassName
{
border-color: #A40B7C;
}
.TagClassName
{
border-color: #A40B7C;
}
</style>