Shades of Amethyst #A16DD4
Tints of Amethyst #A16DD4
RGB
CMYK
RGB Variations
Color information
#A16DD4 (or 0xA16DD4) is known color: Amethyst. HEX triplet: A1, 6D and D4. RGB value is (161,109,212). Sum of RGB (Red+Green+Blue) = 161+109+212=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #A16DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DD4 is #5E922B. Grayscale: #878787. Windows color (decimal): -6197804 or 13921697. OLE color: 13921697.
HSL color Cylindrical-coordinate representation of color #A16DD4: hue angle of 270.29º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16DD4 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 109 | 212 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.17 |
| HSL | 270.29º | 0.54% | 0.63% | - |
| HSV(B) | 270.29º | 0.49% | 0.83% | - |
| XYZ | 32.05 | 23.27 | 65.09 | - |
| YUV | 136.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 212 | 0.24 | 0.49 | 0 | 0.17 | 270.29 | 0.54 | 0.63 |
| Hex | A1 | 6D | D4 | 18 | 31 | 0 | 11 | 10E | 36 | 3F |
| Octal | 241 | 155 | 324 | 30 | 61 | 0 | 21 | 416 | 66 | 77 |
| Binary | 10100001 | 1101101 | 11010100 | 11000 | 110001 | 0 | 10001 | 100001110 | 110110 | 111111 |
Color Harmonies of #A16DD4
Complementary color
Monochromatic Colors of #A16DD4
Black with #A16DD4
Text Example
Text Example
White with #A16DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DD4; }
p { color: rgb(161,109,212); }
H1.HeaderClassName
{
color: #A16DD4;
}
.AnyTagClassName
{
color: #A16DD4;
}
</style>
background-color css
<style>
a { background-color: #A16DD4; }
a { background-color: rgb(161,109,212); }
div.DivClassName
{
background-color: #A16DD4;
}
.BgClassName
{
background-color: #A16DD4;
}
</style>
border-color css
<style>
span { border-color: #A16DD4; }
span { border-color: rgb(161,109,212); }
td.TdClassName
{
border-color: #A16DD4;
}
.TagClassName
{
border-color: #A16DD4;
}
</style>