Shades of Eggplant #A01673
Tints of Eggplant #A01673
RGB
CMYK
RGB Variations
Color information
#A01673 (or 0xA01673) is known color: Eggplant. HEX triplet: A0, 16 and 73. RGB value is (160,22,115). Sum of RGB (Red+Green+Blue) = 160+22+115=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A01673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01673 is #5FE98C. Grayscale: #494949. Windows color (decimal): -6285709 or 7542432. OLE color: 7542432.
HSL color Cylindrical-coordinate representation of color #A01673: hue angle of 319.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01673 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 115 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.37 |
| HSL | 319.57º | 0.76% | 0.36% | - |
| HSV(B) | 319.57º | 0.86% | 0.63% | - |
| XYZ | 17.88 | 9.29 | 17.07 | - |
| YUV | 73.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 115 | 0 | 0.86 | 0.28 | 0.37 | 319.57 | 0.76 | 0.36 |
| Hex | A0 | 16 | 73 | 0 | 56 | 1C | 25 | 140 | 4C | 24 |
| Octal | 240 | 26 | 163 | 0 | 126 | 34 | 45 | 500 | 114 | 44 |
| Binary | 10100000 | 10110 | 1110011 | 0 | 1010110 | 11100 | 100101 | 101000000 | 1001100 | 100100 |
Color Harmonies of #A01673
Complementary color
Monochromatic Colors of #A01673
Black with #A01673
Text Example
Text Example
White with #A01673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01673; }
p { color: rgb(160,22,115); }
H1.HeaderClassName
{
color: #A01673;
}
.AnyTagClassName
{
color: #A01673;
}
</style>
background-color css
<style>
a { background-color: #A01673; }
a { background-color: rgb(160,22,115); }
div.DivClassName
{
background-color: #A01673;
}
.BgClassName
{
background-color: #A01673;
}
</style>
border-color css
<style>
span { border-color: #A01673; }
span { border-color: rgb(160,22,115); }
td.TdClassName
{
border-color: #A01673;
}
.TagClassName
{
border-color: #A01673;
}
</style>