Shades of Amethyst #A04DDD
Tints of Amethyst #A04DDD
RGB
CMYK
RGB Variations
Color information
#A04DDD (or 0xA04DDD) is known color: Amethyst. HEX triplet: A0, 4D and DD. RGB value is (160,77,221). Sum of RGB (Red+Green+Blue) = 160+77+221=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #A04DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DDD is #5FB222. Grayscale: #757575. Windows color (decimal): -6271523 or 14503328. OLE color: 14503328.
HSL color Cylindrical-coordinate representation of color #A04DDD: hue angle of 274.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04DDD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 77 | 221 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.13 |
| HSL | 274.58º | 0.68% | 0.58% | - |
| HSV(B) | 274.58º | 0.65% | 0.87% | - |
| XYZ | 30.2 | 18 | 70.29 | - |
| YUV | 118.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 221 | 0.28 | 0.65 | 0 | 0.13 | 274.58 | 0.68 | 0.58 |
| Hex | A0 | 4D | DD | 1C | 41 | 0 | D | 113 | 44 | 3A |
| Octal | 240 | 115 | 335 | 34 | 101 | 0 | 15 | 423 | 104 | 72 |
| Binary | 10100000 | 1001101 | 11011101 | 11100 | 1000001 | 0 | 1101 | 100010011 | 1000100 | 111010 |
Color Harmonies of #A04DDD
Complementary color
Monochromatic Colors of #A04DDD
Black with #A04DDD
Text Example
Text Example
White with #A04DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DDD; }
p { color: rgb(160,77,221); }
H1.HeaderClassName
{
color: #A04DDD;
}
.AnyTagClassName
{
color: #A04DDD;
}
</style>
background-color css
<style>
a { background-color: #A04DDD; }
a { background-color: rgb(160,77,221); }
div.DivClassName
{
background-color: #A04DDD;
}
.BgClassName
{
background-color: #A04DDD;
}
</style>
border-color css
<style>
span { border-color: #A04DDD; }
span { border-color: rgb(160,77,221); }
td.TdClassName
{
border-color: #A04DDD;
}
.TagClassName
{
border-color: #A04DDD;
}
</style>