Shades of Eggplant #A60271
Tints of Eggplant #A60271
RGB
CMYK
RGB Variations
Color information
#A60271 (or 0xA60271) is known color: Eggplant. HEX triplet: A6, 02 and 71. RGB value is (166,2,113). Sum of RGB (Red+Green+Blue) = 166+2+113=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A60271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60271 is #59FD8E. Grayscale: #3F3F3F. Windows color (decimal): -5897615 or 7406246. OLE color: 7406246.
HSL color Cylindrical-coordinate representation of color #A60271: hue angle of 319.39º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60271 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.35 |
| HSL | 319.39º | 0.98% | 0.33% | - |
| HSV(B) | 319.39º | 0.99% | 0.65% | - |
| XYZ | 18.73 | 9.34 | 16.44 | - |
| YUV | 63.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 113 | 0 | 0.99 | 0.32 | 0.35 | 319.39 | 0.98 | 0.33 |
| Hex | A6 | 2 | 71 | 0 | 63 | 20 | 23 | 13F | 62 | 21 |
| Octal | 246 | 2 | 161 | 0 | 143 | 40 | 43 | 477 | 142 | 41 |
| Binary | 10100110 | 10 | 1110001 | 0 | 1100011 | 100000 | 100011 | 100111111 | 1100010 | 100001 |
Color Harmonies of #A60271
Complementary color
Monochromatic Colors of #A60271
Black with #A60271
Text Example
Text Example
White with #A60271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60271; }
p { color: rgb(166,2,113); }
H1.HeaderClassName
{
color: #A60271;
}
.AnyTagClassName
{
color: #A60271;
}
</style>
background-color css
<style>
a { background-color: #A60271; }
a { background-color: rgb(166,2,113); }
div.DivClassName
{
background-color: #A60271;
}
.BgClassName
{
background-color: #A60271;
}
</style>
border-color css
<style>
span { border-color: #A60271; }
span { border-color: rgb(166,2,113); }
td.TdClassName
{
border-color: #A60271;
}
.TagClassName
{
border-color: #A60271;
}
</style>