Shades of Amethyst #A559DD
Tints of Amethyst #A559DD
RGB
CMYK
RGB Variations
Color information
#A559DD (or 0xA559DD) is known color: Amethyst. HEX triplet: A5, 59 and DD. RGB value is (165,89,221). Sum of RGB (Red+Green+Blue) = 165+89+221=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #A559DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559DD is #5AA622. Grayscale: #7E7E7E. Windows color (decimal): -5940771 or 14506405. OLE color: 14506405.
HSL color Cylindrical-coordinate representation of color #A559DD: hue angle of 274.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A559DD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 89 | 221 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.13 |
| HSL | 274.55º | 0.66% | 0.61% | - |
| HSV(B) | 274.55º | 0.6% | 0.87% | - |
| XYZ | 32.14 | 20.36 | 70.64 | - |
| YUV | 126.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 221 | 0.25 | 0.60 | 0 | 0.13 | 274.55 | 0.66 | 0.61 |
| Hex | A5 | 59 | DD | 19 | 3C | 0 | D | 113 | 42 | 3D |
| Octal | 245 | 131 | 335 | 31 | 74 | 0 | 15 | 423 | 102 | 75 |
| Binary | 10100101 | 1011001 | 11011101 | 11001 | 111100 | 0 | 1101 | 100010011 | 1000010 | 111101 |
Color Harmonies of #A559DD
Complementary color
Monochromatic Colors of #A559DD
Black with #A559DD
Text Example
Text Example
White with #A559DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559DD; }
p { color: rgb(165,89,221); }
H1.HeaderClassName
{
color: #A559DD;
}
.AnyTagClassName
{
color: #A559DD;
}
</style>
background-color css
<style>
a { background-color: #A559DD; }
a { background-color: rgb(165,89,221); }
div.DivClassName
{
background-color: #A559DD;
}
.BgClassName
{
background-color: #A559DD;
}
</style>
border-color css
<style>
span { border-color: #A559DD; }
span { border-color: rgb(165,89,221); }
td.TdClassName
{
border-color: #A559DD;
}
.TagClassName
{
border-color: #A559DD;
}
</style>