Shades of Amethyst #A16FD5
Tints of Amethyst #A16FD5
RGB
CMYK
RGB Variations
Color information
#A16FD5 (or 0xA16FD5) is known color: Amethyst. HEX triplet: A1, 6F and D5. RGB value is (161,111,213). Sum of RGB (Red+Green+Blue) = 161+111+213=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #A16FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FD5 is #5E902A. Grayscale: #898989. Windows color (decimal): -6197291 or 13987745. OLE color: 13987745.
HSL color Cylindrical-coordinate representation of color #A16FD5: hue angle of 269.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16FD5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 111 | 213 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.16 |
| HSL | 269.41º | 0.55% | 0.64% | - |
| HSV(B) | 269.41º | 0.48% | 0.84% | - |
| XYZ | 32.39 | 23.75 | 65.83 | - |
| YUV | 137.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 213 | 0.24 | 0.48 | 0 | 0.16 | 269.41 | 0.55 | 0.64 |
| Hex | A1 | 6F | D5 | 18 | 30 | 0 | 10 | 10D | 37 | 40 |
| Octal | 241 | 157 | 325 | 30 | 60 | 0 | 20 | 415 | 67 | 100 |
| Binary | 10100001 | 1101111 | 11010101 | 11000 | 110000 | 0 | 10000 | 100001101 | 110111 | 1000000 |
Color Harmonies of #A16FD5
Complementary color
Monochromatic Colors of #A16FD5
Black with #A16FD5
Text Example
Text Example
White with #A16FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FD5; }
p { color: rgb(161,111,213); }
H1.HeaderClassName
{
color: #A16FD5;
}
.AnyTagClassName
{
color: #A16FD5;
}
</style>
background-color css
<style>
a { background-color: #A16FD5; }
a { background-color: rgb(161,111,213); }
div.DivClassName
{
background-color: #A16FD5;
}
.BgClassName
{
background-color: #A16FD5;
}
</style>
border-color css
<style>
span { border-color: #A16FD5; }
span { border-color: rgb(161,111,213); }
td.TdClassName
{
border-color: #A16FD5;
}
.TagClassName
{
border-color: #A16FD5;
}
</style>