Shades of Amethyst #A159DA
Tints of Amethyst #A159DA
RGB
CMYK
RGB Variations
Color information
#A159DA (or 0xA159DA) is known color: Amethyst. HEX triplet: A1, 59 and DA. RGB value is (161,89,218). Sum of RGB (Red+Green+Blue) = 161+89+218=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #A159DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159DA is #5EA625. Grayscale: #7C7C7C. Windows color (decimal): -6202918 or 14309793. OLE color: 14309793.
HSL color Cylindrical-coordinate representation of color #A159DA: hue angle of 273.49º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A159DA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 89 | 218 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.15 |
| HSL | 273.49º | 0.64% | 0.6% | - |
| HSV(B) | 273.49º | 0.59% | 0.85% | - |
| XYZ | 30.93 | 19.78 | 68.52 | - |
| YUV | 125.23 | 180.35 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 218 | 0.26 | 0.59 | 0 | 0.15 | 273.49 | 0.64 | 0.6 |
| Hex | A1 | 59 | DA | 1A | 3B | 0 | F | 111 | 40 | 3C |
| Octal | 241 | 131 | 332 | 32 | 73 | 0 | 17 | 421 | 100 | 74 |
| Binary | 10100001 | 1011001 | 11011010 | 11010 | 111011 | 0 | 1111 | 100010001 | 1000000 | 111100 |
Color Harmonies of #A159DA
Complementary color
Monochromatic Colors of #A159DA
Black with #A159DA
Text Example
Text Example
White with #A159DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159DA; }
p { color: rgb(161,89,218); }
H1.HeaderClassName
{
color: #A159DA;
}
.AnyTagClassName
{
color: #A159DA;
}
</style>
background-color css
<style>
a { background-color: #A159DA; }
a { background-color: rgb(161,89,218); }
div.DivClassName
{
background-color: #A159DA;
}
.BgClassName
{
background-color: #A159DA;
}
</style>
border-color css
<style>
span { border-color: #A159DA; }
span { border-color: rgb(161,89,218); }
td.TdClassName
{
border-color: #A159DA;
}
.TagClassName
{
border-color: #A159DA;
}
</style>