Shades of Amethyst #A04EDF
Tints of Amethyst #A04EDF
RGB
CMYK
RGB Variations
Color information
#A04EDF (or 0xA04EDF) is known color: Amethyst. HEX triplet: A0, 4E and DF. RGB value is (160,78,223). Sum of RGB (Red+Green+Blue) = 160+78+223=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #A04EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EDF is #5FB120. Grayscale: #767676. Windows color (decimal): -6271265 or 14634656. OLE color: 14634656.
HSL color Cylindrical-coordinate representation of color #A04EDF: hue angle of 273.93º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04EDF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 78 | 223 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.13 |
| HSL | 273.93º | 0.69% | 0.59% | - |
| HSV(B) | 273.93º | 0.65% | 0.87% | - |
| XYZ | 30.54 | 18.25 | 71.72 | - |
| YUV | 119.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 223 | 0.28 | 0.65 | 0 | 0.13 | 273.93 | 0.69 | 0.59 |
| Hex | A0 | 4E | DF | 1C | 41 | 0 | D | 112 | 45 | 3B |
| Octal | 240 | 116 | 337 | 34 | 101 | 0 | 15 | 422 | 105 | 73 |
| Binary | 10100000 | 1001110 | 11011111 | 11100 | 1000001 | 0 | 1101 | 100010010 | 1000101 | 111011 |
Color Harmonies of #A04EDF
Complementary color
Monochromatic Colors of #A04EDF
Black with #A04EDF
Text Example
Text Example
White with #A04EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EDF; }
p { color: rgb(160,78,223); }
H1.HeaderClassName
{
color: #A04EDF;
}
.AnyTagClassName
{
color: #A04EDF;
}
</style>
background-color css
<style>
a { background-color: #A04EDF; }
a { background-color: rgb(160,78,223); }
div.DivClassName
{
background-color: #A04EDF;
}
.BgClassName
{
background-color: #A04EDF;
}
</style>
border-color css
<style>
span { border-color: #A04EDF; }
span { border-color: rgb(160,78,223); }
td.TdClassName
{
border-color: #A04EDF;
}
.TagClassName
{
border-color: #A04EDF;
}
</style>