Shades of Amethyst #A156E5
Tints of Amethyst #A156E5
RGB
CMYK
RGB Variations
Color information
#A156E5 (or 0xA156E5) is known color: Amethyst. HEX triplet: A1, 56 and E5. RGB value is (161,86,229). Sum of RGB (Red+Green+Blue) = 161+86+229=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #A156E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156E5 is #5EA91A. Grayscale: #7C7C7C. Windows color (decimal): -6203675 or 15029921. OLE color: 15029921.
HSL color Cylindrical-coordinate representation of color #A156E5: hue angle of 271.47º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A156E5 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 86 | 229 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.10 |
| HSL | 271.47º | 0.73% | 0.62% | - |
| HSV(B) | 271.47º | 0.62% | 0.9% | - |
| XYZ | 32.17 | 19.89 | 76.27 | - |
| YUV | 124.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 229 | 0.30 | 0.62 | 0 | 0.10 | 271.47 | 0.73 | 0.62 |
| Hex | A1 | 56 | E5 | 1E | 3E | 0 | A | 10F | 49 | 3E |
| Octal | 241 | 126 | 345 | 36 | 76 | 0 | 12 | 417 | 111 | 76 |
| Binary | 10100001 | 1010110 | 11100101 | 11110 | 111110 | 0 | 1010 | 100001111 | 1001001 | 111110 |
Color Harmonies of #A156E5
Complementary color
Monochromatic Colors of #A156E5
Black with #A156E5
Text Example
Text Example
White with #A156E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156E5; }
p { color: rgb(161,86,229); }
H1.HeaderClassName
{
color: #A156E5;
}
.AnyTagClassName
{
color: #A156E5;
}
</style>
background-color css
<style>
a { background-color: #A156E5; }
a { background-color: rgb(161,86,229); }
div.DivClassName
{
background-color: #A156E5;
}
.BgClassName
{
background-color: #A156E5;
}
</style>
border-color css
<style>
span { border-color: #A156E5; }
span { border-color: rgb(161,86,229); }
td.TdClassName
{
border-color: #A156E5;
}
.TagClassName
{
border-color: #A156E5;
}
</style>