Shades of Amethyst #A157E5
Tints of Amethyst #A157E5
RGB
CMYK
RGB Variations
Color information
#A157E5 (or 0xA157E5) is known color: Amethyst. HEX triplet: A1, 57 and E5. RGB value is (161,87,229). Sum of RGB (Red+Green+Blue) = 161+87+229=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #A157E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157E5 is #5EA81A. Grayscale: #7C7C7C. Windows color (decimal): -6203419 or 15030177. OLE color: 15030177.
HSL color Cylindrical-coordinate representation of color #A157E5: hue angle of 271.27º 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 #A157E5 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 87 | 229 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.10 |
| HSL | 271.27º | 0.73% | 0.62% | - |
| HSV(B) | 271.27º | 0.62% | 0.9% | - |
| XYZ | 32.25 | 20.05 | 76.3 | - |
| YUV | 125.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 229 | 0.30 | 0.62 | 0 | 0.10 | 271.27 | 0.73 | 0.62 |
| Hex | A1 | 57 | E5 | 1E | 3E | 0 | A | 10F | 49 | 3E |
| Octal | 241 | 127 | 345 | 36 | 76 | 0 | 12 | 417 | 111 | 76 |
| Binary | 10100001 | 1010111 | 11100101 | 11110 | 111110 | 0 | 1010 | 100001111 | 1001001 | 111110 |
Color Harmonies of #A157E5
Complementary color
Monochromatic Colors of #A157E5
Black with #A157E5
Text Example
Text Example
White with #A157E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A157E5; }
p { color: rgb(161,87,229); }
H1.HeaderClassName
{
color: #A157E5;
}
.AnyTagClassName
{
color: #A157E5;
}
</style>
background-color css
<style>
a { background-color: #A157E5; }
a { background-color: rgb(161,87,229); }
div.DivClassName
{
background-color: #A157E5;
}
.BgClassName
{
background-color: #A157E5;
}
</style>
border-color css
<style>
span { border-color: #A157E5; }
span { border-color: rgb(161,87,229); }
td.TdClassName
{
border-color: #A157E5;
}
.TagClassName
{
border-color: #A157E5;
}
</style>