Shades of Amethyst #A159CE
Tints of Amethyst #A159CE
RGB
CMYK
RGB Variations
Color information
#A159CE (or 0xA159CE) is known color: Amethyst. HEX triplet: A1, 59 and CE. RGB value is (161,89,206). Sum of RGB (Red+Green+Blue) = 161+89+206=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #A159CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159CE is #5EA631. Grayscale: #7B7B7B. Windows color (decimal): -6202930 or 13523361. OLE color: 13523361.
HSL color Cylindrical-coordinate representation of color #A159CE: hue angle of 276.92º 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 #A159CE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 89 | 206 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.19 |
| HSL | 276.92º | 0.54% | 0.58% | - |
| HSV(B) | 276.92º | 0.57% | 0.81% | - |
| XYZ | 29.41 | 19.18 | 60.54 | - |
| YUV | 123.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 206 | 0.22 | 0.57 | 0 | 0.19 | 276.92 | 0.54 | 0.58 |
| Hex | A1 | 59 | CE | 16 | 39 | 0 | 13 | 115 | 36 | 3A |
| Octal | 241 | 131 | 316 | 26 | 71 | 0 | 23 | 425 | 66 | 72 |
| Binary | 10100001 | 1011001 | 11001110 | 10110 | 111001 | 0 | 10011 | 100010101 | 110110 | 111010 |
Color Harmonies of #A159CE
Complementary color
Monochromatic Colors of #A159CE
Black with #A159CE
Text Example
Text Example
White with #A159CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159CE; }
p { color: rgb(161,89,206); }
H1.HeaderClassName
{
color: #A159CE;
}
.AnyTagClassName
{
color: #A159CE;
}
</style>
background-color css
<style>
a { background-color: #A159CE; }
a { background-color: rgb(161,89,206); }
div.DivClassName
{
background-color: #A159CE;
}
.BgClassName
{
background-color: #A159CE;
}
</style>
border-color css
<style>
span { border-color: #A159CE; }
span { border-color: rgb(161,89,206); }
td.TdClassName
{
border-color: #A159CE;
}
.TagClassName
{
border-color: #A159CE;
}
</style>