Shades of Amethyst #A16DBE
Tints of Amethyst #A16DBE
RGB
CMYK
RGB Variations
Color information
#A16DBE (or 0xA16DBE) is known color: Amethyst. HEX triplet: A1, 6D and BE. RGB value is (161,109,190). Sum of RGB (Red+Green+Blue) = 161+109+190=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #A16DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DBE is #5E9241. Grayscale: #858585. Windows color (decimal): -6197826 or 12479905. OLE color: 12479905.
HSL color Cylindrical-coordinate representation of color #A16DBE: hue angle of 278.52º degrees, saturation: 0.38, 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 #A16DBE is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 109 | 190 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.25 |
| HSL | 278.52º | 0.38% | 0.59% | - |
| HSV(B) | 278.52º | 0.43% | 0.75% | - |
| XYZ | 29.46 | 22.23 | 51.45 | - |
| YUV | 133.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 190 | 0.15 | 0.43 | 0 | 0.25 | 278.52 | 0.38 | 0.59 |
| Hex | A1 | 6D | BE | F | 2B | 0 | 19 | 117 | 26 | 3B |
| Octal | 241 | 155 | 276 | 17 | 53 | 0 | 31 | 427 | 46 | 73 |
| Binary | 10100001 | 1101101 | 10111110 | 1111 | 101011 | 0 | 11001 | 100010111 | 100110 | 111011 |
Color Harmonies of #A16DBE
Complementary color
Monochromatic Colors of #A16DBE
Black with #A16DBE
Text Example
Text Example
White with #A16DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DBE; }
p { color: rgb(161,109,190); }
H1.HeaderClassName
{
color: #A16DBE;
}
.AnyTagClassName
{
color: #A16DBE;
}
</style>
background-color css
<style>
a { background-color: #A16DBE; }
a { background-color: rgb(161,109,190); }
div.DivClassName
{
background-color: #A16DBE;
}
.BgClassName
{
background-color: #A16DBE;
}
</style>
border-color css
<style>
span { border-color: #A16DBE; }
span { border-color: rgb(161,109,190); }
td.TdClassName
{
border-color: #A16DBE;
}
.TagClassName
{
border-color: #A16DBE;
}
</style>