Shades of Eggplant #A40A6D
Tints of Eggplant #A40A6D
RGB
CMYK
RGB Variations
Color information
#A40A6D (or 0xA40A6D) is known color: Eggplant. HEX triplet: A4, 0A and 6D. RGB value is (164,10,109). Sum of RGB (Red+Green+Blue) = 164+10+109=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A6D is #5BF592. Grayscale: #434343. Windows color (decimal): -6026643 or 7146148. OLE color: 7146148.
HSL color Cylindrical-coordinate representation of color #A40A6D: hue angle of 321.43º 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 #A40A6D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 10 | 109 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.36 |
| HSL | 321.43º | 0.89% | 0.34% | - |
| HSV(B) | 321.43º | 0.94% | 0.64% | - |
| XYZ | 18.18 | 9.21 | 15.29 | - |
| YUV | 67.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 109 | 0 | 0.94 | 0.34 | 0.36 | 321.43 | 0.89 | 0.34 |
| Hex | A4 | A | 6D | 0 | 5E | 22 | 24 | 141 | 59 | 22 |
| Octal | 244 | 12 | 155 | 0 | 136 | 42 | 44 | 501 | 131 | 42 |
| Binary | 10100100 | 1010 | 1101101 | 0 | 1011110 | 100010 | 100100 | 101000001 | 1011001 | 100010 |
Color Harmonies of #A40A6D
Complementary color
Monochromatic Colors of #A40A6D
Black with #A40A6D
Text Example
Text Example
White with #A40A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40A6D; }
p { color: rgb(164,10,109); }
H1.HeaderClassName
{
color: #A40A6D;
}
.AnyTagClassName
{
color: #A40A6D;
}
</style>
background-color css
<style>
a { background-color: #A40A6D; }
a { background-color: rgb(164,10,109); }
div.DivClassName
{
background-color: #A40A6D;
}
.BgClassName
{
background-color: #A40A6D;
}
</style>
border-color css
<style>
span { border-color: #A40A6D; }
span { border-color: rgb(164,10,109); }
td.TdClassName
{
border-color: #A40A6D;
}
.TagClassName
{
border-color: #A40A6D;
}
</style>