Shades of Amethyst #A16DCF
Tints of Amethyst #A16DCF
RGB
CMYK
RGB Variations
Color information
#A16DCF (or 0xA16DCF) is known color: Amethyst. HEX triplet: A1, 6D and CF. RGB value is (161,109,207). Sum of RGB (Red+Green+Blue) = 161+109+207=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #A16DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DCF is #5E9230. Grayscale: #878787. Windows color (decimal): -6197809 or 13594017. OLE color: 13594017.
HSL color Cylindrical-coordinate representation of color #A16DCF: hue angle of 271.84º degrees, saturation: 0.51, 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 #A16DCF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 109 | 207 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.19 |
| HSL | 271.84º | 0.51% | 0.62% | - |
| HSV(B) | 271.84º | 0.47% | 0.81% | - |
| XYZ | 31.43 | 23.02 | 61.82 | - |
| YUV | 135.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 207 | 0.22 | 0.47 | 0 | 0.19 | 271.84 | 0.51 | 0.62 |
| Hex | A1 | 6D | CF | 16 | 2F | 0 | 13 | 110 | 33 | 3E |
| Octal | 241 | 155 | 317 | 26 | 57 | 0 | 23 | 420 | 63 | 76 |
| Binary | 10100001 | 1101101 | 11001111 | 10110 | 101111 | 0 | 10011 | 100010000 | 110011 | 111110 |
Color Harmonies of #A16DCF
Complementary color
Monochromatic Colors of #A16DCF
Black with #A16DCF
Text Example
Text Example
White with #A16DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DCF; }
p { color: rgb(161,109,207); }
H1.HeaderClassName
{
color: #A16DCF;
}
.AnyTagClassName
{
color: #A16DCF;
}
</style>
background-color css
<style>
a { background-color: #A16DCF; }
a { background-color: rgb(161,109,207); }
div.DivClassName
{
background-color: #A16DCF;
}
.BgClassName
{
background-color: #A16DCF;
}
</style>
border-color css
<style>
span { border-color: #A16DCF; }
span { border-color: rgb(161,109,207); }
td.TdClassName
{
border-color: #A16DCF;
}
.TagClassName
{
border-color: #A16DCF;
}
</style>