Shades of Eggplant #A40B6E
Tints of Eggplant #A40B6E
RGB
CMYK
RGB Variations
Color information
#A40B6E (or 0xA40B6E) is known color: Eggplant. HEX triplet: A4, 0B and 6E. RGB value is (164,11,110). Sum of RGB (Red+Green+Blue) = 164+11+110=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40B6E is #5BF491. Grayscale: #434343. Windows color (decimal): -6026386 or 7211940. OLE color: 7211940.
HSL color Cylindrical-coordinate representation of color #A40B6E: hue angle of 321.18º 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 #A40B6E is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 110 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.36 |
| HSL | 321.18º | 0.87% | 0.34% | - |
| HSV(B) | 321.18º | 0.93% | 0.64% | - |
| XYZ | 18.24 | 9.26 | 15.58 | - |
| YUV | 68.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 110 | 0 | 0.93 | 0.33 | 0.36 | 321.18 | 0.87 | 0.34 |
| Hex | A4 | B | 6E | 0 | 5D | 21 | 24 | 141 | 57 | 22 |
| Octal | 244 | 13 | 156 | 0 | 135 | 41 | 44 | 501 | 127 | 42 |
| Binary | 10100100 | 1011 | 1101110 | 0 | 1011101 | 100001 | 100100 | 101000001 | 1010111 | 100010 |
Color Harmonies of #A40B6E
Complementary color
Monochromatic Colors of #A40B6E
Black with #A40B6E
Text Example
Text Example
White with #A40B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B6E; }
p { color: rgb(164,11,110); }
H1.HeaderClassName
{
color: #A40B6E;
}
.AnyTagClassName
{
color: #A40B6E;
}
</style>
background-color css
<style>
a { background-color: #A40B6E; }
a { background-color: rgb(164,11,110); }
div.DivClassName
{
background-color: #A40B6E;
}
.BgClassName
{
background-color: #A40B6E;
}
</style>
border-color css
<style>
span { border-color: #A40B6E; }
span { border-color: rgb(164,11,110); }
td.TdClassName
{
border-color: #A40B6E;
}
.TagClassName
{
border-color: #A40B6E;
}
</style>