Shades of Amethyst #A059D3
Tints of Amethyst #A059D3
RGB
CMYK
RGB Variations
Color information
#A059D3 (or 0xA059D3) is known color: Amethyst. HEX triplet: A0, 59 and D3. RGB value is (160,89,211). Sum of RGB (Red+Green+Blue) = 160+89+211=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 211 - color contains mainly: blue. Hex color #A059D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059D3 is #5FA62C. Grayscale: #7B7B7B. Windows color (decimal): -6268461 or 13851040. OLE color: 13851040.
HSL color Cylindrical-coordinate representation of color #A059D3: hue angle of 274.92º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A059D3 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 89 | 211 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.17 |
| HSL | 274.92º | 0.58% | 0.59% | - |
| HSV(B) | 274.92º | 0.58% | 0.83% | - |
| XYZ | 29.83 | 19.32 | 63.79 | - |
| YUV | 124.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 211 | 0.24 | 0.58 | 0 | 0.17 | 274.92 | 0.58 | 0.59 |
| Hex | A0 | 59 | D3 | 18 | 3A | 0 | 11 | 113 | 3A | 3B |
| Octal | 240 | 131 | 323 | 30 | 72 | 0 | 21 | 423 | 72 | 73 |
| Binary | 10100000 | 1011001 | 11010011 | 11000 | 111010 | 0 | 10001 | 100010011 | 111010 | 111011 |
Color Harmonies of #A059D3
Complementary color
Monochromatic Colors of #A059D3
Black with #A059D3
Text Example
Text Example
White with #A059D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059D3; }
p { color: rgb(160,89,211); }
H1.HeaderClassName
{
color: #A059D3;
}
.AnyTagClassName
{
color: #A059D3;
}
</style>
background-color css
<style>
a { background-color: #A059D3; }
a { background-color: rgb(160,89,211); }
div.DivClassName
{
background-color: #A059D3;
}
.BgClassName
{
background-color: #A059D3;
}
</style>
border-color css
<style>
span { border-color: #A059D3; }
span { border-color: rgb(160,89,211); }
td.TdClassName
{
border-color: #A059D3;
}
.TagClassName
{
border-color: #A059D3;
}
</style>