Shades of Amethyst #A059E1
Tints of Amethyst #A059E1
RGB
CMYK
RGB Variations
Color information
#A059E1 (or 0xA059E1) is known color: Amethyst. HEX triplet: A0, 59 and E1. RGB value is (160,89,225). Sum of RGB (Red+Green+Blue) = 160+89+225=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #A059E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059E1 is #5FA61E. Grayscale: #7D7D7D. Windows color (decimal): -6268447 or 14768544. OLE color: 14768544.
HSL color Cylindrical-coordinate representation of color #A059E1: hue angle of 271.32º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A059E1 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 89 | 225 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.12 |
| HSL | 271.32º | 0.69% | 0.62% | - |
| HSV(B) | 271.32º | 0.6% | 0.88% | - |
| XYZ | 31.66 | 20.05 | 73.44 | - |
| YUV | 125.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 225 | 0.29 | 0.60 | 0 | 0.12 | 271.32 | 0.69 | 0.62 |
| Hex | A0 | 59 | E1 | 1D | 3C | 0 | C | 10F | 45 | 3E |
| Octal | 240 | 131 | 341 | 35 | 74 | 0 | 14 | 417 | 105 | 76 |
| Binary | 10100000 | 1011001 | 11100001 | 11101 | 111100 | 0 | 1100 | 100001111 | 1000101 | 111110 |
Color Harmonies of #A059E1
Complementary color
Monochromatic Colors of #A059E1
Black with #A059E1
Text Example
Text Example
White with #A059E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059E1; }
p { color: rgb(160,89,225); }
H1.HeaderClassName
{
color: #A059E1;
}
.AnyTagClassName
{
color: #A059E1;
}
</style>
background-color css
<style>
a { background-color: #A059E1; }
a { background-color: rgb(160,89,225); }
div.DivClassName
{
background-color: #A059E1;
}
.BgClassName
{
background-color: #A059E1;
}
</style>
border-color css
<style>
span { border-color: #A059E1; }
span { border-color: rgb(160,89,225); }
td.TdClassName
{
border-color: #A059E1;
}
.TagClassName
{
border-color: #A059E1;
}
</style>