Shades of Eggplant #A40A7B
Tints of Eggplant #A40A7B
RGB
CMYK
RGB Variations
Color information
#A40A7B (or 0xA40A7B) is known color: Eggplant. HEX triplet: A4, 0A and 7B. RGB value is (164,10,123). Sum of RGB (Red+Green+Blue) = 164+10+123=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A7B is #5BF584. Grayscale: #444444. Windows color (decimal): -6026629 or 8063652. OLE color: 8063652.
HSL color Cylindrical-coordinate representation of color #A40A7B: hue angle of 315.97º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40A7B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 10 | 123 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.36 |
| HSL | 315.97º | 0.89% | 0.34% | - |
| HSV(B) | 315.97º | 0.94% | 0.64% | - |
| XYZ | 18.99 | 9.54 | 19.58 | - |
| YUV | 68.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 123 | 0 | 0.94 | 0.25 | 0.36 | 315.97 | 0.89 | 0.34 |
| Hex | A4 | A | 7B | 0 | 5E | 19 | 24 | 13C | 59 | 22 |
| Octal | 244 | 12 | 173 | 0 | 136 | 31 | 44 | 474 | 131 | 42 |
| Binary | 10100100 | 1010 | 1111011 | 0 | 1011110 | 11001 | 100100 | 100111100 | 1011001 | 100010 |
Color Harmonies of #A40A7B
Complementary color
Monochromatic Colors of #A40A7B
Black with #A40A7B
Text Example
Text Example
White with #A40A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40A7B; }
p { color: rgb(164,10,123); }
H1.HeaderClassName
{
color: #A40A7B;
}
.AnyTagClassName
{
color: #A40A7B;
}
</style>
background-color css
<style>
a { background-color: #A40A7B; }
a { background-color: rgb(164,10,123); }
div.DivClassName
{
background-color: #A40A7B;
}
.BgClassName
{
background-color: #A40A7B;
}
</style>
border-color css
<style>
span { border-color: #A40A7B; }
span { border-color: rgb(164,10,123); }
td.TdClassName
{
border-color: #A40A7B;
}
.TagClassName
{
border-color: #A40A7B;
}
</style>