Shades of Amethyst #A059DF
Tints of Amethyst #A059DF
RGB
CMYK
RGB Variations
Color information
#A059DF (or 0xA059DF) is known color: Amethyst. HEX triplet: A0, 59 and DF. RGB value is (160,89,223). Sum of RGB (Red+Green+Blue) = 160+89+223=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #A059DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059DF is #5FA620. Grayscale: #7D7D7D. Windows color (decimal): -6268449 or 14637472. OLE color: 14637472.
HSL color Cylindrical-coordinate representation of color #A059DF: hue angle of 271.79º degrees, saturation: 0.68, 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 #A059DF is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 89 | 223 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.13 |
| HSL | 271.79º | 0.68% | 0.61% | - |
| HSV(B) | 271.79º | 0.6% | 0.87% | - |
| XYZ | 31.39 | 19.95 | 72.01 | - |
| YUV | 125.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 223 | 0.28 | 0.60 | 0 | 0.13 | 271.79 | 0.68 | 0.61 |
| Hex | A0 | 59 | DF | 1C | 3C | 0 | D | 110 | 44 | 3D |
| Octal | 240 | 131 | 337 | 34 | 74 | 0 | 15 | 420 | 104 | 75 |
| Binary | 10100000 | 1011001 | 11011111 | 11100 | 111100 | 0 | 1101 | 100010000 | 1000100 | 111101 |
Color Harmonies of #A059DF
Complementary color
Monochromatic Colors of #A059DF
Black with #A059DF
Text Example
Text Example
White with #A059DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059DF; }
p { color: rgb(160,89,223); }
H1.HeaderClassName
{
color: #A059DF;
}
.AnyTagClassName
{
color: #A059DF;
}
</style>
background-color css
<style>
a { background-color: #A059DF; }
a { background-color: rgb(160,89,223); }
div.DivClassName
{
background-color: #A059DF;
}
.BgClassName
{
background-color: #A059DF;
}
</style>
border-color css
<style>
span { border-color: #A059DF; }
span { border-color: rgb(160,89,223); }
td.TdClassName
{
border-color: #A059DF;
}
.TagClassName
{
border-color: #A059DF;
}
</style>