Shades of Amethyst #A16CCE
Tints of Amethyst #A16CCE
RGB
CMYK
RGB Variations
Color information
#A16CCE (or 0xA16CCE) is known color: Amethyst. HEX triplet: A1, 6C and CE. RGB value is (161,108,206). Sum of RGB (Red+Green+Blue) = 161+108+206=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #A16CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CCE is #5E9331. Grayscale: #868686. Windows color (decimal): -6198066 or 13528225. OLE color: 13528225.
HSL color Cylindrical-coordinate representation of color #A16CCE: hue angle of 272.45º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16CCE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 108 | 206 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.19 |
| HSL | 272.45º | 0.5% | 0.62% | - |
| HSV(B) | 272.45º | 0.48% | 0.81% | - |
| XYZ | 31.2 | 22.76 | 61.14 | - |
| YUV | 135.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 206 | 0.22 | 0.48 | 0 | 0.19 | 272.45 | 0.5 | 0.62 |
| Hex | A1 | 6C | CE | 16 | 30 | 0 | 13 | 110 | 32 | 3E |
| Octal | 241 | 154 | 316 | 26 | 60 | 0 | 23 | 420 | 62 | 76 |
| Binary | 10100001 | 1101100 | 11001110 | 10110 | 110000 | 0 | 10011 | 100010000 | 110010 | 111110 |
Color Harmonies of #A16CCE
Complementary color
Monochromatic Colors of #A16CCE
Black with #A16CCE
Text Example
Text Example
White with #A16CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CCE; }
p { color: rgb(161,108,206); }
H1.HeaderClassName
{
color: #A16CCE;
}
.AnyTagClassName
{
color: #A16CCE;
}
</style>
background-color css
<style>
a { background-color: #A16CCE; }
a { background-color: rgb(161,108,206); }
div.DivClassName
{
background-color: #A16CCE;
}
.BgClassName
{
background-color: #A16CCE;
}
</style>
border-color css
<style>
span { border-color: #A16CCE; }
span { border-color: rgb(161,108,206); }
td.TdClassName
{
border-color: #A16CCE;
}
.TagClassName
{
border-color: #A16CCE;
}
</style>