Shades of Amethyst #A16ECC
Tints of Amethyst #A16ECC
RGB
CMYK
RGB Variations
Color information
#A16ECC (or 0xA16ECC) is known color: Amethyst. HEX triplet: A1, 6E and CC. RGB value is (161,110,204). Sum of RGB (Red+Green+Blue) = 161+110+204=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A16ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ECC is #5E9133. Grayscale: #878787. Windows color (decimal): -6197556 or 13397665. OLE color: 13397665.
HSL color Cylindrical-coordinate representation of color #A16ECC: hue angle of 272.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16ECC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 110 | 204 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.2 |
| HSL | 272.55º | 0.48% | 0.62% | - |
| HSV(B) | 272.55º | 0.46% | 0.8% | - |
| XYZ | 31.17 | 23.09 | 59.94 | - |
| YUV | 135.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 204 | 0.21 | 0.46 | 0 | 0.2 | 272.55 | 0.48 | 0.62 |
| Hex | A1 | 6E | CC | 15 | 2E | 0 | 14 | 111 | 30 | 3E |
| Octal | 241 | 156 | 314 | 25 | 56 | 0 | 24 | 421 | 60 | 76 |
| Binary | 10100001 | 1101110 | 11001100 | 10101 | 101110 | 0 | 10100 | 100010001 | 110000 | 111110 |
Color Harmonies of #A16ECC
Complementary color
Monochromatic Colors of #A16ECC
Black with #A16ECC
Text Example
Text Example
White with #A16ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ECC; }
p { color: rgb(161,110,204); }
H1.HeaderClassName
{
color: #A16ECC;
}
.AnyTagClassName
{
color: #A16ECC;
}
</style>
background-color css
<style>
a { background-color: #A16ECC; }
a { background-color: rgb(161,110,204); }
div.DivClassName
{
background-color: #A16ECC;
}
.BgClassName
{
background-color: #A16ECC;
}
</style>
border-color css
<style>
span { border-color: #A16ECC; }
span { border-color: rgb(161,110,204); }
td.TdClassName
{
border-color: #A16ECC;
}
.TagClassName
{
border-color: #A16ECC;
}
</style>