Shades of Amethyst #A16FC0
Tints of Amethyst #A16FC0
RGB
CMYK
RGB Variations
Color information
#A16FC0 (or 0xA16FC0) is known color: Amethyst. HEX triplet: A1, 6F and C0. RGB value is (161,111,192). Sum of RGB (Red+Green+Blue) = 161+111+192=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #A16FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FC0 is #5E903F. Grayscale: #868686. Windows color (decimal): -6197312 or 12611489. OLE color: 12611489.
HSL color Cylindrical-coordinate representation of color #A16FC0: hue angle of 277.04º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16FC0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 111 | 192 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.25 |
| HSL | 277.04º | 0.39% | 0.59% | - |
| HSV(B) | 277.04º | 0.42% | 0.75% | - |
| XYZ | 29.9 | 22.75 | 52.68 | - |
| YUV | 135.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 192 | 0.16 | 0.42 | 0 | 0.25 | 277.04 | 0.39 | 0.59 |
| Hex | A1 | 6F | C0 | 10 | 2A | 0 | 19 | 115 | 27 | 3B |
| Octal | 241 | 157 | 300 | 20 | 52 | 0 | 31 | 425 | 47 | 73 |
| Binary | 10100001 | 1101111 | 11000000 | 10000 | 101010 | 0 | 11001 | 100010101 | 100111 | 111011 |
Color Harmonies of #A16FC0
Complementary color
Monochromatic Colors of #A16FC0
Black with #A16FC0
Text Example
Text Example
White with #A16FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FC0; }
p { color: rgb(161,111,192); }
H1.HeaderClassName
{
color: #A16FC0;
}
.AnyTagClassName
{
color: #A16FC0;
}
</style>
background-color css
<style>
a { background-color: #A16FC0; }
a { background-color: rgb(161,111,192); }
div.DivClassName
{
background-color: #A16FC0;
}
.BgClassName
{
background-color: #A16FC0;
}
</style>
border-color css
<style>
span { border-color: #A16FC0; }
span { border-color: rgb(161,111,192); }
td.TdClassName
{
border-color: #A16FC0;
}
.TagClassName
{
border-color: #A16FC0;
}
</style>