Shades of Amethyst #A559D0
Tints of Amethyst #A559D0
RGB
CMYK
RGB Variations
Color information
#A559D0 (or 0xA559D0) is known color: Amethyst. HEX triplet: A5, 59 and D0. RGB value is (165,89,208). Sum of RGB (Red+Green+Blue) = 165+89+208=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #A559D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559D0 is #5AA62F. Grayscale: #7C7C7C. Windows color (decimal): -5940784 or 13654437. OLE color: 13654437.
HSL color Cylindrical-coordinate representation of color #A559D0: hue angle of 278.32º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A559D0 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 89 | 208 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.18 |
| HSL | 278.32º | 0.56% | 0.58% | - |
| HSV(B) | 278.32º | 0.57% | 0.82% | - |
| XYZ | 30.47 | 19.7 | 61.87 | - |
| YUV | 125.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 208 | 0.21 | 0.57 | 0 | 0.18 | 278.32 | 0.56 | 0.58 |
| Hex | A5 | 59 | D0 | 15 | 39 | 0 | 12 | 116 | 38 | 3A |
| Octal | 245 | 131 | 320 | 25 | 71 | 0 | 22 | 426 | 70 | 72 |
| Binary | 10100101 | 1011001 | 11010000 | 10101 | 111001 | 0 | 10010 | 100010110 | 111000 | 111010 |
Color Harmonies of #A559D0
Complementary color
Monochromatic Colors of #A559D0
Black with #A559D0
Text Example
Text Example
White with #A559D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559D0; }
p { color: rgb(165,89,208); }
H1.HeaderClassName
{
color: #A559D0;
}
.AnyTagClassName
{
color: #A559D0;
}
</style>
background-color css
<style>
a { background-color: #A559D0; }
a { background-color: rgb(165,89,208); }
div.DivClassName
{
background-color: #A559D0;
}
.BgClassName
{
background-color: #A559D0;
}
</style>
border-color css
<style>
span { border-color: #A559D0; }
span { border-color: rgb(165,89,208); }
td.TdClassName
{
border-color: #A559D0;
}
.TagClassName
{
border-color: #A559D0;
}
</style>