Shades of Eggplant #A40371
Tints of Eggplant #A40371
RGB
CMYK
RGB Variations
Color information
#A40371 (or 0xA40371) is known color: Eggplant. HEX triplet: A4, 03 and 71. RGB value is (164,3,113). Sum of RGB (Red+Green+Blue) = 164+3+113=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A40371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40371 is #5BFC8E. Grayscale: #3F3F3F. Windows color (decimal): -6028431 or 7406500. OLE color: 7406500.
HSL color Cylindrical-coordinate representation of color #A40371: hue angle of 319.01º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40371 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 113 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.36 |
| HSL | 319.01º | 0.96% | 0.33% | - |
| HSV(B) | 319.01º | 0.98% | 0.64% | - |
| XYZ | 18.32 | 9.15 | 16.42 | - |
| YUV | 63.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 113 | 0 | 0.98 | 0.31 | 0.36 | 319.01 | 0.96 | 0.33 |
| Hex | A4 | 3 | 71 | 0 | 62 | 1F | 24 | 13F | 60 | 21 |
| Octal | 244 | 3 | 161 | 0 | 142 | 37 | 44 | 477 | 140 | 41 |
| Binary | 10100100 | 11 | 1110001 | 0 | 1100010 | 11111 | 100100 | 100111111 | 1100000 | 100001 |
Color Harmonies of #A40371
Complementary color
Monochromatic Colors of #A40371
Black with #A40371
Text Example
Text Example
White with #A40371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40371; }
p { color: rgb(164,3,113); }
H1.HeaderClassName
{
color: #A40371;
}
.AnyTagClassName
{
color: #A40371;
}
</style>
background-color css
<style>
a { background-color: #A40371; }
a { background-color: rgb(164,3,113); }
div.DivClassName
{
background-color: #A40371;
}
.BgClassName
{
background-color: #A40371;
}
</style>
border-color css
<style>
span { border-color: #A40371; }
span { border-color: rgb(164,3,113); }
td.TdClassName
{
border-color: #A40371;
}
.TagClassName
{
border-color: #A40371;
}
</style>