Shades of Amethyst #A059DD
Tints of Amethyst #A059DD
RGB
CMYK
RGB Variations
Color information
#A059DD (or 0xA059DD) is known color: Amethyst. HEX triplet: A0, 59 and DD. RGB value is (160,89,221). Sum of RGB (Red+Green+Blue) = 160+89+221=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A059DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059DD is #5FA622. Grayscale: #7C7C7C. Windows color (decimal): -6268451 or 14506400. OLE color: 14506400.
HSL color Cylindrical-coordinate representation of color #A059DD: hue angle of 272.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A059DD is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 89 | 221 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.13 |
| HSL | 272.27º | 0.66% | 0.61% | - |
| HSV(B) | 272.27º | 0.6% | 0.87% | - |
| XYZ | 31.12 | 19.84 | 70.6 | - |
| YUV | 125.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 221 | 0.28 | 0.60 | 0 | 0.13 | 272.27 | 0.66 | 0.61 |
| Hex | A0 | 59 | DD | 1C | 3C | 0 | D | 110 | 42 | 3D |
| Octal | 240 | 131 | 335 | 34 | 74 | 0 | 15 | 420 | 102 | 75 |
| Binary | 10100000 | 1011001 | 11011101 | 11100 | 111100 | 0 | 1101 | 100010000 | 1000010 | 111101 |
Color Harmonies of #A059DD
Complementary color
Monochromatic Colors of #A059DD
Black with #A059DD
Text Example
Text Example
White with #A059DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059DD; }
p { color: rgb(160,89,221); }
H1.HeaderClassName
{
color: #A059DD;
}
.AnyTagClassName
{
color: #A059DD;
}
</style>
background-color css
<style>
a { background-color: #A059DD; }
a { background-color: rgb(160,89,221); }
div.DivClassName
{
background-color: #A059DD;
}
.BgClassName
{
background-color: #A059DD;
}
</style>
border-color css
<style>
span { border-color: #A059DD; }
span { border-color: rgb(160,89,221); }
td.TdClassName
{
border-color: #A059DD;
}
.TagClassName
{
border-color: #A059DD;
}
</style>