Shades of Amethyst #A04DDB
Tints of Amethyst #A04DDB
RGB
CMYK
RGB Variations
Color information
#A04DDB (or 0xA04DDB) is known color: Amethyst. HEX triplet: A0, 4D and DB. RGB value is (160,77,219). Sum of RGB (Red+Green+Blue) = 160+77+219=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #A04DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DDB is #5FB224. Grayscale: #757575. Windows color (decimal): -6271525 or 14372256. OLE color: 14372256.
HSL color Cylindrical-coordinate representation of color #A04DDB: hue angle of 275.07º degrees, saturation: 0.66, 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 #A04DDB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 77 | 219 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.14 |
| HSL | 275.07º | 0.66% | 0.58% | - |
| HSV(B) | 275.07º | 0.65% | 0.86% | - |
| XYZ | 29.94 | 17.9 | 68.89 | - |
| YUV | 118.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 219 | 0.27 | 0.65 | 0 | 0.14 | 275.07 | 0.66 | 0.58 |
| Hex | A0 | 4D | DB | 1B | 41 | 0 | E | 113 | 42 | 3A |
| Octal | 240 | 115 | 333 | 33 | 101 | 0 | 16 | 423 | 102 | 72 |
| Binary | 10100000 | 1001101 | 11011011 | 11011 | 1000001 | 0 | 1110 | 100010011 | 1000010 | 111010 |
Color Harmonies of #A04DDB
Complementary color
Monochromatic Colors of #A04DDB
Black with #A04DDB
Text Example
Text Example
White with #A04DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DDB; }
p { color: rgb(160,77,219); }
H1.HeaderClassName
{
color: #A04DDB;
}
.AnyTagClassName
{
color: #A04DDB;
}
</style>
background-color css
<style>
a { background-color: #A04DDB; }
a { background-color: rgb(160,77,219); }
div.DivClassName
{
background-color: #A04DDB;
}
.BgClassName
{
background-color: #A04DDB;
}
</style>
border-color css
<style>
span { border-color: #A04DDB; }
span { border-color: rgb(160,77,219); }
td.TdClassName
{
border-color: #A04DDB;
}
.TagClassName
{
border-color: #A04DDB;
}
</style>