Shades of Amethyst #A659CF
Tints of Amethyst #A659CF
RGB
CMYK
RGB Variations
Color information
#A659CF (or 0xA659CF) is known color: Amethyst. HEX triplet: A6, 59 and CF. RGB value is (166,89,207). Sum of RGB (Red+Green+Blue) = 166+89+207=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #A659CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659CF is #59A630. Grayscale: #7D7D7D. Windows color (decimal): -5875249 or 13588902. OLE color: 13588902.
HSL color Cylindrical-coordinate representation of color #A659CF: hue angle of 279.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A659CF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 89 | 207 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.19 |
| HSL | 279.15º | 0.55% | 0.58% | - |
| HSV(B) | 279.15º | 0.57% | 0.81% | - |
| XYZ | 30.56 | 19.76 | 61.23 | - |
| YUV | 125.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 207 | 0.20 | 0.57 | 0 | 0.19 | 279.15 | 0.55 | 0.58 |
| Hex | A6 | 59 | CF | 14 | 39 | 0 | 13 | 117 | 37 | 3A |
| Octal | 246 | 131 | 317 | 24 | 71 | 0 | 23 | 427 | 67 | 72 |
| Binary | 10100110 | 1011001 | 11001111 | 10100 | 111001 | 0 | 10011 | 100010111 | 110111 | 111010 |
Color Harmonies of #A659CF
Complementary color
Monochromatic Colors of #A659CF
Black with #A659CF
Text Example
Text Example
White with #A659CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659CF; }
p { color: rgb(166,89,207); }
H1.HeaderClassName
{
color: #A659CF;
}
.AnyTagClassName
{
color: #A659CF;
}
</style>
background-color css
<style>
a { background-color: #A659CF; }
a { background-color: rgb(166,89,207); }
div.DivClassName
{
background-color: #A659CF;
}
.BgClassName
{
background-color: #A659CF;
}
</style>
border-color css
<style>
span { border-color: #A659CF; }
span { border-color: rgb(166,89,207); }
td.TdClassName
{
border-color: #A659CF;
}
.TagClassName
{
border-color: #A659CF;
}
</style>