Shades of Amethyst #A14DEC
Tints of Amethyst #A14DEC
RGB
CMYK
RGB Variations
Color information
#A14DEC (or 0xA14DEC) is known color: Amethyst. HEX triplet: A1, 4D and EC. RGB value is (161,77,236). Sum of RGB (Red+Green+Blue) = 161+77+236=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #A14DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14DEC is #5EB213. Grayscale: #777777. Windows color (decimal): -6205972 or 15486369. OLE color: 15486369.
HSL color Cylindrical-coordinate representation of color #A14DEC: hue angle of 271.7º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14DEC is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 77 | 236 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.07 |
| HSL | 271.7º | 0.81% | 0.61% | - |
| HSV(B) | 271.7º | 0.67% | 0.93% | - |
| XYZ | 32.49 | 18.94 | 81.3 | - |
| YUV | 120.24 | 193.33 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 236 | 0.32 | 0.67 | 0 | 0.07 | 271.7 | 0.81 | 0.61 |
| Hex | A1 | 4D | EC | 20 | 43 | 0 | 7 | 110 | 51 | 3D |
| Octal | 241 | 115 | 354 | 40 | 103 | 0 | 7 | 420 | 121 | 75 |
| Binary | 10100001 | 1001101 | 11101100 | 100000 | 1000011 | 0 | 111 | 100010000 | 1010001 | 111101 |
Color Harmonies of #A14DEC
Complementary color
Monochromatic Colors of #A14DEC
Black with #A14DEC
Text Example
Text Example
White with #A14DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DEC; }
p { color: rgb(161,77,236); }
H1.HeaderClassName
{
color: #A14DEC;
}
.AnyTagClassName
{
color: #A14DEC;
}
</style>
background-color css
<style>
a { background-color: #A14DEC; }
a { background-color: rgb(161,77,236); }
div.DivClassName
{
background-color: #A14DEC;
}
.BgClassName
{
background-color: #A14DEC;
}
</style>
border-color css
<style>
span { border-color: #A14DEC; }
span { border-color: rgb(161,77,236); }
td.TdClassName
{
border-color: #A14DEC;
}
.TagClassName
{
border-color: #A14DEC;
}
</style>