Shades of Eggplant #A40171
Tints of Eggplant #A40171
RGB
CMYK
RGB Variations
Color information
#A40171 (or 0xA40171) is known color: Eggplant. HEX triplet: A4, 01 and 71. RGB value is (164,1,113). Sum of RGB (Red+Green+Blue) = 164+1+113=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A40171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40171 is #5BFE8E. Grayscale: #3E3E3E. Windows color (decimal): -6028943 or 7405988. OLE color: 7405988.
HSL color Cylindrical-coordinate representation of color #A40171: hue angle of 318.77º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40171 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.36 |
| HSL | 318.77º | 0.99% | 0.32% | - |
| HSV(B) | 318.77º | 0.99% | 0.64% | - |
| XYZ | 18.3 | 9.11 | 16.42 | - |
| YUV | 62.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 113 | 0 | 0.99 | 0.31 | 0.36 | 318.77 | 0.99 | 0.32 |
| Hex | A4 | 1 | 71 | 0 | 63 | 1F | 24 | 13F | 63 | 20 |
| Octal | 244 | 1 | 161 | 0 | 143 | 37 | 44 | 477 | 143 | 40 |
| Binary | 10100100 | 1 | 1110001 | 0 | 1100011 | 11111 | 100100 | 100111111 | 1100011 | 100000 |
Color Harmonies of #A40171
Complementary color
Monochromatic Colors of #A40171
Black with #A40171
Text Example
Text Example
White with #A40171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40171; }
p { color: rgb(164,1,113); }
H1.HeaderClassName
{
color: #A40171;
}
.AnyTagClassName
{
color: #A40171;
}
</style>
background-color css
<style>
a { background-color: #A40171; }
a { background-color: rgb(164,1,113); }
div.DivClassName
{
background-color: #A40171;
}
.BgClassName
{
background-color: #A40171;
}
</style>
border-color css
<style>
span { border-color: #A40171; }
span { border-color: rgb(164,1,113); }
td.TdClassName
{
border-color: #A40171;
}
.TagClassName
{
border-color: #A40171;
}
</style>