Shades of Amethyst #A056CF
Tints of Amethyst #A056CF
RGB
CMYK
RGB Variations
Color information
#A056CF (or 0xA056CF) is known color: Amethyst. HEX triplet: A0, 56 and CF. RGB value is (160,86,207). Sum of RGB (Red+Green+Blue) = 160+86+207=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #A056CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056CF is #5FA930. Grayscale: #797979. Windows color (decimal): -6269233 or 13588128. OLE color: 13588128.
HSL color Cylindrical-coordinate representation of color #A056CF: hue angle of 276.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A056CF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 86 | 207 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.19 |
| HSL | 276.69º | 0.56% | 0.57% | - |
| HSV(B) | 276.69º | 0.58% | 0.81% | - |
| XYZ | 29.09 | 18.63 | 61.1 | - |
| YUV | 121.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 207 | 0.23 | 0.58 | 0 | 0.19 | 276.69 | 0.56 | 0.57 |
| Hex | A0 | 56 | CF | 17 | 3A | 0 | 13 | 115 | 38 | 39 |
| Octal | 240 | 126 | 317 | 27 | 72 | 0 | 23 | 425 | 70 | 71 |
| Binary | 10100000 | 1010110 | 11001111 | 10111 | 111010 | 0 | 10011 | 100010101 | 111000 | 111001 |
Color Harmonies of #A056CF
Complementary color
Monochromatic Colors of #A056CF
Black with #A056CF
Text Example
Text Example
White with #A056CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056CF; }
p { color: rgb(160,86,207); }
H1.HeaderClassName
{
color: #A056CF;
}
.AnyTagClassName
{
color: #A056CF;
}
</style>
background-color css
<style>
a { background-color: #A056CF; }
a { background-color: rgb(160,86,207); }
div.DivClassName
{
background-color: #A056CF;
}
.BgClassName
{
background-color: #A056CF;
}
</style>
border-color css
<style>
span { border-color: #A056CF; }
span { border-color: rgb(160,86,207); }
td.TdClassName
{
border-color: #A056CF;
}
.TagClassName
{
border-color: #A056CF;
}
</style>