Shades of Amethyst #A16BDC
Tints of Amethyst #A16BDC
RGB
CMYK
RGB Variations
Color information
#A16BDC (or 0xA16BDC) is known color: Amethyst. HEX triplet: A1, 6B and DC. RGB value is (161,107,220). Sum of RGB (Red+Green+Blue) = 161+107+220=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #A16BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BDC is #5E9423. Grayscale: #878787. Windows color (decimal): -6198308 or 14445473. OLE color: 14445473.
HSL color Cylindrical-coordinate representation of color #A16BDC: hue angle of 268.67º degrees, saturation: 0.62, 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 #A16BDC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 107 | 220 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.14 |
| HSL | 268.67º | 0.62% | 0.64% | - |
| HSV(B) | 268.67º | 0.51% | 0.86% | - |
| XYZ | 32.87 | 23.26 | 70.47 | - |
| YUV | 136.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 220 | 0.27 | 0.51 | 0 | 0.14 | 268.67 | 0.62 | 0.64 |
| Hex | A1 | 6B | DC | 1B | 33 | 0 | E | 10D | 3E | 40 |
| Octal | 241 | 153 | 334 | 33 | 63 | 0 | 16 | 415 | 76 | 100 |
| Binary | 10100001 | 1101011 | 11011100 | 11011 | 110011 | 0 | 1110 | 100001101 | 111110 | 1000000 |
Color Harmonies of #A16BDC
Complementary color
Monochromatic Colors of #A16BDC
Black with #A16BDC
Text Example
Text Example
White with #A16BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BDC; }
p { color: rgb(161,107,220); }
H1.HeaderClassName
{
color: #A16BDC;
}
.AnyTagClassName
{
color: #A16BDC;
}
</style>
background-color css
<style>
a { background-color: #A16BDC; }
a { background-color: rgb(161,107,220); }
div.DivClassName
{
background-color: #A16BDC;
}
.BgClassName
{
background-color: #A16BDC;
}
</style>
border-color css
<style>
span { border-color: #A16BDC; }
span { border-color: rgb(161,107,220); }
td.TdClassName
{
border-color: #A16BDC;
}
.TagClassName
{
border-color: #A16BDC;
}
</style>