Shades of Amethyst #A156E9
Tints of Amethyst #A156E9
RGB
CMYK
RGB Variations
Color information
#A156E9 (or 0xA156E9) is known color: Amethyst. HEX triplet: A1, 56 and E9. RGB value is (161,86,233). Sum of RGB (Red+Green+Blue) = 161+86+233=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #A156E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A156E9 is #5EA916. Grayscale: #7C7C7C. Windows color (decimal): -6203671 or 15292065. OLE color: 15292065.
HSL color Cylindrical-coordinate representation of color #A156E9: hue angle of 270.61º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A156E9 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 86 | 233 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.09 |
| HSL | 270.61º | 0.77% | 0.63% | - |
| HSV(B) | 270.61º | 0.63% | 0.91% | - |
| XYZ | 32.73 | 20.12 | 79.25 | - |
| YUV | 125.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 233 | 0.31 | 0.63 | 0 | 0.09 | 270.61 | 0.77 | 0.63 |
| Hex | A1 | 56 | E9 | 1F | 3F | 0 | 9 | 10F | 4D | 3F |
| Octal | 241 | 126 | 351 | 37 | 77 | 0 | 11 | 417 | 115 | 77 |
| Binary | 10100001 | 1010110 | 11101001 | 11111 | 111111 | 0 | 1001 | 100001111 | 1001101 | 111111 |
Color Harmonies of #A156E9
Complementary color
Monochromatic Colors of #A156E9
Black with #A156E9
Text Example
Text Example
White with #A156E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156E9; }
p { color: rgb(161,86,233); }
H1.HeaderClassName
{
color: #A156E9;
}
.AnyTagClassName
{
color: #A156E9;
}
</style>
background-color css
<style>
a { background-color: #A156E9; }
a { background-color: rgb(161,86,233); }
div.DivClassName
{
background-color: #A156E9;
}
.BgClassName
{
background-color: #A156E9;
}
</style>
border-color css
<style>
span { border-color: #A156E9; }
span { border-color: rgb(161,86,233); }
td.TdClassName
{
border-color: #A156E9;
}
.TagClassName
{
border-color: #A156E9;
}
</style>