Shades of Amethyst #A16BDB
Tints of Amethyst #A16BDB
RGB
CMYK
RGB Variations
Color information
#A16BDB (or 0xA16BDB) is known color: Amethyst. HEX triplet: A1, 6B and DB. RGB value is (161,107,219). Sum of RGB (Red+Green+Blue) = 161+107+219=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A16BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BDB is #5E9424. Grayscale: #878787. Windows color (decimal): -6198309 or 14379937. OLE color: 14379937.
HSL color Cylindrical-coordinate representation of color #A16BDB: hue angle of 268.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A16BDB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 107 | 219 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.14 |
| HSL | 268.93º | 0.61% | 0.64% | - |
| HSV(B) | 268.93º | 0.51% | 0.86% | - |
| XYZ | 32.74 | 23.21 | 69.77 | - |
| YUV | 135.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 219 | 0.26 | 0.51 | 0 | 0.14 | 268.93 | 0.61 | 0.64 |
| Hex | A1 | 6B | DB | 1A | 33 | 0 | E | 10D | 3D | 40 |
| Octal | 241 | 153 | 333 | 32 | 63 | 0 | 16 | 415 | 75 | 100 |
| Binary | 10100001 | 1101011 | 11011011 | 11010 | 110011 | 0 | 1110 | 100001101 | 111101 | 1000000 |
Color Harmonies of #A16BDB
Complementary color
Monochromatic Colors of #A16BDB
Black with #A16BDB
Text Example
Text Example
White with #A16BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BDB; }
p { color: rgb(161,107,219); }
H1.HeaderClassName
{
color: #A16BDB;
}
.AnyTagClassName
{
color: #A16BDB;
}
</style>
background-color css
<style>
a { background-color: #A16BDB; }
a { background-color: rgb(161,107,219); }
div.DivClassName
{
background-color: #A16BDB;
}
.BgClassName
{
background-color: #A16BDB;
}
</style>
border-color css
<style>
span { border-color: #A16BDB; }
span { border-color: rgb(161,107,219); }
td.TdClassName
{
border-color: #A16BDB;
}
.TagClassName
{
border-color: #A16BDB;
}
</style>