Shades of Amethyst #A04EDD
Tints of Amethyst #A04EDD
RGB
CMYK
RGB Variations
Color information
#A04EDD (or 0xA04EDD) is known color: Amethyst. HEX triplet: A0, 4E and DD. RGB value is (160,78,221). Sum of RGB (Red+Green+Blue) = 160+78+221=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #A04EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EDD is #5FB122. Grayscale: #767676. Windows color (decimal): -6271267 or 14503584. OLE color: 14503584.
HSL color Cylindrical-coordinate representation of color #A04EDD: hue angle of 274.41º degrees, saturation: 0.68, 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 #A04EDD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 78 | 221 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.13 |
| HSL | 274.41º | 0.68% | 0.59% | - |
| HSV(B) | 274.41º | 0.65% | 0.87% | - |
| XYZ | 30.27 | 18.14 | 70.31 | - |
| YUV | 118.82 | 185.67 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 221 | 0.28 | 0.65 | 0 | 0.13 | 274.41 | 0.68 | 0.59 |
| Hex | A0 | 4E | DD | 1C | 41 | 0 | D | 112 | 44 | 3B |
| Octal | 240 | 116 | 335 | 34 | 101 | 0 | 15 | 422 | 104 | 73 |
| Binary | 10100000 | 1001110 | 11011101 | 11100 | 1000001 | 0 | 1101 | 100010010 | 1000100 | 111011 |
Color Harmonies of #A04EDD
Complementary color
Monochromatic Colors of #A04EDD
Black with #A04EDD
Text Example
Text Example
White with #A04EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EDD; }
p { color: rgb(160,78,221); }
H1.HeaderClassName
{
color: #A04EDD;
}
.AnyTagClassName
{
color: #A04EDD;
}
</style>
background-color css
<style>
a { background-color: #A04EDD; }
a { background-color: rgb(160,78,221); }
div.DivClassName
{
background-color: #A04EDD;
}
.BgClassName
{
background-color: #A04EDD;
}
</style>
border-color css
<style>
span { border-color: #A04EDD; }
span { border-color: rgb(160,78,221); }
td.TdClassName
{
border-color: #A04EDD;
}
.TagClassName
{
border-color: #A04EDD;
}
</style>