Shades of Eggplant #A1036C
Tints of Eggplant #A1036C
RGB
CMYK
RGB Variations
Color information
#A1036C (or 0xA1036C) is known color: Eggplant. HEX triplet: A1, 03 and 6C. RGB value is (161,3,108). Sum of RGB (Red+Green+Blue) = 161+3+108=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1036C is #5EFC93. Grayscale: #3D3D3D. Windows color (decimal): -6225044 or 7078817. OLE color: 7078817.
HSL color Cylindrical-coordinate representation of color #A1036C: hue angle of 320.13º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1036C is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.37 |
| HSL | 320.13º | 0.96% | 0.32% | - |
| HSV(B) | 320.13º | 0.98% | 0.63% | - |
| XYZ | 17.44 | 8.72 | 14.95 | - |
| YUV | 62.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 108 | 0 | 0.98 | 0.33 | 0.37 | 320.13 | 0.96 | 0.32 |
| Hex | A1 | 3 | 6C | 0 | 62 | 21 | 25 | 140 | 60 | 20 |
| Octal | 241 | 3 | 154 | 0 | 142 | 41 | 45 | 500 | 140 | 40 |
| Binary | 10100001 | 11 | 1101100 | 0 | 1100010 | 100001 | 100101 | 101000000 | 1100000 | 100000 |
Color Harmonies of #A1036C
Complementary color
Monochromatic Colors of #A1036C
Black with #A1036C
Text Example
Text Example
White with #A1036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1036C; }
p { color: rgb(161,3,108); }
H1.HeaderClassName
{
color: #A1036C;
}
.AnyTagClassName
{
color: #A1036C;
}
</style>
background-color css
<style>
a { background-color: #A1036C; }
a { background-color: rgb(161,3,108); }
div.DivClassName
{
background-color: #A1036C;
}
.BgClassName
{
background-color: #A1036C;
}
</style>
border-color css
<style>
span { border-color: #A1036C; }
span { border-color: rgb(161,3,108); }
td.TdClassName
{
border-color: #A1036C;
}
.TagClassName
{
border-color: #A1036C;
}
</style>