Shades of Amethyst #A16DD9
Tints of Amethyst #A16DD9
RGB
CMYK
RGB Variations
Color information
#A16DD9 (or 0xA16DD9) is known color: Amethyst. HEX triplet: A1, 6D and D9. RGB value is (161,109,217). Sum of RGB (Red+Green+Blue) = 161+109+217=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #A16DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DD9 is #5E9226. Grayscale: #888888. Windows color (decimal): -6197799 or 14249377. OLE color: 14249377.
HSL color Cylindrical-coordinate representation of color #A16DD9: hue angle of 268.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16DD9 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 109 | 217 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.15 |
| HSL | 268.89º | 0.59% | 0.64% | - |
| HSV(B) | 268.89º | 0.5% | 0.85% | - |
| XYZ | 32.69 | 23.52 | 68.46 | - |
| YUV | 136.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 217 | 0.26 | 0.50 | 0 | 0.15 | 268.89 | 0.59 | 0.64 |
| Hex | A1 | 6D | D9 | 1A | 32 | 0 | F | 10D | 3B | 40 |
| Octal | 241 | 155 | 331 | 32 | 62 | 0 | 17 | 415 | 73 | 100 |
| Binary | 10100001 | 1101101 | 11011001 | 11010 | 110010 | 0 | 1111 | 100001101 | 111011 | 1000000 |
Color Harmonies of #A16DD9
Complementary color
Monochromatic Colors of #A16DD9
Black with #A16DD9
Text Example
Text Example
White with #A16DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DD9; }
p { color: rgb(161,109,217); }
H1.HeaderClassName
{
color: #A16DD9;
}
.AnyTagClassName
{
color: #A16DD9;
}
</style>
background-color css
<style>
a { background-color: #A16DD9; }
a { background-color: rgb(161,109,217); }
div.DivClassName
{
background-color: #A16DD9;
}
.BgClassName
{
background-color: #A16DD9;
}
</style>
border-color css
<style>
span { border-color: #A16DD9; }
span { border-color: rgb(161,109,217); }
td.TdClassName
{
border-color: #A16DD9;
}
.TagClassName
{
border-color: #A16DD9;
}
</style>