Shades of Amethyst #A157D0
Tints of Amethyst #A157D0
RGB
CMYK
RGB Variations
Color information
#A157D0 (or 0xA157D0) is known color: Amethyst. HEX triplet: A1, 57 and D0. RGB value is (161,87,208). Sum of RGB (Red+Green+Blue) = 161+87+208=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #A157D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157D0 is #5EA82F. Grayscale: #7A7A7A. Windows color (decimal): -6203440 or 13653921. OLE color: 13653921.
HSL color Cylindrical-coordinate representation of color #A157D0: hue angle of 276.69º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A157D0 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 87 | 208 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.18 |
| HSL | 276.69º | 0.56% | 0.58% | - |
| HSV(B) | 276.69º | 0.58% | 0.82% | - |
| XYZ | 29.49 | 18.95 | 61.78 | - |
| YUV | 122.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 208 | 0.23 | 0.58 | 0 | 0.18 | 276.69 | 0.56 | 0.58 |
| Hex | A1 | 57 | D0 | 17 | 3A | 0 | 12 | 115 | 38 | 3A |
| Octal | 241 | 127 | 320 | 27 | 72 | 0 | 22 | 425 | 70 | 72 |
| Binary | 10100001 | 1010111 | 11010000 | 10111 | 111010 | 0 | 10010 | 100010101 | 111000 | 111010 |
Color Harmonies of #A157D0
Complementary color
Monochromatic Colors of #A157D0
Black with #A157D0
Text Example
Text Example
White with #A157D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A157D0; }
p { color: rgb(161,87,208); }
H1.HeaderClassName
{
color: #A157D0;
}
.AnyTagClassName
{
color: #A157D0;
}
</style>
background-color css
<style>
a { background-color: #A157D0; }
a { background-color: rgb(161,87,208); }
div.DivClassName
{
background-color: #A157D0;
}
.BgClassName
{
background-color: #A157D0;
}
</style>
border-color css
<style>
span { border-color: #A157D0; }
span { border-color: rgb(161,87,208); }
td.TdClassName
{
border-color: #A157D0;
}
.TagClassName
{
border-color: #A157D0;
}
</style>