Shades of Amethyst #A16ABE
Tints of Amethyst #A16ABE
RGB
CMYK
RGB Variations
Color information
#A16ABE (or 0xA16ABE) is known color: Amethyst. HEX triplet: A1, 6A and BE. RGB value is (161,106,190). Sum of RGB (Red+Green+Blue) = 161+106+190=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #A16ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ABE is #5E9541. Grayscale: #838383. Windows color (decimal): -6198594 or 12479137. OLE color: 12479137.
HSL color Cylindrical-coordinate representation of color #A16ABE: hue angle of 279.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A16ABE is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 106 | 190 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.25 |
| HSL | 279.29º | 0.39% | 0.58% | - |
| HSV(B) | 279.29º | 0.44% | 0.75% | - |
| XYZ | 29.15 | 21.6 | 51.35 | - |
| YUV | 132.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 190 | 0.15 | 0.44 | 0 | 0.25 | 279.29 | 0.39 | 0.58 |
| Hex | A1 | 6A | BE | F | 2C | 0 | 19 | 117 | 27 | 3A |
| Octal | 241 | 152 | 276 | 17 | 54 | 0 | 31 | 427 | 47 | 72 |
| Binary | 10100001 | 1101010 | 10111110 | 1111 | 101100 | 0 | 11001 | 100010111 | 100111 | 111010 |
Color Harmonies of #A16ABE
Complementary color
Monochromatic Colors of #A16ABE
Black with #A16ABE
Text Example
Text Example
White with #A16ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ABE; }
p { color: rgb(161,106,190); }
H1.HeaderClassName
{
color: #A16ABE;
}
.AnyTagClassName
{
color: #A16ABE;
}
</style>
background-color css
<style>
a { background-color: #A16ABE; }
a { background-color: rgb(161,106,190); }
div.DivClassName
{
background-color: #A16ABE;
}
.BgClassName
{
background-color: #A16ABE;
}
</style>
border-color css
<style>
span { border-color: #A16ABE; }
span { border-color: rgb(161,106,190); }
td.TdClassName
{
border-color: #A16ABE;
}
.TagClassName
{
border-color: #A16ABE;
}
</style>