Shades of Amethyst #A16ECD
Tints of Amethyst #A16ECD
RGB
CMYK
RGB Variations
Color information
#A16ECD (or 0xA16ECD) is known color: Amethyst. HEX triplet: A1, 6E and CD. RGB value is (161,110,205). Sum of RGB (Red+Green+Blue) = 161+110+205=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #A16ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ECD is #5E9132. Grayscale: #878787. Windows color (decimal): -6197555 or 13463201. OLE color: 13463201.
HSL color Cylindrical-coordinate representation of color #A16ECD: hue angle of 272.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16ECD is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 110 | 205 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.20 |
| HSL | 272.21º | 0.49% | 0.62% | - |
| HSV(B) | 272.21º | 0.46% | 0.8% | - |
| XYZ | 31.29 | 23.14 | 60.57 | - |
| YUV | 136.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 205 | 0.21 | 0.46 | 0 | 0.20 | 272.21 | 0.49 | 0.62 |
| Hex | A1 | 6E | CD | 15 | 2E | 0 | 14 | 110 | 31 | 3E |
| Octal | 241 | 156 | 315 | 25 | 56 | 0 | 24 | 420 | 61 | 76 |
| Binary | 10100001 | 1101110 | 11001101 | 10101 | 101110 | 0 | 10100 | 100010000 | 110001 | 111110 |
Color Harmonies of #A16ECD
Complementary color
Monochromatic Colors of #A16ECD
Black with #A16ECD
Text Example
Text Example
White with #A16ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ECD; }
p { color: rgb(161,110,205); }
H1.HeaderClassName
{
color: #A16ECD;
}
.AnyTagClassName
{
color: #A16ECD;
}
</style>
background-color css
<style>
a { background-color: #A16ECD; }
a { background-color: rgb(161,110,205); }
div.DivClassName
{
background-color: #A16ECD;
}
.BgClassName
{
background-color: #A16ECD;
}
</style>
border-color css
<style>
span { border-color: #A16ECD; }
span { border-color: rgb(161,110,205); }
td.TdClassName
{
border-color: #A16ECD;
}
.TagClassName
{
border-color: #A16ECD;
}
</style>