Shades of Amethyst #A16DC0
Tints of Amethyst #A16DC0
RGB
CMYK
RGB Variations
Color information
#A16DC0 (or 0xA16DC0) is known color: Amethyst. HEX triplet: A1, 6D and C0. RGB value is (161,109,192). Sum of RGB (Red+Green+Blue) = 161+109+192=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #A16DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DC0 is #5E923F. Grayscale: #858585. Windows color (decimal): -6197824 or 12610977. OLE color: 12610977.
HSL color Cylindrical-coordinate representation of color #A16DC0: hue angle of 277.59º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16DC0 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 109 | 192 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.25 |
| HSL | 277.59º | 0.4% | 0.59% | - |
| HSV(B) | 277.59º | 0.43% | 0.75% | - |
| XYZ | 29.68 | 22.32 | 52.61 | - |
| YUV | 134.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 192 | 0.16 | 0.43 | 0 | 0.25 | 277.59 | 0.4 | 0.59 |
| Hex | A1 | 6D | C0 | 10 | 2B | 0 | 19 | 116 | 28 | 3B |
| Octal | 241 | 155 | 300 | 20 | 53 | 0 | 31 | 426 | 50 | 73 |
| Binary | 10100001 | 1101101 | 11000000 | 10000 | 101011 | 0 | 11001 | 100010110 | 101000 | 111011 |
Color Harmonies of #A16DC0
Complementary color
Monochromatic Colors of #A16DC0
Black with #A16DC0
Text Example
Text Example
White with #A16DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DC0; }
p { color: rgb(161,109,192); }
H1.HeaderClassName
{
color: #A16DC0;
}
.AnyTagClassName
{
color: #A16DC0;
}
</style>
background-color css
<style>
a { background-color: #A16DC0; }
a { background-color: rgb(161,109,192); }
div.DivClassName
{
background-color: #A16DC0;
}
.BgClassName
{
background-color: #A16DC0;
}
</style>
border-color css
<style>
span { border-color: #A16DC0; }
span { border-color: rgb(161,109,192); }
td.TdClassName
{
border-color: #A16DC0;
}
.TagClassName
{
border-color: #A16DC0;
}
</style>