Shades of Amethyst #A04EED
Tints of Amethyst #A04EED
RGB
CMYK
RGB Variations
Color information
#A04EED (or 0xA04EED) is known color: Amethyst. HEX triplet: A0, 4E and ED. RGB value is (160,78,237). Sum of RGB (Red+Green+Blue) = 160+78+237=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #A04EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EED is #5FB112. Grayscale: #787878. Windows color (decimal): -6271251 or 15552160. OLE color: 15552160.
HSL color Cylindrical-coordinate representation of color #A04EED: hue angle of 270.94º 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 #A04EED is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 78 | 237 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.07 |
| HSL | 270.94º | 0.82% | 0.62% | - |
| HSV(B) | 270.94º | 0.67% | 0.93% | - |
| XYZ | 32.51 | 19.04 | 82.08 | - |
| YUV | 120.64 | 193.67 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 237 | 0.32 | 0.67 | 0 | 0.07 | 270.94 | 0.82 | 0.62 |
| Hex | A0 | 4E | ED | 20 | 43 | 0 | 7 | 10F | 52 | 3E |
| Octal | 240 | 116 | 355 | 40 | 103 | 0 | 7 | 417 | 122 | 76 |
| Binary | 10100000 | 1001110 | 11101101 | 100000 | 1000011 | 0 | 111 | 100001111 | 1010010 | 111110 |
Color Harmonies of #A04EED
Complementary color
Monochromatic Colors of #A04EED
Black with #A04EED
Text Example
Text Example
White with #A04EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EED; }
p { color: rgb(160,78,237); }
H1.HeaderClassName
{
color: #A04EED;
}
.AnyTagClassName
{
color: #A04EED;
}
</style>
background-color css
<style>
a { background-color: #A04EED; }
a { background-color: rgb(160,78,237); }
div.DivClassName
{
background-color: #A04EED;
}
.BgClassName
{
background-color: #A04EED;
}
</style>
border-color css
<style>
span { border-color: #A04EED; }
span { border-color: rgb(160,78,237); }
td.TdClassName
{
border-color: #A04EED;
}
.TagClassName
{
border-color: #A04EED;
}
</style>