Shades of Amethyst #A559E9
Tints of Amethyst #A559E9
RGB
CMYK
RGB Variations
Color information
#A559E9 (or 0xA559E9) is known color: Amethyst. HEX triplet: A5, 59 and E9. RGB value is (165,89,233). Sum of RGB (Red+Green+Blue) = 165+89+233=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #A559E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559E9 is #5AA616. Grayscale: #7F7F7F. Windows color (decimal): -5940759 or 15292837. OLE color: 15292837.
HSL color Cylindrical-coordinate representation of color #A559E9: hue angle of 271.67º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A559E9 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 89 | 233 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.09 |
| HSL | 271.67º | 0.77% | 0.63% | - |
| HSV(B) | 271.67º | 0.62% | 0.91% | - |
| XYZ | 33.8 | 21.03 | 79.37 | - |
| YUV | 128.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 233 | 0.29 | 0.62 | 0 | 0.09 | 271.67 | 0.77 | 0.63 |
| Hex | A5 | 59 | E9 | 1D | 3E | 0 | 9 | 110 | 4D | 3F |
| Octal | 245 | 131 | 351 | 35 | 76 | 0 | 11 | 420 | 115 | 77 |
| Binary | 10100101 | 1011001 | 11101001 | 11101 | 111110 | 0 | 1001 | 100010000 | 1001101 | 111111 |
Color Harmonies of #A559E9
Complementary color
Monochromatic Colors of #A559E9
Black with #A559E9
Text Example
Text Example
White with #A559E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559E9; }
p { color: rgb(165,89,233); }
H1.HeaderClassName
{
color: #A559E9;
}
.AnyTagClassName
{
color: #A559E9;
}
</style>
background-color css
<style>
a { background-color: #A559E9; }
a { background-color: rgb(165,89,233); }
div.DivClassName
{
background-color: #A559E9;
}
.BgClassName
{
background-color: #A559E9;
}
</style>
border-color css
<style>
span { border-color: #A559E9; }
span { border-color: rgb(165,89,233); }
td.TdClassName
{
border-color: #A559E9;
}
.TagClassName
{
border-color: #A559E9;
}
</style>