Shades of Eggplant #A40671
Tints of Eggplant #A40671
RGB
CMYK
RGB Variations
Color information
#A40671 (or 0xA40671) is known color: Eggplant. HEX triplet: A4, 06 and 71. RGB value is (164,6,113). Sum of RGB (Red+Green+Blue) = 164+6+113=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A40671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40671 is #5BF98E. Grayscale: #414141. Windows color (decimal): -6027663 or 7407268. OLE color: 7407268.
HSL color Cylindrical-coordinate representation of color #A40671: hue angle of 319.37º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40671 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 113 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.36 |
| HSL | 319.37º | 0.93% | 0.33% | - |
| HSV(B) | 319.37º | 0.96% | 0.64% | - |
| XYZ | 18.36 | 9.22 | 16.43 | - |
| YUV | 65.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 113 | 0 | 0.96 | 0.31 | 0.36 | 319.37 | 0.93 | 0.33 |
| Hex | A4 | 6 | 71 | 0 | 60 | 1F | 24 | 13F | 5D | 21 |
| Octal | 244 | 6 | 161 | 0 | 140 | 37 | 44 | 477 | 135 | 41 |
| Binary | 10100100 | 110 | 1110001 | 0 | 1100000 | 11111 | 100100 | 100111111 | 1011101 | 100001 |
Color Harmonies of #A40671
Complementary color
Monochromatic Colors of #A40671
Black with #A40671
Text Example
Text Example
White with #A40671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40671; }
p { color: rgb(164,6,113); }
H1.HeaderClassName
{
color: #A40671;
}
.AnyTagClassName
{
color: #A40671;
}
</style>
background-color css
<style>
a { background-color: #A40671; }
a { background-color: rgb(164,6,113); }
div.DivClassName
{
background-color: #A40671;
}
.BgClassName
{
background-color: #A40671;
}
</style>
border-color css
<style>
span { border-color: #A40671; }
span { border-color: rgb(164,6,113); }
td.TdClassName
{
border-color: #A40671;
}
.TagClassName
{
border-color: #A40671;
}
</style>