Shades of Amethyst #A16CD9
Tints of Amethyst #A16CD9
RGB
CMYK
RGB Variations
Color information
#A16CD9 (or 0xA16CD9) is known color: Amethyst. HEX triplet: A1, 6C and D9. RGB value is (161,108,217). Sum of RGB (Red+Green+Blue) = 161+108+217=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #A16CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CD9 is #5E9326. Grayscale: #878787. Windows color (decimal): -6198055 or 14249121. OLE color: 14249121.
HSL color Cylindrical-coordinate representation of color #A16CD9: hue angle of 269.17º 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 #A16CD9 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 108 | 217 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.15 |
| HSL | 269.17º | 0.59% | 0.64% | - |
| HSV(B) | 269.17º | 0.5% | 0.85% | - |
| XYZ | 32.58 | 23.31 | 68.43 | - |
| YUV | 136.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 217 | 0.26 | 0.50 | 0 | 0.15 | 269.17 | 0.59 | 0.64 |
| Hex | A1 | 6C | D9 | 1A | 32 | 0 | F | 10D | 3B | 40 |
| Octal | 241 | 154 | 331 | 32 | 62 | 0 | 17 | 415 | 73 | 100 |
| Binary | 10100001 | 1101100 | 11011001 | 11010 | 110010 | 0 | 1111 | 100001101 | 111011 | 1000000 |
Color Harmonies of #A16CD9
Complementary color
Monochromatic Colors of #A16CD9
Black with #A16CD9
Text Example
Text Example
White with #A16CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CD9; }
p { color: rgb(161,108,217); }
H1.HeaderClassName
{
color: #A16CD9;
}
.AnyTagClassName
{
color: #A16CD9;
}
</style>
background-color css
<style>
a { background-color: #A16CD9; }
a { background-color: rgb(161,108,217); }
div.DivClassName
{
background-color: #A16CD9;
}
.BgClassName
{
background-color: #A16CD9;
}
</style>
border-color css
<style>
span { border-color: #A16CD9; }
span { border-color: rgb(161,108,217); }
td.TdClassName
{
border-color: #A16CD9;
}
.TagClassName
{
border-color: #A16CD9;
}
</style>