Shades of Amethyst #A04EEC
Tints of Amethyst #A04EEC
RGB
CMYK
RGB Variations
Color information
#A04EEC (or 0xA04EEC) is known color: Amethyst. HEX triplet: A0, 4E and EC. RGB value is (160,78,236). Sum of RGB (Red+Green+Blue) = 160+78+236=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 78 (30.86% from 255 or 16.46% 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 #A04EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EEC is #5FB113. Grayscale: #777777. Windows color (decimal): -6271252 or 15486624. OLE color: 15486624.
HSL color Cylindrical-coordinate representation of color #A04EEC: hue angle of 271.14º degrees, saturation: 0.81, 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 #A04EEC is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 78 | 236 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.07 |
| HSL | 271.14º | 0.81% | 0.62% | - |
| HSV(B) | 271.14º | 0.67% | 0.93% | - |
| XYZ | 32.36 | 18.98 | 81.31 | - |
| YUV | 120.53 | 193.17 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 236 | 0.32 | 0.67 | 0 | 0.07 | 271.14 | 0.81 | 0.62 |
| Hex | A0 | 4E | EC | 20 | 43 | 0 | 7 | 10F | 51 | 3E |
| Octal | 240 | 116 | 354 | 40 | 103 | 0 | 7 | 417 | 121 | 76 |
| Binary | 10100000 | 1001110 | 11101100 | 100000 | 1000011 | 0 | 111 | 100001111 | 1010001 | 111110 |
Color Harmonies of #A04EEC
Complementary color
Monochromatic Colors of #A04EEC
Black with #A04EEC
Text Example
Text Example
White with #A04EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EEC; }
p { color: rgb(160,78,236); }
H1.HeaderClassName
{
color: #A04EEC;
}
.AnyTagClassName
{
color: #A04EEC;
}
</style>
background-color css
<style>
a { background-color: #A04EEC; }
a { background-color: rgb(160,78,236); }
div.DivClassName
{
background-color: #A04EEC;
}
.BgClassName
{
background-color: #A04EEC;
}
</style>
border-color css
<style>
span { border-color: #A04EEC; }
span { border-color: rgb(160,78,236); }
td.TdClassName
{
border-color: #A04EEC;
}
.TagClassName
{
border-color: #A04EEC;
}
</style>