Shades of Amethyst #A559EB
Tints of Amethyst #A559EB
RGB
CMYK
RGB Variations
Color information
#A559EB (or 0xA559EB) is known color: Amethyst. HEX triplet: A5, 59 and EB. RGB value is (165,89,235). Sum of RGB (Red+Green+Blue) = 165+89+235=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #A559EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559EB is #5AA614. Grayscale: #7F7F7F. Windows color (decimal): -5940757 or 15423909. OLE color: 15423909.
HSL color Cylindrical-coordinate representation of color #A559EB: hue angle of 271.23º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A559EB is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 89 | 235 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.08 |
| HSL | 271.23º | 0.78% | 0.64% | - |
| HSV(B) | 271.23º | 0.62% | 0.92% | - |
| XYZ | 34.08 | 21.14 | 80.88 | - |
| YUV | 128.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 235 | 0.30 | 0.62 | 0 | 0.08 | 271.23 | 0.78 | 0.64 |
| Hex | A5 | 59 | EB | 1E | 3E | 0 | 8 | 10F | 4E | 40 |
| Octal | 245 | 131 | 353 | 36 | 76 | 0 | 10 | 417 | 116 | 100 |
| Binary | 10100101 | 1011001 | 11101011 | 11110 | 111110 | 0 | 1000 | 100001111 | 1001110 | 1000000 |
Color Harmonies of #A559EB
Complementary color
Monochromatic Colors of #A559EB
Black with #A559EB
Text Example
Text Example
White with #A559EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559EB; }
p { color: rgb(165,89,235); }
H1.HeaderClassName
{
color: #A559EB;
}
.AnyTagClassName
{
color: #A559EB;
}
</style>
background-color css
<style>
a { background-color: #A559EB; }
a { background-color: rgb(165,89,235); }
div.DivClassName
{
background-color: #A559EB;
}
.BgClassName
{
background-color: #A559EB;
}
</style>
border-color css
<style>
span { border-color: #A559EB; }
span { border-color: rgb(165,89,235); }
td.TdClassName
{
border-color: #A559EB;
}
.TagClassName
{
border-color: #A559EB;
}
</style>