Shades of Eggplant #A40781
Tints of Eggplant #A40781
RGB
CMYK
RGB Variations
Color information
#A40781 (or 0xA40781) is known color: Eggplant. HEX triplet: A4, 07 and 81. RGB value is (164,7,129). Sum of RGB (Red+Green+Blue) = 164+7+129=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A40781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40781 is #5BF87E. Grayscale: #434343. Windows color (decimal): -6027391 or 8456100. OLE color: 8456100.
HSL color Cylindrical-coordinate representation of color #A40781: hue angle of 313.38º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40781 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.36 |
| HSL | 313.38º | 0.92% | 0.34% | - |
| HSV(B) | 313.38º | 0.96% | 0.64% | - |
| XYZ | 19.35 | 9.63 | 21.61 | - |
| YUV | 67.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 129 | 0 | 0.96 | 0.21 | 0.36 | 313.38 | 0.92 | 0.34 |
| Hex | A4 | 7 | 81 | 0 | 60 | 15 | 24 | 139 | 5C | 22 |
| Octal | 244 | 7 | 201 | 0 | 140 | 25 | 44 | 471 | 134 | 42 |
| Binary | 10100100 | 111 | 10000001 | 0 | 1100000 | 10101 | 100100 | 100111001 | 1011100 | 100010 |
Color Harmonies of #A40781
Complementary color
Monochromatic Colors of #A40781
Black with #A40781
Text Example
Text Example
White with #A40781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40781; }
p { color: rgb(164,7,129); }
H1.HeaderClassName
{
color: #A40781;
}
.AnyTagClassName
{
color: #A40781;
}
</style>
background-color css
<style>
a { background-color: #A40781; }
a { background-color: rgb(164,7,129); }
div.DivClassName
{
background-color: #A40781;
}
.BgClassName
{
background-color: #A40781;
}
</style>
border-color css
<style>
span { border-color: #A40781; }
span { border-color: rgb(164,7,129); }
td.TdClassName
{
border-color: #A40781;
}
.TagClassName
{
border-color: #A40781;
}
</style>