Shades of Amethyst #A16BDA
Tints of Amethyst #A16BDA
RGB
CMYK
RGB Variations
Color information
#A16BDA (or 0xA16BDA) is known color: Amethyst. HEX triplet: A1, 6B and DA. RGB value is (161,107,218). Sum of RGB (Red+Green+Blue) = 161+107+218=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #A16BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BDA is #5E9425. Grayscale: #878787. Windows color (decimal): -6198310 or 14314401. OLE color: 14314401.
HSL color Cylindrical-coordinate representation of color #A16BDA: hue angle of 269.19º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A16BDA is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 107 | 218 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.15 |
| HSL | 269.19º | 0.6% | 0.64% | - |
| HSV(B) | 269.19º | 0.51% | 0.85% | - |
| XYZ | 32.61 | 23.15 | 69.08 | - |
| YUV | 135.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 218 | 0.26 | 0.51 | 0 | 0.15 | 269.19 | 0.6 | 0.64 |
| Hex | A1 | 6B | DA | 1A | 33 | 0 | F | 10D | 3C | 40 |
| Octal | 241 | 153 | 332 | 32 | 63 | 0 | 17 | 415 | 74 | 100 |
| Binary | 10100001 | 1101011 | 11011010 | 11010 | 110011 | 0 | 1111 | 100001101 | 111100 | 1000000 |
Color Harmonies of #A16BDA
Complementary color
Monochromatic Colors of #A16BDA
Black with #A16BDA
Text Example
Text Example
White with #A16BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BDA; }
p { color: rgb(161,107,218); }
H1.HeaderClassName
{
color: #A16BDA;
}
.AnyTagClassName
{
color: #A16BDA;
}
</style>
background-color css
<style>
a { background-color: #A16BDA; }
a { background-color: rgb(161,107,218); }
div.DivClassName
{
background-color: #A16BDA;
}
.BgClassName
{
background-color: #A16BDA;
}
</style>
border-color css
<style>
span { border-color: #A16BDA; }
span { border-color: rgb(161,107,218); }
td.TdClassName
{
border-color: #A16BDA;
}
.TagClassName
{
border-color: #A16BDA;
}
</style>