Shades of Amethyst #A656E5
Tints of Amethyst #A656E5
RGB
CMYK
RGB Variations
Color information
#A656E5 (or 0xA656E5) is known color: Amethyst. HEX triplet: A6, 56 and E5. RGB value is (166,86,229). Sum of RGB (Red+Green+Blue) = 166+86+229=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #A656E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656E5 is #59A91A. Grayscale: #7D7D7D. Windows color (decimal): -5875995 or 15029926. OLE color: 15029926.
HSL color Cylindrical-coordinate representation of color #A656E5: hue angle of 273.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A656E5 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 86 | 229 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.10 |
| HSL | 273.57º | 0.73% | 0.62% | - |
| HSV(B) | 273.57º | 0.62% | 0.9% | - |
| XYZ | 33.2 | 20.42 | 76.32 | - |
| YUV | 126.22 | 186 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 229 | 0.28 | 0.62 | 0 | 0.10 | 273.57 | 0.73 | 0.62 |
| Hex | A6 | 56 | E5 | 1C | 3E | 0 | A | 112 | 49 | 3E |
| Octal | 246 | 126 | 345 | 34 | 76 | 0 | 12 | 422 | 111 | 76 |
| Binary | 10100110 | 1010110 | 11100101 | 11100 | 111110 | 0 | 1010 | 100010010 | 1001001 | 111110 |
Color Harmonies of #A656E5
Complementary color
Monochromatic Colors of #A656E5
Black with #A656E5
Text Example
Text Example
White with #A656E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A656E5; }
p { color: rgb(166,86,229); }
H1.HeaderClassName
{
color: #A656E5;
}
.AnyTagClassName
{
color: #A656E5;
}
</style>
background-color css
<style>
a { background-color: #A656E5; }
a { background-color: rgb(166,86,229); }
div.DivClassName
{
background-color: #A656E5;
}
.BgClassName
{
background-color: #A656E5;
}
</style>
border-color css
<style>
span { border-color: #A656E5; }
span { border-color: rgb(166,86,229); }
td.TdClassName
{
border-color: #A656E5;
}
.TagClassName
{
border-color: #A656E5;
}
</style>