Shades of Amethyst #A656D9
Tints of Amethyst #A656D9
RGB
CMYK
RGB Variations
Color information
#A656D9 (or 0xA656D9) is known color: Amethyst. HEX triplet: A6, 56 and D9. RGB value is (166,86,217). Sum of RGB (Red+Green+Blue) = 166+86+217=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #A656D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656D9 is #59A926. Grayscale: #7C7C7C. Windows color (decimal): -5876007 or 14243494. OLE color: 14243494.
HSL color Cylindrical-coordinate representation of color #A656D9: hue angle of 276.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A656D9 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 86 | 217 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.15 |
| HSL | 276.64º | 0.63% | 0.59% | - |
| HSV(B) | 276.64º | 0.6% | 0.85% | - |
| XYZ | 31.58 | 19.77 | 67.8 | - |
| YUV | 124.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 217 | 0.24 | 0.60 | 0 | 0.15 | 276.64 | 0.63 | 0.59 |
| Hex | A6 | 56 | D9 | 18 | 3C | 0 | F | 115 | 3F | 3B |
| Octal | 246 | 126 | 331 | 30 | 74 | 0 | 17 | 425 | 77 | 73 |
| Binary | 10100110 | 1010110 | 11011001 | 11000 | 111100 | 0 | 1111 | 100010101 | 111111 | 111011 |
Color Harmonies of #A656D9
Complementary color
Monochromatic Colors of #A656D9
Black with #A656D9
Text Example
Text Example
White with #A656D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656D9; }
p { color: rgb(166,86,217); }
H1.HeaderClassName
{
color: #A656D9;
}
.AnyTagClassName
{
color: #A656D9;
}
</style>
background-color css
<style>
a { background-color: #A656D9; }
a { background-color: rgb(166,86,217); }
div.DivClassName
{
background-color: #A656D9;
}
.BgClassName
{
background-color: #A656D9;
}
</style>
border-color css
<style>
span { border-color: #A656D9; }
span { border-color: rgb(166,86,217); }
td.TdClassName
{
border-color: #A656D9;
}
.TagClassName
{
border-color: #A656D9;
}
</style>