Shades of Eggplant #A40281
Tints of Eggplant #A40281
RGB
CMYK
RGB Variations
Color information
#A40281 (or 0xA40281) is known color: Eggplant. HEX triplet: A4, 02 and 81. RGB value is (164,2,129). Sum of RGB (Red+Green+Blue) = 164+2+129=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A40281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40281 is #5BFD7E. Grayscale: #404040. Windows color (decimal): -6028671 or 8454820. OLE color: 8454820.
HSL color Cylindrical-coordinate representation of color #A40281: hue angle of 312.96º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40281 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.36 |
| HSL | 312.96º | 0.98% | 0.33% | - |
| HSV(B) | 312.96º | 0.99% | 0.64% | - |
| XYZ | 19.29 | 9.52 | 21.59 | - |
| YUV | 64.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 129 | 0 | 0.99 | 0.21 | 0.36 | 312.96 | 0.98 | 0.33 |
| Hex | A4 | 2 | 81 | 0 | 63 | 15 | 24 | 139 | 62 | 21 |
| Octal | 244 | 2 | 201 | 0 | 143 | 25 | 44 | 471 | 142 | 41 |
| Binary | 10100100 | 10 | 10000001 | 0 | 1100011 | 10101 | 100100 | 100111001 | 1100010 | 100001 |
Color Harmonies of #A40281
Complementary color
Monochromatic Colors of #A40281
Black with #A40281
Text Example
Text Example
White with #A40281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40281; }
p { color: rgb(164,2,129); }
H1.HeaderClassName
{
color: #A40281;
}
.AnyTagClassName
{
color: #A40281;
}
</style>
background-color css
<style>
a { background-color: #A40281; }
a { background-color: rgb(164,2,129); }
div.DivClassName
{
background-color: #A40281;
}
.BgClassName
{
background-color: #A40281;
}
</style>
border-color css
<style>
span { border-color: #A40281; }
span { border-color: rgb(164,2,129); }
td.TdClassName
{
border-color: #A40281;
}
.TagClassName
{
border-color: #A40281;
}
</style>