Shades of Amethyst #A16CD5
Tints of Amethyst #A16CD5
RGB
CMYK
RGB Variations
Color information
#A16CD5 (or 0xA16CD5) is known color: Amethyst. HEX triplet: A1, 6C and D5. RGB value is (161,108,213). Sum of RGB (Red+Green+Blue) = 161+108+213=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #A16CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CD5 is #5E932A. Grayscale: #878787. Windows color (decimal): -6198059 or 13986977. OLE color: 13986977.
HSL color Cylindrical-coordinate representation of color #A16CD5: hue angle of 270.29º 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 #A16CD5 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 108 | 213 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.16 |
| HSL | 270.29º | 0.56% | 0.63% | - |
| HSV(B) | 270.29º | 0.49% | 0.84% | - |
| XYZ | 32.07 | 23.11 | 65.72 | - |
| YUV | 135.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 213 | 0.24 | 0.49 | 0 | 0.16 | 270.29 | 0.56 | 0.63 |
| Hex | A1 | 6C | D5 | 18 | 31 | 0 | 10 | 10E | 38 | 3F |
| Octal | 241 | 154 | 325 | 30 | 61 | 0 | 20 | 416 | 70 | 77 |
| Binary | 10100001 | 1101100 | 11010101 | 11000 | 110001 | 0 | 10000 | 100001110 | 111000 | 111111 |
Color Harmonies of #A16CD5
Complementary color
Monochromatic Colors of #A16CD5
Black with #A16CD5
Text Example
Text Example
White with #A16CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CD5; }
p { color: rgb(161,108,213); }
H1.HeaderClassName
{
color: #A16CD5;
}
.AnyTagClassName
{
color: #A16CD5;
}
</style>
background-color css
<style>
a { background-color: #A16CD5; }
a { background-color: rgb(161,108,213); }
div.DivClassName
{
background-color: #A16CD5;
}
.BgClassName
{
background-color: #A16CD5;
}
</style>
border-color css
<style>
span { border-color: #A16CD5; }
span { border-color: rgb(161,108,213); }
td.TdClassName
{
border-color: #A16CD5;
}
.TagClassName
{
border-color: #A16CD5;
}
</style>