Shades of Eggplant #A40471
Tints of Eggplant #A40471
RGB
CMYK
RGB Variations
Color information
#A40471 (or 0xA40471) is known color: Eggplant. HEX triplet: A4, 04 and 71. RGB value is (164,4,113). Sum of RGB (Red+Green+Blue) = 164+4+113=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A40471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40471 is #5BFB8E. Grayscale: #3F3F3F. Windows color (decimal): -6028175 or 7406756. OLE color: 7406756.
HSL color Cylindrical-coordinate representation of color #A40471: hue angle of 319.12º degrees, saturation: 0.95, 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 #A40471 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.36 |
| HSL | 319.13º | 0.95% | 0.33% | - |
| HSV(B) | 319.13º | 0.98% | 0.64% | - |
| XYZ | 18.33 | 9.17 | 16.43 | - |
| YUV | 64.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 113 | 0 | 0.98 | 0.31 | 0.36 | 319.13 | 0.95 | 0.33 |
| Hex | A4 | 4 | 71 | 0 | 62 | 1F | 24 | 13F | 5F | 21 |
| Octal | 244 | 4 | 161 | 0 | 142 | 37 | 44 | 477 | 137 | 41 |
| Binary | 10100100 | 100 | 1110001 | 0 | 1100010 | 11111 | 100100 | 100111111 | 1011111 | 100001 |
Color Harmonies of #A40471
Complementary color
Monochromatic Colors of #A40471
Black with #A40471
Text Example
Text Example
White with #A40471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40471; }
p { color: rgb(164,4,113); }
H1.HeaderClassName
{
color: #A40471;
}
.AnyTagClassName
{
color: #A40471;
}
</style>
background-color css
<style>
a { background-color: #A40471; }
a { background-color: rgb(164,4,113); }
div.DivClassName
{
background-color: #A40471;
}
.BgClassName
{
background-color: #A40471;
}
</style>
border-color css
<style>
span { border-color: #A40471; }
span { border-color: rgb(164,4,113); }
td.TdClassName
{
border-color: #A40471;
}
.TagClassName
{
border-color: #A40471;
}
</style>