Shades of Amethyst #A659E5
Tints of Amethyst #A659E5
RGB
CMYK
RGB Variations
Color information
#A659E5 (or 0xA659E5) is known color: Amethyst. HEX triplet: A6, 59 and E5. RGB value is (166,89,229). Sum of RGB (Red+Green+Blue) = 166+89+229=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #A659E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659E5 is #59A61A. Grayscale: #7F7F7F. Windows color (decimal): -5875227 or 15030694. OLE color: 15030694.
HSL color Cylindrical-coordinate representation of color #A659E5: hue angle of 273º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A659E5 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 89 | 229 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.10 |
| HSL | 273º | 0.73% | 0.62% | - |
| HSV(B) | 273º | 0.61% | 0.9% | - |
| XYZ | 33.44 | 20.91 | 76.4 | - |
| YUV | 127.98 | 185.01 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 229 | 0.28 | 0.61 | 0 | 0.10 | 273 | 0.73 | 0.62 |
| Hex | A6 | 59 | E5 | 1C | 3D | 0 | A | 111 | 49 | 3E |
| Octal | 246 | 131 | 345 | 34 | 75 | 0 | 12 | 421 | 111 | 76 |
| Binary | 10100110 | 1011001 | 11100101 | 11100 | 111101 | 0 | 1010 | 100010001 | 1001001 | 111110 |
Color Harmonies of #A659E5
Complementary color
Monochromatic Colors of #A659E5
Black with #A659E5
Text Example
Text Example
White with #A659E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659E5; }
p { color: rgb(166,89,229); }
H1.HeaderClassName
{
color: #A659E5;
}
.AnyTagClassName
{
color: #A659E5;
}
</style>
background-color css
<style>
a { background-color: #A659E5; }
a { background-color: rgb(166,89,229); }
div.DivClassName
{
background-color: #A659E5;
}
.BgClassName
{
background-color: #A659E5;
}
</style>
border-color css
<style>
span { border-color: #A659E5; }
span { border-color: rgb(166,89,229); }
td.TdClassName
{
border-color: #A659E5;
}
.TagClassName
{
border-color: #A659E5;
}
</style>