Shades of Amethyst #A16FCE
Tints of Amethyst #A16FCE
RGB
CMYK
RGB Variations
Color information
#A16FCE (or 0xA16FCE) is known color: Amethyst. HEX triplet: A1, 6F and CE. RGB value is (161,111,206). Sum of RGB (Red+Green+Blue) = 161+111+206=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A16FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FCE is #5E9031. Grayscale: #888888. Windows color (decimal): -6197298 or 13528993. OLE color: 13528993.
HSL color Cylindrical-coordinate representation of color #A16FCE: hue angle of 271.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16FCE is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 111 | 206 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.19 |
| HSL | 271.58º | 0.49% | 0.62% | - |
| HSV(B) | 271.58º | 0.46% | 0.81% | - |
| XYZ | 31.52 | 23.4 | 61.25 | - |
| YUV | 136.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 206 | 0.22 | 0.46 | 0 | 0.19 | 271.58 | 0.49 | 0.62 |
| Hex | A1 | 6F | CE | 16 | 2E | 0 | 13 | 110 | 31 | 3E |
| Octal | 241 | 157 | 316 | 26 | 56 | 0 | 23 | 420 | 61 | 76 |
| Binary | 10100001 | 1101111 | 11001110 | 10110 | 101110 | 0 | 10011 | 100010000 | 110001 | 111110 |
Color Harmonies of #A16FCE
Complementary color
Monochromatic Colors of #A16FCE
Black with #A16FCE
Text Example
Text Example
White with #A16FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FCE; }
p { color: rgb(161,111,206); }
H1.HeaderClassName
{
color: #A16FCE;
}
.AnyTagClassName
{
color: #A16FCE;
}
</style>
background-color css
<style>
a { background-color: #A16FCE; }
a { background-color: rgb(161,111,206); }
div.DivClassName
{
background-color: #A16FCE;
}
.BgClassName
{
background-color: #A16FCE;
}
</style>
border-color css
<style>
span { border-color: #A16FCE; }
span { border-color: rgb(161,111,206); }
td.TdClassName
{
border-color: #A16FCE;
}
.TagClassName
{
border-color: #A16FCE;
}
</style>