Shades of Amethyst #A059CF
Tints of Amethyst #A059CF
RGB
CMYK
RGB Variations
Color information
#A059CF (or 0xA059CF) is known color: Amethyst. HEX triplet: A0, 59 and CF. RGB value is (160,89,207). Sum of RGB (Red+Green+Blue) = 160+89+207=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #A059CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059CF is #5FA630. Grayscale: #7B7B7B. Windows color (decimal): -6268465 or 13588896. OLE color: 13588896.
HSL color Cylindrical-coordinate representation of color #A059CF: hue angle of 276.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A059CF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 89 | 207 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.19 |
| HSL | 276.1º | 0.55% | 0.58% | - |
| HSV(B) | 276.1º | 0.57% | 0.81% | - |
| XYZ | 29.33 | 19.12 | 61.18 | - |
| YUV | 123.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 207 | 0.23 | 0.57 | 0 | 0.19 | 276.1 | 0.55 | 0.58 |
| Hex | A0 | 59 | CF | 17 | 39 | 0 | 13 | 114 | 37 | 3A |
| Octal | 240 | 131 | 317 | 27 | 71 | 0 | 23 | 424 | 67 | 72 |
| Binary | 10100000 | 1011001 | 11001111 | 10111 | 111001 | 0 | 10011 | 100010100 | 110111 | 111010 |
Color Harmonies of #A059CF
Complementary color
Monochromatic Colors of #A059CF
Black with #A059CF
Text Example
Text Example
White with #A059CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059CF; }
p { color: rgb(160,89,207); }
H1.HeaderClassName
{
color: #A059CF;
}
.AnyTagClassName
{
color: #A059CF;
}
</style>
background-color css
<style>
a { background-color: #A059CF; }
a { background-color: rgb(160,89,207); }
div.DivClassName
{
background-color: #A059CF;
}
.BgClassName
{
background-color: #A059CF;
}
</style>
border-color css
<style>
span { border-color: #A059CF; }
span { border-color: rgb(160,89,207); }
td.TdClassName
{
border-color: #A059CF;
}
.TagClassName
{
border-color: #A059CF;
}
</style>