Shades of Amethyst #A04EDB
Tints of Amethyst #A04EDB
RGB
CMYK
RGB Variations
Color information
#A04EDB (or 0xA04EDB) is known color: Amethyst. HEX triplet: A0, 4E and DB. RGB value is (160,78,219). Sum of RGB (Red+Green+Blue) = 160+78+219=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #A04EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EDB is #5FB124. Grayscale: #767676. Windows color (decimal): -6271269 or 14372512. OLE color: 14372512.
HSL color Cylindrical-coordinate representation of color #A04EDB: hue angle of 274.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04EDB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 78 | 219 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.14 |
| HSL | 274.89º | 0.66% | 0.58% | - |
| HSV(B) | 274.89º | 0.64% | 0.86% | - |
| XYZ | 30.01 | 18.04 | 68.92 | - |
| YUV | 118.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 219 | 0.27 | 0.64 | 0 | 0.14 | 274.89 | 0.66 | 0.58 |
| Hex | A0 | 4E | DB | 1B | 40 | 0 | E | 113 | 42 | 3A |
| Octal | 240 | 116 | 333 | 33 | 100 | 0 | 16 | 423 | 102 | 72 |
| Binary | 10100000 | 1001110 | 11011011 | 11011 | 1000000 | 0 | 1110 | 100010011 | 1000010 | 111010 |
Color Harmonies of #A04EDB
Complementary color
Monochromatic Colors of #A04EDB
Black with #A04EDB
Text Example
Text Example
White with #A04EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EDB; }
p { color: rgb(160,78,219); }
H1.HeaderClassName
{
color: #A04EDB;
}
.AnyTagClassName
{
color: #A04EDB;
}
</style>
background-color css
<style>
a { background-color: #A04EDB; }
a { background-color: rgb(160,78,219); }
div.DivClassName
{
background-color: #A04EDB;
}
.BgClassName
{
background-color: #A04EDB;
}
</style>
border-color css
<style>
span { border-color: #A04EDB; }
span { border-color: rgb(160,78,219); }
td.TdClassName
{
border-color: #A04EDB;
}
.TagClassName
{
border-color: #A04EDB;
}
</style>