Shades of Amethyst #A659D2
Tints of Amethyst #A659D2
RGB
CMYK
RGB Variations
Color information
#A659D2 (or 0xA659D2) is known color: Amethyst. HEX triplet: A6, 59 and D2. RGB value is (166,89,210). Sum of RGB (Red+Green+Blue) = 166+89+210=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #A659D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659D2 is #59A62D. Grayscale: #7D7D7D. Windows color (decimal): -5875246 or 13785510. OLE color: 13785510.
HSL color Cylindrical-coordinate representation of color #A659D2: hue angle of 278.18º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A659D2 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 89 | 210 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.18 |
| HSL | 278.18º | 0.57% | 0.59% | - |
| HSV(B) | 278.18º | 0.58% | 0.82% | - |
| XYZ | 30.93 | 19.9 | 63.18 | - |
| YUV | 125.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 210 | 0.21 | 0.58 | 0 | 0.18 | 278.18 | 0.57 | 0.59 |
| Hex | A6 | 59 | D2 | 15 | 3A | 0 | 12 | 116 | 39 | 3B |
| Octal | 246 | 131 | 322 | 25 | 72 | 0 | 22 | 426 | 71 | 73 |
| Binary | 10100110 | 1011001 | 11010010 | 10101 | 111010 | 0 | 10010 | 100010110 | 111001 | 111011 |
Color Harmonies of #A659D2
Complementary color
Monochromatic Colors of #A659D2
Black with #A659D2
Text Example
Text Example
White with #A659D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659D2; }
p { color: rgb(166,89,210); }
H1.HeaderClassName
{
color: #A659D2;
}
.AnyTagClassName
{
color: #A659D2;
}
</style>
background-color css
<style>
a { background-color: #A659D2; }
a { background-color: rgb(166,89,210); }
div.DivClassName
{
background-color: #A659D2;
}
.BgClassName
{
background-color: #A659D2;
}
</style>
border-color css
<style>
span { border-color: #A659D2; }
span { border-color: rgb(166,89,210); }
td.TdClassName
{
border-color: #A659D2;
}
.TagClassName
{
border-color: #A659D2;
}
</style>