Shades of Amethyst #A658EC
Tints of Amethyst #A658EC
RGB
CMYK
RGB Variations
Color information
#A658EC (or 0xA658EC) is known color: Amethyst. HEX triplet: A6, 58 and EC. RGB value is (166,88,236). Sum of RGB (Red+Green+Blue) = 166+88+236=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #A658EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A658EC is #59A713. Grayscale: #7F7F7F. Windows color (decimal): -5875476 or 15489190. OLE color: 15489190.
HSL color Cylindrical-coordinate representation of color #A658EC: hue angle of 271.62º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A658EC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 88 | 236 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.07 |
| HSL | 271.62º | 0.8% | 0.64% | - |
| HSV(B) | 271.62º | 0.63% | 0.93% | - |
| XYZ | 34.36 | 21.14 | 81.63 | - |
| YUV | 128.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 236 | 0.30 | 0.63 | 0 | 0.07 | 271.62 | 0.8 | 0.64 |
| Hex | A6 | 58 | EC | 1E | 3F | 0 | 7 | 110 | 50 | 40 |
| Octal | 246 | 130 | 354 | 36 | 77 | 0 | 7 | 420 | 120 | 100 |
| Binary | 10100110 | 1011000 | 11101100 | 11110 | 111111 | 0 | 111 | 100010000 | 1010000 | 1000000 |
Color Harmonies of #A658EC
Complementary color
Monochromatic Colors of #A658EC
Black with #A658EC
Text Example
Text Example
White with #A658EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658EC; }
p { color: rgb(166,88,236); }
H1.HeaderClassName
{
color: #A658EC;
}
.AnyTagClassName
{
color: #A658EC;
}
</style>
background-color css
<style>
a { background-color: #A658EC; }
a { background-color: rgb(166,88,236); }
div.DivClassName
{
background-color: #A658EC;
}
.BgClassName
{
background-color: #A658EC;
}
</style>
border-color css
<style>
span { border-color: #A658EC; }
span { border-color: rgb(166,88,236); }
td.TdClassName
{
border-color: #A658EC;
}
.TagClassName
{
border-color: #A658EC;
}
</style>