Shades of Amethyst #A16FD0
Tints of Amethyst #A16FD0
RGB
CMYK
RGB Variations
Color information
#A16FD0 (or 0xA16FD0) is known color: Amethyst. HEX triplet: A1, 6F and D0. RGB value is (161,111,208). Sum of RGB (Red+Green+Blue) = 161+111+208=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #A16FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FD0 is #5E902F. Grayscale: #888888. Windows color (decimal): -6197296 or 13660065. OLE color: 13660065.
HSL color Cylindrical-coordinate representation of color #A16FD0: hue angle of 270.93º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16FD0 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 111 | 208 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.18 |
| HSL | 270.93º | 0.51% | 0.63% | - |
| HSV(B) | 270.93º | 0.47% | 0.82% | - |
| XYZ | 31.77 | 23.5 | 62.54 | - |
| YUV | 137.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 208 | 0.23 | 0.47 | 0 | 0.18 | 270.93 | 0.51 | 0.63 |
| Hex | A1 | 6F | D0 | 17 | 2F | 0 | 12 | 10F | 33 | 3F |
| Octal | 241 | 157 | 320 | 27 | 57 | 0 | 22 | 417 | 63 | 77 |
| Binary | 10100001 | 1101111 | 11010000 | 10111 | 101111 | 0 | 10010 | 100001111 | 110011 | 111111 |
Color Harmonies of #A16FD0
Complementary color
Monochromatic Colors of #A16FD0
Black with #A16FD0
Text Example
Text Example
White with #A16FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FD0; }
p { color: rgb(161,111,208); }
H1.HeaderClassName
{
color: #A16FD0;
}
.AnyTagClassName
{
color: #A16FD0;
}
</style>
background-color css
<style>
a { background-color: #A16FD0; }
a { background-color: rgb(161,111,208); }
div.DivClassName
{
background-color: #A16FD0;
}
.BgClassName
{
background-color: #A16FD0;
}
</style>
border-color css
<style>
span { border-color: #A16FD0; }
span { border-color: rgb(161,111,208); }
td.TdClassName
{
border-color: #A16FD0;
}
.TagClassName
{
border-color: #A16FD0;
}
</style>