Shades of Eggplant #A60881
Tints of Eggplant #A60881
RGB
CMYK
RGB Variations
Color information
#A60881 (or 0xA60881) is known color: Eggplant. HEX triplet: A6, 08 and 81. RGB value is (166,8,129). Sum of RGB (Red+Green+Blue) = 166+8+129=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A60881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60881 is #59F77E. Grayscale: #444444. Windows color (decimal): -5896063 or 8456358. OLE color: 8456358.
HSL color Cylindrical-coordinate representation of color #A60881: hue angle of 314.05º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60881 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 129 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.35 |
| HSL | 314.05º | 0.91% | 0.34% | - |
| HSV(B) | 314.05º | 0.95% | 0.65% | - |
| XYZ | 19.78 | 9.87 | 21.63 | - |
| YUV | 69.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 129 | 0 | 0.95 | 0.22 | 0.35 | 314.05 | 0.91 | 0.34 |
| Hex | A6 | 8 | 81 | 0 | 5F | 16 | 23 | 13A | 5B | 22 |
| Octal | 246 | 10 | 201 | 0 | 137 | 26 | 43 | 472 | 133 | 42 |
| Binary | 10100110 | 1000 | 10000001 | 0 | 1011111 | 10110 | 100011 | 100111010 | 1011011 | 100010 |
Color Harmonies of #A60881
Complementary color
Monochromatic Colors of #A60881
Black with #A60881
Text Example
Text Example
White with #A60881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60881; }
p { color: rgb(166,8,129); }
H1.HeaderClassName
{
color: #A60881;
}
.AnyTagClassName
{
color: #A60881;
}
</style>
background-color css
<style>
a { background-color: #A60881; }
a { background-color: rgb(166,8,129); }
div.DivClassName
{
background-color: #A60881;
}
.BgClassName
{
background-color: #A60881;
}
</style>
border-color css
<style>
span { border-color: #A60881; }
span { border-color: rgb(166,8,129); }
td.TdClassName
{
border-color: #A60881;
}
.TagClassName
{
border-color: #A60881;
}
</style>