Shades of Amethyst #A657EC
Tints of Amethyst #A657EC
RGB
CMYK
RGB Variations
Color information
#A657EC (or 0xA657EC) is known color: Amethyst. HEX triplet: A6, 57 and EC. RGB value is (166,87,236). Sum of RGB (Red+Green+Blue) = 166+87+236=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #A657EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A657EC is #59A813. Grayscale: #7F7F7F. Windows color (decimal): -5875732 or 15488934. OLE color: 15488934.
HSL color Cylindrical-coordinate representation of color #A657EC: hue angle of 271.81º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A657EC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 87 | 236 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.07 |
| HSL | 271.81º | 0.8% | 0.63% | - |
| HSV(B) | 271.81º | 0.63% | 0.93% | - |
| XYZ | 34.27 | 20.98 | 81.6 | - |
| YUV | 127.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 236 | 0.30 | 0.63 | 0 | 0.07 | 271.81 | 0.8 | 0.63 |
| Hex | A6 | 57 | EC | 1E | 3F | 0 | 7 | 110 | 50 | 3F |
| Octal | 246 | 127 | 354 | 36 | 77 | 0 | 7 | 420 | 120 | 77 |
| Binary | 10100110 | 1010111 | 11101100 | 11110 | 111111 | 0 | 111 | 100010000 | 1010000 | 111111 |
Color Harmonies of #A657EC
Complementary color
Monochromatic Colors of #A657EC
Black with #A657EC
Text Example
Text Example
White with #A657EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657EC; }
p { color: rgb(166,87,236); }
H1.HeaderClassName
{
color: #A657EC;
}
.AnyTagClassName
{
color: #A657EC;
}
</style>
background-color css
<style>
a { background-color: #A657EC; }
a { background-color: rgb(166,87,236); }
div.DivClassName
{
background-color: #A657EC;
}
.BgClassName
{
background-color: #A657EC;
}
</style>
border-color css
<style>
span { border-color: #A657EC; }
span { border-color: rgb(166,87,236); }
td.TdClassName
{
border-color: #A657EC;
}
.TagClassName
{
border-color: #A657EC;
}
</style>