Shades of Eggplant #A1016C
Tints of Eggplant #A1016C
RGB
CMYK
RGB Variations
Color information
#A1016C (or 0xA1016C) is known color: Eggplant. HEX triplet: A1, 01 and 6C. RGB value is (161,1,108). Sum of RGB (Red+Green+Blue) = 161+1+108=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1016C is #5EFE93. Grayscale: #3C3C3C. Windows color (decimal): -6225556 or 7078305. OLE color: 7078305.
HSL color Cylindrical-coordinate representation of color #A1016C: hue angle of 319.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1016C is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.37 |
| HSL | 319.88º | 0.99% | 0.32% | - |
| HSV(B) | 319.88º | 0.99% | 0.63% | - |
| XYZ | 17.42 | 8.68 | 14.95 | - |
| YUV | 61.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 108 | 0 | 0.99 | 0.33 | 0.37 | 319.88 | 0.99 | 0.32 |
| Hex | A1 | 1 | 6C | 0 | 63 | 21 | 25 | 140 | 63 | 20 |
| Octal | 241 | 1 | 154 | 0 | 143 | 41 | 45 | 500 | 143 | 40 |
| Binary | 10100001 | 1 | 1101100 | 0 | 1100011 | 100001 | 100101 | 101000000 | 1100011 | 100000 |
Color Harmonies of #A1016C
Complementary color
Monochromatic Colors of #A1016C
Black with #A1016C
Text Example
Text Example
White with #A1016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1016C; }
p { color: rgb(161,1,108); }
H1.HeaderClassName
{
color: #A1016C;
}
.AnyTagClassName
{
color: #A1016C;
}
</style>
background-color css
<style>
a { background-color: #A1016C; }
a { background-color: rgb(161,1,108); }
div.DivClassName
{
background-color: #A1016C;
}
.BgClassName
{
background-color: #A1016C;
}
</style>
border-color css
<style>
span { border-color: #A1016C; }
span { border-color: rgb(161,1,108); }
td.TdClassName
{
border-color: #A1016C;
}
.TagClassName
{
border-color: #A1016C;
}
</style>