Shades of Amethyst #A157E1
Tints of Amethyst #A157E1
RGB
CMYK
RGB Variations
Color information
#A157E1 (or 0xA157E1) is known color: Amethyst. HEX triplet: A1, 57 and E1. RGB value is (161,87,225). Sum of RGB (Red+Green+Blue) = 161+87+225=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #A157E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157E1 is #5EA81E. Grayscale: #7C7C7C. Windows color (decimal): -6203423 or 14768033. OLE color: 14768033.
HSL color Cylindrical-coordinate representation of color #A157E1: hue angle of 272.17º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A157E1 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 87 | 225 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.12 |
| HSL | 272.17º | 0.7% | 0.61% | - |
| HSV(B) | 272.17º | 0.61% | 0.88% | - |
| XYZ | 31.7 | 19.83 | 73.39 | - |
| YUV | 124.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 225 | 0.28 | 0.61 | 0 | 0.12 | 272.17 | 0.7 | 0.61 |
| Hex | A1 | 57 | E1 | 1C | 3D | 0 | C | 110 | 46 | 3D |
| Octal | 241 | 127 | 341 | 34 | 75 | 0 | 14 | 420 | 106 | 75 |
| Binary | 10100001 | 1010111 | 11100001 | 11100 | 111101 | 0 | 1100 | 100010000 | 1000110 | 111101 |
Color Harmonies of #A157E1
Complementary color
Monochromatic Colors of #A157E1
Black with #A157E1
Text Example
Text Example
White with #A157E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A157E1; }
p { color: rgb(161,87,225); }
H1.HeaderClassName
{
color: #A157E1;
}
.AnyTagClassName
{
color: #A157E1;
}
</style>
background-color css
<style>
a { background-color: #A157E1; }
a { background-color: rgb(161,87,225); }
div.DivClassName
{
background-color: #A157E1;
}
.BgClassName
{
background-color: #A157E1;
}
</style>
border-color css
<style>
span { border-color: #A157E1; }
span { border-color: rgb(161,87,225); }
td.TdClassName
{
border-color: #A157E1;
}
.TagClassName
{
border-color: #A157E1;
}
</style>