Shades of Amethyst #A04EDC
Tints of Amethyst #A04EDC
RGB
CMYK
RGB Variations
Color information
#A04EDC (or 0xA04EDC) is known color: Amethyst. HEX triplet: A0, 4E and DC. RGB value is (160,78,220). Sum of RGB (Red+Green+Blue) = 160+78+220=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #A04EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EDC is #5FB123. Grayscale: #767676. Windows color (decimal): -6271268 or 14438048. OLE color: 14438048.
HSL color Cylindrical-coordinate representation of color #A04EDC: hue angle of 274.65º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04EDC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 78 | 220 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.14 |
| HSL | 274.65º | 0.67% | 0.58% | - |
| HSV(B) | 274.65º | 0.65% | 0.86% | - |
| XYZ | 30.14 | 18.09 | 69.61 | - |
| YUV | 118.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 220 | 0.27 | 0.65 | 0 | 0.14 | 274.65 | 0.67 | 0.58 |
| Hex | A0 | 4E | DC | 1B | 41 | 0 | E | 113 | 43 | 3A |
| Octal | 240 | 116 | 334 | 33 | 101 | 0 | 16 | 423 | 103 | 72 |
| Binary | 10100000 | 1001110 | 11011100 | 11011 | 1000001 | 0 | 1110 | 100010011 | 1000011 | 111010 |
Color Harmonies of #A04EDC
Complementary color
Monochromatic Colors of #A04EDC
Black with #A04EDC
Text Example
Text Example
White with #A04EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EDC; }
p { color: rgb(160,78,220); }
H1.HeaderClassName
{
color: #A04EDC;
}
.AnyTagClassName
{
color: #A04EDC;
}
</style>
background-color css
<style>
a { background-color: #A04EDC; }
a { background-color: rgb(160,78,220); }
div.DivClassName
{
background-color: #A04EDC;
}
.BgClassName
{
background-color: #A04EDC;
}
</style>
border-color css
<style>
span { border-color: #A04EDC; }
span { border-color: rgb(160,78,220); }
td.TdClassName
{
border-color: #A04EDC;
}
.TagClassName
{
border-color: #A04EDC;
}
</style>