Shades of Amethyst #A159DD
Tints of Amethyst #A159DD
RGB
CMYK
RGB Variations
Color information
#A159DD (or 0xA159DD) is known color: Amethyst. HEX triplet: A1, 59 and DD. RGB value is (161,89,221). Sum of RGB (Red+Green+Blue) = 161+89+221=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #A159DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159DD is #5EA622. Grayscale: #7D7D7D. Windows color (decimal): -6202915 or 14506401. OLE color: 14506401.
HSL color Cylindrical-coordinate representation of color #A159DD: hue angle of 272.73º 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 #A159DD is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 89 | 221 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.13 |
| HSL | 272.73º | 0.66% | 0.61% | - |
| HSV(B) | 272.73º | 0.6% | 0.87% | - |
| XYZ | 31.32 | 19.94 | 70.61 | - |
| YUV | 125.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 221 | 0.27 | 0.60 | 0 | 0.13 | 272.73 | 0.66 | 0.61 |
| Hex | A1 | 59 | DD | 1B | 3C | 0 | D | 111 | 42 | 3D |
| Octal | 241 | 131 | 335 | 33 | 74 | 0 | 15 | 421 | 102 | 75 |
| Binary | 10100001 | 1011001 | 11011101 | 11011 | 111100 | 0 | 1101 | 100010001 | 1000010 | 111101 |
Color Harmonies of #A159DD
Complementary color
Monochromatic Colors of #A159DD
Black with #A159DD
Text Example
Text Example
White with #A159DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159DD; }
p { color: rgb(161,89,221); }
H1.HeaderClassName
{
color: #A159DD;
}
.AnyTagClassName
{
color: #A159DD;
}
</style>
background-color css
<style>
a { background-color: #A159DD; }
a { background-color: rgb(161,89,221); }
div.DivClassName
{
background-color: #A159DD;
}
.BgClassName
{
background-color: #A159DD;
}
</style>
border-color css
<style>
span { border-color: #A159DD; }
span { border-color: rgb(161,89,221); }
td.TdClassName
{
border-color: #A159DD;
}
.TagClassName
{
border-color: #A159DD;
}
</style>