Shades of Amethyst #A057CF
Tints of Amethyst #A057CF
RGB
CMYK
RGB Variations
Color information
#A057CF (or 0xA057CF) is known color: Amethyst. HEX triplet: A0, 57 and CF. RGB value is (160,87,207). Sum of RGB (Red+Green+Blue) = 160+87+207=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #A057CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057CF is #5FA830. Grayscale: #7A7A7A. Windows color (decimal): -6268977 or 13588384. OLE color: 13588384.
HSL color Cylindrical-coordinate representation of color #A057CF: hue angle of 276.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A057CF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 87 | 207 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.19 |
| HSL | 276.5º | 0.56% | 0.58% | - |
| HSV(B) | 276.5º | 0.58% | 0.81% | - |
| XYZ | 29.17 | 18.79 | 61.12 | - |
| YUV | 122.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 207 | 0.23 | 0.58 | 0 | 0.19 | 276.5 | 0.56 | 0.58 |
| Hex | A0 | 57 | CF | 17 | 3A | 0 | 13 | 114 | 38 | 3A |
| Octal | 240 | 127 | 317 | 27 | 72 | 0 | 23 | 424 | 70 | 72 |
| Binary | 10100000 | 1010111 | 11001111 | 10111 | 111010 | 0 | 10011 | 100010100 | 111000 | 111010 |
Color Harmonies of #A057CF
Complementary color
Monochromatic Colors of #A057CF
Black with #A057CF
Text Example
Text Example
White with #A057CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A057CF; }
p { color: rgb(160,87,207); }
H1.HeaderClassName
{
color: #A057CF;
}
.AnyTagClassName
{
color: #A057CF;
}
</style>
background-color css
<style>
a { background-color: #A057CF; }
a { background-color: rgb(160,87,207); }
div.DivClassName
{
background-color: #A057CF;
}
.BgClassName
{
background-color: #A057CF;
}
</style>
border-color css
<style>
span { border-color: #A057CF; }
span { border-color: rgb(160,87,207); }
td.TdClassName
{
border-color: #A057CF;
}
.TagClassName
{
border-color: #A057CF;
}
</style>