Shades of Amethyst #A056DF
Tints of Amethyst #A056DF
RGB
CMYK
RGB Variations
Color information
#A056DF (or 0xA056DF) is known color: Amethyst. HEX triplet: A0, 56 and DF. RGB value is (160,86,223). Sum of RGB (Red+Green+Blue) = 160+86+223=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #A056DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056DF is #5FA920. Grayscale: #7B7B7B. Windows color (decimal): -6269217 or 14636704. OLE color: 14636704.
HSL color Cylindrical-coordinate representation of color #A056DF: hue angle of 272.41º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A056DF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 86 | 223 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.13 |
| HSL | 272.41º | 0.68% | 0.61% | - |
| HSV(B) | 272.41º | 0.61% | 0.87% | - |
| XYZ | 31.14 | 19.46 | 71.93 | - |
| YUV | 123.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 223 | 0.28 | 0.61 | 0 | 0.13 | 272.41 | 0.68 | 0.61 |
| Hex | A0 | 56 | DF | 1C | 3D | 0 | D | 110 | 44 | 3D |
| Octal | 240 | 126 | 337 | 34 | 75 | 0 | 15 | 420 | 104 | 75 |
| Binary | 10100000 | 1010110 | 11011111 | 11100 | 111101 | 0 | 1101 | 100010000 | 1000100 | 111101 |
Color Harmonies of #A056DF
Complementary color
Monochromatic Colors of #A056DF
Black with #A056DF
Text Example
Text Example
White with #A056DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056DF; }
p { color: rgb(160,86,223); }
H1.HeaderClassName
{
color: #A056DF;
}
.AnyTagClassName
{
color: #A056DF;
}
</style>
background-color css
<style>
a { background-color: #A056DF; }
a { background-color: rgb(160,86,223); }
div.DivClassName
{
background-color: #A056DF;
}
.BgClassName
{
background-color: #A056DF;
}
</style>
border-color css
<style>
span { border-color: #A056DF; }
span { border-color: rgb(160,86,223); }
td.TdClassName
{
border-color: #A056DF;
}
.TagClassName
{
border-color: #A056DF;
}
</style>