Shades of Amethyst #A16CD1
Tints of Amethyst #A16CD1
RGB
CMYK
RGB Variations
Color information
#A16CD1 (or 0xA16CD1) is known color: Amethyst. HEX triplet: A1, 6C and D1. RGB value is (161,108,209). Sum of RGB (Red+Green+Blue) = 161+108+209=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #A16CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CD1 is #5E932E. Grayscale: #878787. Windows color (decimal): -6198063 or 13724833. OLE color: 13724833.
HSL color Cylindrical-coordinate representation of color #A16CD1: hue angle of 271.49º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16CD1 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 108 | 209 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.18 |
| HSL | 271.49º | 0.52% | 0.62% | - |
| HSV(B) | 271.49º | 0.48% | 0.82% | - |
| XYZ | 31.57 | 22.91 | 63.08 | - |
| YUV | 135.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 209 | 0.23 | 0.48 | 0 | 0.18 | 271.49 | 0.52 | 0.62 |
| Hex | A1 | 6C | D1 | 17 | 30 | 0 | 12 | 10F | 34 | 3E |
| Octal | 241 | 154 | 321 | 27 | 60 | 0 | 22 | 417 | 64 | 76 |
| Binary | 10100001 | 1101100 | 11010001 | 10111 | 110000 | 0 | 10010 | 100001111 | 110100 | 111110 |
Color Harmonies of #A16CD1
Complementary color
Monochromatic Colors of #A16CD1
Black with #A16CD1
Text Example
Text Example
White with #A16CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CD1; }
p { color: rgb(161,108,209); }
H1.HeaderClassName
{
color: #A16CD1;
}
.AnyTagClassName
{
color: #A16CD1;
}
</style>
background-color css
<style>
a { background-color: #A16CD1; }
a { background-color: rgb(161,108,209); }
div.DivClassName
{
background-color: #A16CD1;
}
.BgClassName
{
background-color: #A16CD1;
}
</style>
border-color css
<style>
span { border-color: #A16CD1; }
span { border-color: rgb(161,108,209); }
td.TdClassName
{
border-color: #A16CD1;
}
.TagClassName
{
border-color: #A16CD1;
}
</style>