Shades of Eggplant #A1056C
Tints of Eggplant #A1056C
RGB
CMYK
RGB Variations
Color information
#A1056C (or 0xA1056C) is known color: Eggplant. HEX triplet: A1, 05 and 6C. RGB value is (161,5,108). Sum of RGB (Red+Green+Blue) = 161+5+108=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1056C is #5EFA93. Grayscale: #3F3F3F. Windows color (decimal): -6224532 or 7079329. OLE color: 7079329.
HSL color Cylindrical-coordinate representation of color #A1056C: hue angle of 320.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1056C is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.37 |
| HSL | 320.38º | 0.94% | 0.33% | - |
| HSV(B) | 320.38º | 0.97% | 0.63% | - |
| XYZ | 17.46 | 8.77 | 14.96 | - |
| YUV | 63.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 108 | 0 | 0.97 | 0.33 | 0.37 | 320.38 | 0.94 | 0.33 |
| Hex | A1 | 5 | 6C | 0 | 61 | 21 | 25 | 140 | 5E | 21 |
| Octal | 241 | 5 | 154 | 0 | 141 | 41 | 45 | 500 | 136 | 41 |
| Binary | 10100001 | 101 | 1101100 | 0 | 1100001 | 100001 | 100101 | 101000000 | 1011110 | 100001 |
Color Harmonies of #A1056C
Complementary color
Monochromatic Colors of #A1056C
Black with #A1056C
Text Example
Text Example
White with #A1056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1056C; }
p { color: rgb(161,5,108); }
H1.HeaderClassName
{
color: #A1056C;
}
.AnyTagClassName
{
color: #A1056C;
}
</style>
background-color css
<style>
a { background-color: #A1056C; }
a { background-color: rgb(161,5,108); }
div.DivClassName
{
background-color: #A1056C;
}
.BgClassName
{
background-color: #A1056C;
}
</style>
border-color css
<style>
span { border-color: #A1056C; }
span { border-color: rgb(161,5,108); }
td.TdClassName
{
border-color: #A1056C;
}
.TagClassName
{
border-color: #A1056C;
}
</style>