Shades of Eggplant #A40081
Tints of Eggplant #A40081
RGB
CMYK
RGB Variations
Color information
#A40081 (or 0xA40081) is known color: Eggplant. HEX triplet: A4, 00 and 81. RGB value is (164,0,129). Sum of RGB (Red+Green+Blue) = 164+0+129=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A40081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40081 is #5BFF7E. Grayscale: #3F3F3F. Windows color (decimal): -6029183 or 8454308. OLE color: 8454308.
HSL color Cylindrical-coordinate representation of color #A40081: hue angle of 312.8º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40081 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.21 | 0.36 |
| HSL | 312.8º | 1% | 0.32% | - |
| HSV(B) | 312.8º | 1% | 0.64% | - |
| XYZ | 19.27 | 9.48 | 21.58 | - |
| YUV | 63.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 129 | 0 | 1 | 0.21 | 0.36 | 312.8 | 1 | 0.32 |
| Hex | A4 | 0 | 81 | 0 | 64 | 15 | 24 | 139 | 64 | 20 |
| Octal | 244 | 0 | 201 | 0 | 144 | 25 | 44 | 471 | 144 | 40 |
| Binary | 10100100 | 0 | 10000001 | 0 | 1100100 | 10101 | 100100 | 100111001 | 1100100 | 100000 |
Color Harmonies of #A40081
Complementary color
Monochromatic Colors of #A40081
Black with #A40081
Text Example
Text Example
White with #A40081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40081; }
p { color: rgb(164,0,129); }
H1.HeaderClassName
{
color: #A40081;
}
.AnyTagClassName
{
color: #A40081;
}
</style>
background-color css
<style>
a { background-color: #A40081; }
a { background-color: rgb(164,0,129); }
div.DivClassName
{
background-color: #A40081;
}
.BgClassName
{
background-color: #A40081;
}
</style>
border-color css
<style>
span { border-color: #A40081; }
span { border-color: rgb(164,0,129); }
td.TdClassName
{
border-color: #A40081;
}
.TagClassName
{
border-color: #A40081;
}
</style>