Shades of Amethyst #A159E6
Tints of Amethyst #A159E6
RGB
CMYK
RGB Variations
Color information
#A159E6 (or 0xA159E6) is known color: Amethyst. HEX triplet: A1, 59 and E6. RGB value is (161,89,230). Sum of RGB (Red+Green+Blue) = 161+89+230=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #A159E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A159E6 is #5EA619. Grayscale: #7E7E7E. Windows color (decimal): -6202906 or 15096225. OLE color: 15096225.
HSL color Cylindrical-coordinate representation of color #A159E6: hue angle of 270.64º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A159E6 is Cyan = 0.3, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 89 | 230 | - |
| CMYK | 0.3 | 0.61 | 0 | 0.10 |
| HSL | 270.64º | 0.74% | 0.63% | - |
| HSV(B) | 270.64º | 0.61% | 0.9% | - |
| XYZ | 32.55 | 20.44 | 77.09 | - |
| YUV | 126.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 230 | 0.3 | 0.61 | 0 | 0.10 | 270.64 | 0.74 | 0.63 |
| Hex | A1 | 59 | E6 | 1E | 3D | 0 | A | 10F | 4A | 3F |
| Octal | 241 | 131 | 346 | 36 | 75 | 0 | 12 | 417 | 112 | 77 |
| Binary | 10100001 | 1011001 | 11100110 | 11110 | 111101 | 0 | 1010 | 100001111 | 1001010 | 111111 |
Color Harmonies of #A159E6
Complementary color
Monochromatic Colors of #A159E6
Black with #A159E6
Text Example
Text Example
White with #A159E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159E6; }
p { color: rgb(161,89,230); }
H1.HeaderClassName
{
color: #A159E6;
}
.AnyTagClassName
{
color: #A159E6;
}
</style>
background-color css
<style>
a { background-color: #A159E6; }
a { background-color: rgb(161,89,230); }
div.DivClassName
{
background-color: #A159E6;
}
.BgClassName
{
background-color: #A159E6;
}
</style>
border-color css
<style>
span { border-color: #A159E6; }
span { border-color: rgb(161,89,230); }
td.TdClassName
{
border-color: #A159E6;
}
.TagClassName
{
border-color: #A159E6;
}
</style>