Shades of Amethyst #A14EED
Tints of Amethyst #A14EED
RGB
CMYK
RGB Variations
Color information
#A14EED (or 0xA14EED) is known color: Amethyst. HEX triplet: A1, 4E and ED. RGB value is (161,78,237). Sum of RGB (Red+Green+Blue) = 161+78+237=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #A14EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EED is #5EB112. Grayscale: #787878. Windows color (decimal): -6205715 or 15552161. OLE color: 15552161.
HSL color Cylindrical-coordinate representation of color #A14EED: hue angle of 271.32º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14EED is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 78 | 237 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.07 |
| HSL | 271.32º | 0.82% | 0.62% | - |
| HSV(B) | 271.32º | 0.67% | 0.93% | - |
| XYZ | 32.71 | 19.14 | 82.09 | - |
| YUV | 120.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 237 | 0.32 | 0.67 | 0 | 0.07 | 271.32 | 0.82 | 0.62 |
| Hex | A1 | 4E | ED | 20 | 43 | 0 | 7 | 10F | 52 | 3E |
| Octal | 241 | 116 | 355 | 40 | 103 | 0 | 7 | 417 | 122 | 76 |
| Binary | 10100001 | 1001110 | 11101101 | 100000 | 1000011 | 0 | 111 | 100001111 | 1010010 | 111110 |
Color Harmonies of #A14EED
Complementary color
Monochromatic Colors of #A14EED
Black with #A14EED
Text Example
Text Example
White with #A14EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EED; }
p { color: rgb(161,78,237); }
H1.HeaderClassName
{
color: #A14EED;
}
.AnyTagClassName
{
color: #A14EED;
}
</style>
background-color css
<style>
a { background-color: #A14EED; }
a { background-color: rgb(161,78,237); }
div.DivClassName
{
background-color: #A14EED;
}
.BgClassName
{
background-color: #A14EED;
}
</style>
border-color css
<style>
span { border-color: #A14EED; }
span { border-color: rgb(161,78,237); }
td.TdClassName
{
border-color: #A14EED;
}
.TagClassName
{
border-color: #A14EED;
}
</style>