Shades of Amethyst #A156EC
Tints of Amethyst #A156EC
RGB
CMYK
RGB Variations
Color information
#A156EC (or 0xA156EC) is known color: Amethyst. HEX triplet: A1, 56 and EC. RGB value is (161,86,236). Sum of RGB (Red+Green+Blue) = 161+86+236=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A156EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A156EC is #5EA913. Grayscale: #7D7D7D. Windows color (decimal): -6203668 or 15488673. OLE color: 15488673.
HSL color Cylindrical-coordinate representation of color #A156EC: hue angle of 270º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A156EC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 86 | 236 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 270º | 0.8% | 0.63% | - |
| HSV(B) | 270º | 0.64% | 0.93% | - |
| XYZ | 33.17 | 20.29 | 81.52 | - |
| YUV | 125.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 236 | 0.32 | 0.64 | 0 | 0.07 | 270 | 0.8 | 0.63 |
| Hex | A1 | 56 | EC | 20 | 40 | 0 | 7 | 10E | 50 | 3F |
| Octal | 241 | 126 | 354 | 40 | 100 | 0 | 7 | 416 | 120 | 77 |
| Binary | 10100001 | 1010110 | 11101100 | 100000 | 1000000 | 0 | 111 | 100001110 | 1010000 | 111111 |
Color Harmonies of #A156EC
Complementary color
Monochromatic Colors of #A156EC
Black with #A156EC
Text Example
Text Example
White with #A156EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156EC; }
p { color: rgb(161,86,236); }
H1.HeaderClassName
{
color: #A156EC;
}
.AnyTagClassName
{
color: #A156EC;
}
</style>
background-color css
<style>
a { background-color: #A156EC; }
a { background-color: rgb(161,86,236); }
div.DivClassName
{
background-color: #A156EC;
}
.BgClassName
{
background-color: #A156EC;
}
</style>
border-color css
<style>
span { border-color: #A156EC; }
span { border-color: rgb(161,86,236); }
td.TdClassName
{
border-color: #A156EC;
}
.TagClassName
{
border-color: #A156EC;
}
</style>