Shades of Amethyst #A16ED1
Tints of Amethyst #A16ED1
RGB
CMYK
RGB Variations
Color information
#A16ED1 (or 0xA16ED1) is known color: Amethyst. HEX triplet: A1, 6E and D1. RGB value is (161,110,209). Sum of RGB (Red+Green+Blue) = 161+110+209=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #A16ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ED1 is #5E912E. Grayscale: #888888. Windows color (decimal): -6197551 or 13725345. OLE color: 13725345.
HSL color Cylindrical-coordinate representation of color #A16ED1: hue angle of 270.91º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16ED1 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 110 | 209 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.18 |
| HSL | 270.91º | 0.52% | 0.63% | - |
| HSV(B) | 270.91º | 0.47% | 0.82% | - |
| XYZ | 31.78 | 23.33 | 63.15 | - |
| YUV | 136.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 209 | 0.23 | 0.47 | 0 | 0.18 | 270.91 | 0.52 | 0.63 |
| Hex | A1 | 6E | D1 | 17 | 2F | 0 | 12 | 10F | 34 | 3F |
| Octal | 241 | 156 | 321 | 27 | 57 | 0 | 22 | 417 | 64 | 77 |
| Binary | 10100001 | 1101110 | 11010001 | 10111 | 101111 | 0 | 10010 | 100001111 | 110100 | 111111 |
Color Harmonies of #A16ED1
Complementary color
Monochromatic Colors of #A16ED1
Black with #A16ED1
Text Example
Text Example
White with #A16ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ED1; }
p { color: rgb(161,110,209); }
H1.HeaderClassName
{
color: #A16ED1;
}
.AnyTagClassName
{
color: #A16ED1;
}
</style>
background-color css
<style>
a { background-color: #A16ED1; }
a { background-color: rgb(161,110,209); }
div.DivClassName
{
background-color: #A16ED1;
}
.BgClassName
{
background-color: #A16ED1;
}
</style>
border-color css
<style>
span { border-color: #A16ED1; }
span { border-color: rgb(161,110,209); }
td.TdClassName
{
border-color: #A16ED1;
}
.TagClassName
{
border-color: #A16ED1;
}
</style>