Shades of Amethyst #A16FCB
Tints of Amethyst #A16FCB
RGB
CMYK
RGB Variations
Color information
#A16FCB (or 0xA16FCB) is known color: Amethyst. HEX triplet: A1, 6F and CB. RGB value is (161,111,203). Sum of RGB (Red+Green+Blue) = 161+111+203=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A16FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FCB is #5E9034. Grayscale: #888888. Windows color (decimal): -6197301 or 13332385. OLE color: 13332385.
HSL color Cylindrical-coordinate representation of color #A16FCB: hue angle of 272.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16FCB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 111 | 203 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.20 |
| HSL | 272.61º | 0.47% | 0.62% | - |
| HSV(B) | 272.61º | 0.45% | 0.8% | - |
| XYZ | 31.16 | 23.26 | 59.35 | - |
| YUV | 136.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 203 | 0.21 | 0.45 | 0 | 0.20 | 272.61 | 0.47 | 0.62 |
| Hex | A1 | 6F | CB | 15 | 2D | 0 | 14 | 111 | 2F | 3E |
| Octal | 241 | 157 | 313 | 25 | 55 | 0 | 24 | 421 | 57 | 76 |
| Binary | 10100001 | 1101111 | 11001011 | 10101 | 101101 | 0 | 10100 | 100010001 | 101111 | 111110 |
Color Harmonies of #A16FCB
Complementary color
Monochromatic Colors of #A16FCB
Black with #A16FCB
Text Example
Text Example
White with #A16FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FCB; }
p { color: rgb(161,111,203); }
H1.HeaderClassName
{
color: #A16FCB;
}
.AnyTagClassName
{
color: #A16FCB;
}
</style>
background-color css
<style>
a { background-color: #A16FCB; }
a { background-color: rgb(161,111,203); }
div.DivClassName
{
background-color: #A16FCB;
}
.BgClassName
{
background-color: #A16FCB;
}
</style>
border-color css
<style>
span { border-color: #A16FCB; }
span { border-color: rgb(161,111,203); }
td.TdClassName
{
border-color: #A16FCB;
}
.TagClassName
{
border-color: #A16FCB;
}
</style>