Shades of Amethyst #A16ECF
Tints of Amethyst #A16ECF
RGB
CMYK
RGB Variations
Color information
#A16ECF (or 0xA16ECF) is known color: Amethyst. HEX triplet: A1, 6E and CF. RGB value is (161,110,207). Sum of RGB (Red+Green+Blue) = 161+110+207=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A16ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ECF is #5E9130. Grayscale: #878787. Windows color (decimal): -6197553 or 13594273. OLE color: 13594273.
HSL color Cylindrical-coordinate representation of color #A16ECF: hue angle of 271.55º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16ECF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 110 | 207 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.19 |
| HSL | 271.55º | 0.5% | 0.62% | - |
| HSV(B) | 271.55º | 0.47% | 0.81% | - |
| XYZ | 31.54 | 23.23 | 61.85 | - |
| YUV | 136.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 207 | 0.22 | 0.47 | 0 | 0.19 | 271.55 | 0.5 | 0.62 |
| Hex | A1 | 6E | CF | 16 | 2F | 0 | 13 | 110 | 32 | 3E |
| Octal | 241 | 156 | 317 | 26 | 57 | 0 | 23 | 420 | 62 | 76 |
| Binary | 10100001 | 1101110 | 11001111 | 10110 | 101111 | 0 | 10011 | 100010000 | 110010 | 111110 |
Color Harmonies of #A16ECF
Complementary color
Monochromatic Colors of #A16ECF
Black with #A16ECF
Text Example
Text Example
White with #A16ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ECF; }
p { color: rgb(161,110,207); }
H1.HeaderClassName
{
color: #A16ECF;
}
.AnyTagClassName
{
color: #A16ECF;
}
</style>
background-color css
<style>
a { background-color: #A16ECF; }
a { background-color: rgb(161,110,207); }
div.DivClassName
{
background-color: #A16ECF;
}
.BgClassName
{
background-color: #A16ECF;
}
</style>
border-color css
<style>
span { border-color: #A16ECF; }
span { border-color: rgb(161,110,207); }
td.TdClassName
{
border-color: #A16ECF;
}
.TagClassName
{
border-color: #A16ECF;
}
</style>