Shades of Eggplant #A00671
Tints of Eggplant #A00671
RGB
CMYK
RGB Variations
Color information
#A00671 (or 0xA00671) is known color: Eggplant. HEX triplet: A0, 06 and 71. RGB value is (160,6,113). Sum of RGB (Red+Green+Blue) = 160+6+113=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A00671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00671 is #5FF98E. Grayscale: #3F3F3F. Windows color (decimal): -6289807 or 7407264. OLE color: 7407264.
HSL color Cylindrical-coordinate representation of color #A00671: hue angle of 318.31º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00671 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 113 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.37 |
| HSL | 318.31º | 0.93% | 0.33% | - |
| HSV(B) | 318.31º | 0.96% | 0.63% | - |
| XYZ | 17.54 | 8.8 | 16.4 | - |
| YUV | 64.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 113 | 0 | 0.96 | 0.29 | 0.37 | 318.31 | 0.93 | 0.33 |
| Hex | A0 | 6 | 71 | 0 | 60 | 1D | 25 | 13E | 5D | 21 |
| Octal | 240 | 6 | 161 | 0 | 140 | 35 | 45 | 476 | 135 | 41 |
| Binary | 10100000 | 110 | 1110001 | 0 | 1100000 | 11101 | 100101 | 100111110 | 1011101 | 100001 |
Color Harmonies of #A00671
Complementary color
Monochromatic Colors of #A00671
Black with #A00671
Text Example
Text Example
White with #A00671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00671; }
p { color: rgb(160,6,113); }
H1.HeaderClassName
{
color: #A00671;
}
.AnyTagClassName
{
color: #A00671;
}
</style>
background-color css
<style>
a { background-color: #A00671; }
a { background-color: rgb(160,6,113); }
div.DivClassName
{
background-color: #A00671;
}
.BgClassName
{
background-color: #A00671;
}
</style>
border-color css
<style>
span { border-color: #A00671; }
span { border-color: rgb(160,6,113); }
td.TdClassName
{
border-color: #A00671;
}
.TagClassName
{
border-color: #A00671;
}
</style>