Shades of Eggplant #A1016E
Tints of Eggplant #A1016E
RGB
CMYK
RGB Variations
Color information
#A1016E (or 0xA1016E) is known color: Eggplant. HEX triplet: A1, 01 and 6E. RGB value is (161,1,110). Sum of RGB (Red+Green+Blue) = 161+1+110=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1016E is #5EFE91. Grayscale: #3C3C3C. Windows color (decimal): -6225554 or 7209377. OLE color: 7209377.
HSL color Cylindrical-coordinate representation of color #A1016E: hue angle of 319.12º 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 #A1016E is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.37 |
| HSL | 319.13º | 0.99% | 0.32% | - |
| HSV(B) | 319.13º | 0.99% | 0.63% | - |
| XYZ | 17.52 | 8.72 | 15.51 | - |
| YUV | 61.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 110 | 0 | 0.99 | 0.32 | 0.37 | 319.13 | 0.99 | 0.32 |
| Hex | A1 | 1 | 6E | 0 | 63 | 20 | 25 | 13F | 63 | 20 |
| Octal | 241 | 1 | 156 | 0 | 143 | 40 | 45 | 477 | 143 | 40 |
| Binary | 10100001 | 1 | 1101110 | 0 | 1100011 | 100000 | 100101 | 100111111 | 1100011 | 100000 |
Color Harmonies of #A1016E
Complementary color
Monochromatic Colors of #A1016E
Black with #A1016E
Text Example
Text Example
White with #A1016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1016E; }
p { color: rgb(161,1,110); }
H1.HeaderClassName
{
color: #A1016E;
}
.AnyTagClassName
{
color: #A1016E;
}
</style>
background-color css
<style>
a { background-color: #A1016E; }
a { background-color: rgb(161,1,110); }
div.DivClassName
{
background-color: #A1016E;
}
.BgClassName
{
background-color: #A1016E;
}
</style>
border-color css
<style>
span { border-color: #A1016E; }
span { border-color: rgb(161,1,110); }
td.TdClassName
{
border-color: #A1016E;
}
.TagClassName
{
border-color: #A1016E;
}
</style>