Shades of Amethyst #A16CC9
Tints of Amethyst #A16CC9
RGB
CMYK
RGB Variations
Color information
#A16CC9 (or 0xA16CC9) is known color: Amethyst. HEX triplet: A1, 6C and C9. RGB value is (161,108,201). Sum of RGB (Red+Green+Blue) = 161+108+201=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #A16CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CC9 is #5E9336. Grayscale: #868686. Windows color (decimal): -6198071 or 13200545. OLE color: 13200545.
HSL color Cylindrical-coordinate representation of color #A16CC9: hue angle of 274.19º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16CC9 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 108 | 201 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.21 |
| HSL | 274.19º | 0.46% | 0.61% | - |
| HSV(B) | 274.19º | 0.46% | 0.79% | - |
| XYZ | 30.6 | 22.52 | 57.99 | - |
| YUV | 134.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 201 | 0.20 | 0.46 | 0 | 0.21 | 274.19 | 0.46 | 0.61 |
| Hex | A1 | 6C | C9 | 14 | 2E | 0 | 15 | 112 | 2E | 3D |
| Octal | 241 | 154 | 311 | 24 | 56 | 0 | 25 | 422 | 56 | 75 |
| Binary | 10100001 | 1101100 | 11001001 | 10100 | 101110 | 0 | 10101 | 100010010 | 101110 | 111101 |
Color Harmonies of #A16CC9
Complementary color
Monochromatic Colors of #A16CC9
Black with #A16CC9
Text Example
Text Example
White with #A16CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CC9; }
p { color: rgb(161,108,201); }
H1.HeaderClassName
{
color: #A16CC9;
}
.AnyTagClassName
{
color: #A16CC9;
}
</style>
background-color css
<style>
a { background-color: #A16CC9; }
a { background-color: rgb(161,108,201); }
div.DivClassName
{
background-color: #A16CC9;
}
.BgClassName
{
background-color: #A16CC9;
}
</style>
border-color css
<style>
span { border-color: #A16CC9; }
span { border-color: rgb(161,108,201); }
td.TdClassName
{
border-color: #A16CC9;
}
.TagClassName
{
border-color: #A16CC9;
}
</style>