Shades of Amethyst #A16DD6
Tints of Amethyst #A16DD6
RGB
CMYK
RGB Variations
Color information
#A16DD6 (or 0xA16DD6) is known color: Amethyst. HEX triplet: A1, 6D and D6. RGB value is (161,109,214). Sum of RGB (Red+Green+Blue) = 161+109+214=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #A16DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DD6 is #5E9229. Grayscale: #888888. Windows color (decimal): -6197802 or 14052769. OLE color: 14052769.
HSL color Cylindrical-coordinate representation of color #A16DD6: hue angle of 269.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16DD6 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 109 | 214 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.16 |
| HSL | 269.71º | 0.56% | 0.63% | - |
| HSV(B) | 269.71º | 0.49% | 0.84% | - |
| XYZ | 32.3 | 23.37 | 66.43 | - |
| YUV | 136.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 214 | 0.25 | 0.49 | 0 | 0.16 | 269.71 | 0.56 | 0.63 |
| Hex | A1 | 6D | D6 | 19 | 31 | 0 | 10 | 10E | 38 | 3F |
| Octal | 241 | 155 | 326 | 31 | 61 | 0 | 20 | 416 | 70 | 77 |
| Binary | 10100001 | 1101101 | 11010110 | 11001 | 110001 | 0 | 10000 | 100001110 | 111000 | 111111 |
Color Harmonies of #A16DD6
Complementary color
Monochromatic Colors of #A16DD6
Black with #A16DD6
Text Example
Text Example
White with #A16DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DD6; }
p { color: rgb(161,109,214); }
H1.HeaderClassName
{
color: #A16DD6;
}
.AnyTagClassName
{
color: #A16DD6;
}
</style>
background-color css
<style>
a { background-color: #A16DD6; }
a { background-color: rgb(161,109,214); }
div.DivClassName
{
background-color: #A16DD6;
}
.BgClassName
{
background-color: #A16DD6;
}
</style>
border-color css
<style>
span { border-color: #A16DD6; }
span { border-color: rgb(161,109,214); }
td.TdClassName
{
border-color: #A16DD6;
}
.TagClassName
{
border-color: #A16DD6;
}
</style>