Shades of Amethyst #A16CDB
Tints of Amethyst #A16CDB
RGB
CMYK
RGB Variations
Color information
#A16CDB (or 0xA16CDB) is known color: Amethyst. HEX triplet: A1, 6C and DB. RGB value is (161,108,219). Sum of RGB (Red+Green+Blue) = 161+108+219=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A16CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CDB is #5E9324. Grayscale: #888888. Windows color (decimal): -6198053 or 14380193. OLE color: 14380193.
HSL color Cylindrical-coordinate representation of color #A16CDB: hue angle of 268.65º 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 #A16CDB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 108 | 219 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.14 |
| HSL | 268.65º | 0.61% | 0.64% | - |
| HSV(B) | 268.65º | 0.51% | 0.86% | - |
| XYZ | 32.85 | 23.42 | 69.81 | - |
| YUV | 136.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 219 | 0.26 | 0.51 | 0 | 0.14 | 268.65 | 0.61 | 0.64 |
| Hex | A1 | 6C | DB | 1A | 33 | 0 | E | 10D | 3D | 40 |
| Octal | 241 | 154 | 333 | 32 | 63 | 0 | 16 | 415 | 75 | 100 |
| Binary | 10100001 | 1101100 | 11011011 | 11010 | 110011 | 0 | 1110 | 100001101 | 111101 | 1000000 |
Color Harmonies of #A16CDB
Complementary color
Monochromatic Colors of #A16CDB
Black with #A16CDB
Text Example
Text Example
White with #A16CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CDB; }
p { color: rgb(161,108,219); }
H1.HeaderClassName
{
color: #A16CDB;
}
.AnyTagClassName
{
color: #A16CDB;
}
</style>
background-color css
<style>
a { background-color: #A16CDB; }
a { background-color: rgb(161,108,219); }
div.DivClassName
{
background-color: #A16CDB;
}
.BgClassName
{
background-color: #A16CDB;
}
</style>
border-color css
<style>
span { border-color: #A16CDB; }
span { border-color: rgb(161,108,219); }
td.TdClassName
{
border-color: #A16CDB;
}
.TagClassName
{
border-color: #A16CDB;
}
</style>