Shades of Amethyst #A657E4
Tints of Amethyst #A657E4
RGB
CMYK
RGB Variations
Color information
#A657E4 (or 0xA657E4) is known color: Amethyst. HEX triplet: A6, 57 and E4. RGB value is (166,87,228). Sum of RGB (Red+Green+Blue) = 166+87+228=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #A657E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657E4 is #59A81B. Grayscale: #7E7E7E. Windows color (decimal): -5875740 or 14964646. OLE color: 14964646.
HSL color Cylindrical-coordinate representation of color #A657E4: hue angle of 273.62º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A657E4 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 87 | 228 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.11 |
| HSL | 273.62º | 0.72% | 0.62% | - |
| HSV(B) | 273.62º | 0.62% | 0.89% | - |
| XYZ | 33.14 | 20.52 | 75.61 | - |
| YUV | 126.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 228 | 0.27 | 0.62 | 0 | 0.11 | 273.62 | 0.72 | 0.62 |
| Hex | A6 | 57 | E4 | 1B | 3E | 0 | B | 112 | 48 | 3E |
| Octal | 246 | 127 | 344 | 33 | 76 | 0 | 13 | 422 | 110 | 76 |
| Binary | 10100110 | 1010111 | 11100100 | 11011 | 111110 | 0 | 1011 | 100010010 | 1001000 | 111110 |
Color Harmonies of #A657E4
Complementary color
Monochromatic Colors of #A657E4
Black with #A657E4
Text Example
Text Example
White with #A657E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657E4; }
p { color: rgb(166,87,228); }
H1.HeaderClassName
{
color: #A657E4;
}
.AnyTagClassName
{
color: #A657E4;
}
</style>
background-color css
<style>
a { background-color: #A657E4; }
a { background-color: rgb(166,87,228); }
div.DivClassName
{
background-color: #A657E4;
}
.BgClassName
{
background-color: #A657E4;
}
</style>
border-color css
<style>
span { border-color: #A657E4; }
span { border-color: rgb(166,87,228); }
td.TdClassName
{
border-color: #A657E4;
}
.TagClassName
{
border-color: #A657E4;
}
</style>