Shades of Amethyst #A16DBF
Tints of Amethyst #A16DBF
RGB
CMYK
RGB Variations
Color information
#A16DBF (or 0xA16DBF) is known color: Amethyst. HEX triplet: A1, 6D and BF. RGB value is (161,109,191). Sum of RGB (Red+Green+Blue) = 161+109+191=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #A16DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DBF is #5E9240. Grayscale: #858585. Windows color (decimal): -6197825 or 12545441. OLE color: 12545441.
HSL color Cylindrical-coordinate representation of color #A16DBF: hue angle of 278.05º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A16DBF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 109 | 191 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.25 |
| HSL | 278.05º | 0.39% | 0.59% | - |
| HSV(B) | 278.05º | 0.43% | 0.75% | - |
| XYZ | 29.57 | 22.28 | 52.03 | - |
| YUV | 133.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 191 | 0.16 | 0.43 | 0 | 0.25 | 278.05 | 0.39 | 0.59 |
| Hex | A1 | 6D | BF | 10 | 2B | 0 | 19 | 116 | 27 | 3B |
| Octal | 241 | 155 | 277 | 20 | 53 | 0 | 31 | 426 | 47 | 73 |
| Binary | 10100001 | 1101101 | 10111111 | 10000 | 101011 | 0 | 11001 | 100010110 | 100111 | 111011 |
Color Harmonies of #A16DBF
Complementary color
Monochromatic Colors of #A16DBF
Black with #A16DBF
Text Example
Text Example
White with #A16DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DBF; }
p { color: rgb(161,109,191); }
H1.HeaderClassName
{
color: #A16DBF;
}
.AnyTagClassName
{
color: #A16DBF;
}
</style>
background-color css
<style>
a { background-color: #A16DBF; }
a { background-color: rgb(161,109,191); }
div.DivClassName
{
background-color: #A16DBF;
}
.BgClassName
{
background-color: #A16DBF;
}
</style>
border-color css
<style>
span { border-color: #A16DBF; }
span { border-color: rgb(161,109,191); }
td.TdClassName
{
border-color: #A16DBF;
}
.TagClassName
{
border-color: #A16DBF;
}
</style>