Shades of Amethyst #A659ED
Tints of Amethyst #A659ED
RGB
CMYK
RGB Variations
Color information
#A659ED (or 0xA659ED) is known color: Amethyst. HEX triplet: A6, 59 and ED. RGB value is (166,89,237). Sum of RGB (Red+Green+Blue) = 166+89+237=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #A659ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A659ED is #59A612. Grayscale: #808080. Windows color (decimal): -5875219 or 15554982. OLE color: 15554982.
HSL color Cylindrical-coordinate representation of color #A659ED: hue angle of 271.22º degrees, saturation: 0.8, 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 #A659ED is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 89 | 237 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.07 |
| HSL | 271.22º | 0.8% | 0.64% | - |
| HSV(B) | 271.22º | 0.62% | 0.93% | - |
| XYZ | 34.58 | 21.37 | 82.42 | - |
| YUV | 128.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 237 | 0.30 | 0.62 | 0 | 0.07 | 271.22 | 0.8 | 0.64 |
| Hex | A6 | 59 | ED | 1E | 3E | 0 | 7 | 10F | 50 | 40 |
| Octal | 246 | 131 | 355 | 36 | 76 | 0 | 7 | 417 | 120 | 100 |
| Binary | 10100110 | 1011001 | 11101101 | 11110 | 111110 | 0 | 111 | 100001111 | 1010000 | 1000000 |
Color Harmonies of #A659ED
Complementary color
Monochromatic Colors of #A659ED
Black with #A659ED
Text Example
Text Example
White with #A659ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659ED; }
p { color: rgb(166,89,237); }
H1.HeaderClassName
{
color: #A659ED;
}
.AnyTagClassName
{
color: #A659ED;
}
</style>
background-color css
<style>
a { background-color: #A659ED; }
a { background-color: rgb(166,89,237); }
div.DivClassName
{
background-color: #A659ED;
}
.BgClassName
{
background-color: #A659ED;
}
</style>
border-color css
<style>
span { border-color: #A659ED; }
span { border-color: rgb(166,89,237); }
td.TdClassName
{
border-color: #A659ED;
}
.TagClassName
{
border-color: #A659ED;
}
</style>