Shades of Amethyst #A859EC
Tints of Amethyst #A859EC
RGB
CMYK
RGB Variations
Color information
#A859EC (or 0xA859EC) is known color: Amethyst. HEX triplet: A8, 59 and EC. RGB value is (168,89,236). Sum of RGB (Red+Green+Blue) = 168+89+236=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #A859EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859EC is #57A613. Grayscale: #808080. Windows color (decimal): -5744148 or 15489448. OLE color: 15489448.
HSL color Cylindrical-coordinate representation of color #A859EC: hue angle of 272.24º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A859EC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 89 | 236 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.07 |
| HSL | 272.24º | 0.79% | 0.64% | - |
| HSV(B) | 272.24º | 0.62% | 0.93% | - |
| XYZ | 34.86 | 21.53 | 81.67 | - |
| YUV | 129.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 236 | 0.29 | 0.62 | 0 | 0.07 | 272.24 | 0.79 | 0.64 |
| Hex | A8 | 59 | EC | 1D | 3E | 0 | 7 | 110 | 4F | 40 |
| Octal | 250 | 131 | 354 | 35 | 76 | 0 | 7 | 420 | 117 | 100 |
| Binary | 10101000 | 1011001 | 11101100 | 11101 | 111110 | 0 | 111 | 100010000 | 1001111 | 1000000 |
Color Harmonies of #A859EC
Complementary color
Monochromatic Colors of #A859EC
Black with #A859EC
Text Example
Text Example
White with #A859EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859EC; }
p { color: rgb(168,89,236); }
H1.HeaderClassName
{
color: #A859EC;
}
.AnyTagClassName
{
color: #A859EC;
}
</style>
background-color css
<style>
a { background-color: #A859EC; }
a { background-color: rgb(168,89,236); }
div.DivClassName
{
background-color: #A859EC;
}
.BgClassName
{
background-color: #A859EC;
}
</style>
border-color css
<style>
span { border-color: #A859EC; }
span { border-color: rgb(168,89,236); }
td.TdClassName
{
border-color: #A859EC;
}
.TagClassName
{
border-color: #A859EC;
}
</style>