Shades of Amethyst #A656ED
Tints of Amethyst #A656ED
RGB
CMYK
RGB Variations
Color information
#A656ED (or 0xA656ED) is known color: Amethyst. HEX triplet: A6, 56 and ED. RGB value is (166,86,237). Sum of RGB (Red+Green+Blue) = 166+86+237=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #A656ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A656ED is #59A912. Grayscale: #7E7E7E. Windows color (decimal): -5875987 or 15554214. OLE color: 15554214.
HSL color Cylindrical-coordinate representation of color #A656ED: hue angle of 271.79º degrees, saturation: 0.81, 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 #A656ED is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 86 | 237 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.07 |
| HSL | 271.79º | 0.81% | 0.63% | - |
| HSV(B) | 271.79º | 0.64% | 0.93% | - |
| XYZ | 34.34 | 20.88 | 82.34 | - |
| YUV | 127.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 237 | 0.30 | 0.64 | 0 | 0.07 | 271.79 | 0.81 | 0.63 |
| Hex | A6 | 56 | ED | 1E | 40 | 0 | 7 | 110 | 51 | 3F |
| Octal | 246 | 126 | 355 | 36 | 100 | 0 | 7 | 420 | 121 | 77 |
| Binary | 10100110 | 1010110 | 11101101 | 11110 | 1000000 | 0 | 111 | 100010000 | 1010001 | 111111 |
Color Harmonies of #A656ED
Complementary color
Monochromatic Colors of #A656ED
Black with #A656ED
Text Example
Text Example
White with #A656ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656ED; }
p { color: rgb(166,86,237); }
H1.HeaderClassName
{
color: #A656ED;
}
.AnyTagClassName
{
color: #A656ED;
}
</style>
background-color css
<style>
a { background-color: #A656ED; }
a { background-color: rgb(166,86,237); }
div.DivClassName
{
background-color: #A656ED;
}
.BgClassName
{
background-color: #A656ED;
}
</style>
border-color css
<style>
span { border-color: #A656ED; }
span { border-color: rgb(166,86,237); }
td.TdClassName
{
border-color: #A656ED;
}
.TagClassName
{
border-color: #A656ED;
}
</style>