Shades of Amethyst #A056E3
Tints of Amethyst #A056E3
RGB
CMYK
RGB Variations
Color information
#A056E3 (or 0xA056E3) is known color: Amethyst. HEX triplet: A0, 56 and E3. RGB value is (160,86,227). Sum of RGB (Red+Green+Blue) = 160+86+227=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #A056E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056E3 is #5FA91C. Grayscale: #7B7B7B. Windows color (decimal): -6269213 or 14898848. OLE color: 14898848.
HSL color Cylindrical-coordinate representation of color #A056E3: hue angle of 271.49º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A056E3 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 86 | 227 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.11 |
| HSL | 271.49º | 0.72% | 0.61% | - |
| HSV(B) | 271.49º | 0.62% | 0.89% | - |
| XYZ | 31.69 | 19.68 | 74.8 | - |
| YUV | 124.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 227 | 0.30 | 0.62 | 0 | 0.11 | 271.49 | 0.72 | 0.61 |
| Hex | A0 | 56 | E3 | 1E | 3E | 0 | B | 10F | 48 | 3D |
| Octal | 240 | 126 | 343 | 36 | 76 | 0 | 13 | 417 | 110 | 75 |
| Binary | 10100000 | 1010110 | 11100011 | 11110 | 111110 | 0 | 1011 | 100001111 | 1001000 | 111101 |
Color Harmonies of #A056E3
Complementary color
Monochromatic Colors of #A056E3
Black with #A056E3
Text Example
Text Example
White with #A056E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A056E3; }
p { color: rgb(160,86,227); }
H1.HeaderClassName
{
color: #A056E3;
}
.AnyTagClassName
{
color: #A056E3;
}
</style>
background-color css
<style>
a { background-color: #A056E3; }
a { background-color: rgb(160,86,227); }
div.DivClassName
{
background-color: #A056E3;
}
.BgClassName
{
background-color: #A056E3;
}
</style>
border-color css
<style>
span { border-color: #A056E3; }
span { border-color: rgb(160,86,227); }
td.TdClassName
{
border-color: #A056E3;
}
.TagClassName
{
border-color: #A056E3;
}
</style>