Shades of Amethyst #A559CE
Tints of Amethyst #A559CE
RGB
CMYK
RGB Variations
Color information
#A559CE (or 0xA559CE) is known color: Amethyst. HEX triplet: A5, 59 and CE. RGB value is (165,89,206). Sum of RGB (Red+Green+Blue) = 165+89+206=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #A559CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559CE is #5AA631. Grayscale: #7C7C7C. Windows color (decimal): -5940786 or 13523365. OLE color: 13523365.
HSL color Cylindrical-coordinate representation of color #A559CE: hue angle of 278.97º degrees, saturation: 0.54, 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 #A559CE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 89 | 206 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.19 |
| HSL | 278.97º | 0.54% | 0.58% | - |
| HSV(B) | 278.97º | 0.57% | 0.81% | - |
| XYZ | 30.23 | 19.6 | 60.58 | - |
| YUV | 125.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 206 | 0.20 | 0.57 | 0 | 0.19 | 278.97 | 0.54 | 0.58 |
| Hex | A5 | 59 | CE | 14 | 39 | 0 | 13 | 117 | 36 | 3A |
| Octal | 245 | 131 | 316 | 24 | 71 | 0 | 23 | 427 | 66 | 72 |
| Binary | 10100101 | 1011001 | 11001110 | 10100 | 111001 | 0 | 10011 | 100010111 | 110110 | 111010 |
Color Harmonies of #A559CE
Complementary color
Monochromatic Colors of #A559CE
Black with #A559CE
Text Example
Text Example
White with #A559CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559CE; }
p { color: rgb(165,89,206); }
H1.HeaderClassName
{
color: #A559CE;
}
.AnyTagClassName
{
color: #A559CE;
}
</style>
background-color css
<style>
a { background-color: #A559CE; }
a { background-color: rgb(165,89,206); }
div.DivClassName
{
background-color: #A559CE;
}
.BgClassName
{
background-color: #A559CE;
}
</style>
border-color css
<style>
span { border-color: #A559CE; }
span { border-color: rgb(165,89,206); }
td.TdClassName
{
border-color: #A559CE;
}
.TagClassName
{
border-color: #A559CE;
}
</style>