Shades of Amethyst #A256EC
Tints of Amethyst #A256EC
RGB
CMYK
RGB Variations
Color information
#A256EC (or 0xA256EC) is known color: Amethyst. HEX triplet: A2, 56 and EC. RGB value is (162,86,236). Sum of RGB (Red+Green+Blue) = 162+86+236=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A256EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256EC is #5DA913. Grayscale: #7D7D7D. Windows color (decimal): -6138132 or 15488674. OLE color: 15488674.
HSL color Cylindrical-coordinate representation of color #A256EC: hue angle of 270.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A256EC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 86 | 236 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.07 |
| HSL | 270.4º | 0.8% | 0.63% | - |
| HSV(B) | 270.4º | 0.64% | 0.93% | - |
| XYZ | 33.37 | 20.39 | 81.53 | - |
| YUV | 125.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 236 | 0.31 | 0.64 | 0 | 0.07 | 270.4 | 0.8 | 0.63 |
| Hex | A2 | 56 | EC | 1F | 40 | 0 | 7 | 10E | 50 | 3F |
| Octal | 242 | 126 | 354 | 37 | 100 | 0 | 7 | 416 | 120 | 77 |
| Binary | 10100010 | 1010110 | 11101100 | 11111 | 1000000 | 0 | 111 | 100001110 | 1010000 | 111111 |
Color Harmonies of #A256EC
Complementary color
Monochromatic Colors of #A256EC
Black with #A256EC
Text Example
Text Example
White with #A256EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256EC; }
p { color: rgb(162,86,236); }
H1.HeaderClassName
{
color: #A256EC;
}
.AnyTagClassName
{
color: #A256EC;
}
</style>
background-color css
<style>
a { background-color: #A256EC; }
a { background-color: rgb(162,86,236); }
div.DivClassName
{
background-color: #A256EC;
}
.BgClassName
{
background-color: #A256EC;
}
</style>
border-color css
<style>
span { border-color: #A256EC; }
span { border-color: rgb(162,86,236); }
td.TdClassName
{
border-color: #A256EC;
}
.TagClassName
{
border-color: #A256EC;
}
</style>