Shades of Amethyst #A559CF
Tints of Amethyst #A559CF
RGB
CMYK
RGB Variations
Color information
#A559CF (or 0xA559CF) is known color: Amethyst. HEX triplet: A5, 59 and CF. RGB value is (165,89,207). Sum of RGB (Red+Green+Blue) = 165+89+207=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A559CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559CF is #5AA630. Grayscale: #7C7C7C. Windows color (decimal): -5940785 or 13588901. OLE color: 13588901.
HSL color Cylindrical-coordinate representation of color #A559CF: hue angle of 278.64º 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 #A559CF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 89 | 207 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.19 |
| HSL | 278.64º | 0.55% | 0.58% | - |
| HSV(B) | 278.64º | 0.57% | 0.81% | - |
| XYZ | 30.35 | 19.65 | 61.22 | - |
| YUV | 125.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 207 | 0.20 | 0.57 | 0 | 0.19 | 278.64 | 0.55 | 0.58 |
| Hex | A5 | 59 | CF | 14 | 39 | 0 | 13 | 117 | 37 | 3A |
| Octal | 245 | 131 | 317 | 24 | 71 | 0 | 23 | 427 | 67 | 72 |
| Binary | 10100101 | 1011001 | 11001111 | 10100 | 111001 | 0 | 10011 | 100010111 | 110111 | 111010 |
Color Harmonies of #A559CF
Complementary color
Monochromatic Colors of #A559CF
Black with #A559CF
Text Example
Text Example
White with #A559CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559CF; }
p { color: rgb(165,89,207); }
H1.HeaderClassName
{
color: #A559CF;
}
.AnyTagClassName
{
color: #A559CF;
}
</style>
background-color css
<style>
a { background-color: #A559CF; }
a { background-color: rgb(165,89,207); }
div.DivClassName
{
background-color: #A559CF;
}
.BgClassName
{
background-color: #A559CF;
}
</style>
border-color css
<style>
span { border-color: #A559CF; }
span { border-color: rgb(165,89,207); }
td.TdClassName
{
border-color: #A559CF;
}
.TagClassName
{
border-color: #A559CF;
}
</style>