Shades of Amethyst #A657EF
Tints of Amethyst #A657EF
RGB
CMYK
RGB Variations
Color information
#A657EF (or 0xA657EF) is known color: Amethyst. HEX triplet: A6, 57 and EF. RGB value is (166,87,239). Sum of RGB (Red+Green+Blue) = 166+87+239=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #A657EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A657EF is #59A810. Grayscale: #7F7F7F. Windows color (decimal): -5875729 or 15685542. OLE color: 15685542.
HSL color Cylindrical-coordinate representation of color #A657EF: hue angle of 271.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A657EF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 87 | 239 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.06 |
| HSL | 271.18º | 0.83% | 0.64% | - |
| HSV(B) | 271.18º | 0.64% | 0.94% | - |
| XYZ | 34.71 | 21.16 | 83.92 | - |
| YUV | 127.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 239 | 0.31 | 0.64 | 0 | 0.06 | 271.18 | 0.83 | 0.64 |
| Hex | A6 | 57 | EF | 1F | 40 | 0 | 6 | 10F | 53 | 40 |
| Octal | 246 | 127 | 357 | 37 | 100 | 0 | 6 | 417 | 123 | 100 |
| Binary | 10100110 | 1010111 | 11101111 | 11111 | 1000000 | 0 | 110 | 100001111 | 1010011 | 1000000 |
Color Harmonies of #A657EF
Complementary color
Monochromatic Colors of #A657EF
Black with #A657EF
Text Example
Text Example
White with #A657EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657EF; }
p { color: rgb(166,87,239); }
H1.HeaderClassName
{
color: #A657EF;
}
.AnyTagClassName
{
color: #A657EF;
}
</style>
background-color css
<style>
a { background-color: #A657EF; }
a { background-color: rgb(166,87,239); }
div.DivClassName
{
background-color: #A657EF;
}
.BgClassName
{
background-color: #A657EF;
}
</style>
border-color css
<style>
span { border-color: #A657EF; }
span { border-color: rgb(166,87,239); }
td.TdClassName
{
border-color: #A657EF;
}
.TagClassName
{
border-color: #A657EF;
}
</style>