Shades of Amethyst #A559EC
Tints of Amethyst #A559EC
RGB
CMYK
RGB Variations
Color information
#A559EC (or 0xA559EC) is known color: Amethyst. HEX triplet: A5, 59 and EC. RGB value is (165,89,236). Sum of RGB (Red+Green+Blue) = 165+89+236=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #A559EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559EC is #5AA613. Grayscale: #7F7F7F. Windows color (decimal): -5940756 or 15489445. OLE color: 15489445.
HSL color Cylindrical-coordinate representation of color #A559EC: hue angle of 271.02º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A559EC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 89 | 236 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.07 |
| HSL | 271.02º | 0.79% | 0.64% | - |
| HSV(B) | 271.02º | 0.62% | 0.93% | - |
| XYZ | 34.23 | 21.2 | 81.64 | - |
| YUV | 128.48 | 188.68 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 236 | 0.30 | 0.62 | 0 | 0.07 | 271.02 | 0.79 | 0.64 |
| Hex | A5 | 59 | EC | 1E | 3E | 0 | 7 | 10F | 4F | 40 |
| Octal | 245 | 131 | 354 | 36 | 76 | 0 | 7 | 417 | 117 | 100 |
| Binary | 10100101 | 1011001 | 11101100 | 11110 | 111110 | 0 | 111 | 100001111 | 1001111 | 1000000 |
Color Harmonies of #A559EC
Complementary color
Monochromatic Colors of #A559EC
Black with #A559EC
Text Example
Text Example
White with #A559EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559EC; }
p { color: rgb(165,89,236); }
H1.HeaderClassName
{
color: #A559EC;
}
.AnyTagClassName
{
color: #A559EC;
}
</style>
background-color css
<style>
a { background-color: #A559EC; }
a { background-color: rgb(165,89,236); }
div.DivClassName
{
background-color: #A559EC;
}
.BgClassName
{
background-color: #A559EC;
}
</style>
border-color css
<style>
span { border-color: #A559EC; }
span { border-color: rgb(165,89,236); }
td.TdClassName
{
border-color: #A559EC;
}
.TagClassName
{
border-color: #A559EC;
}
</style>