Shades of Amethyst #A657D7
Tints of Amethyst #A657D7
RGB
CMYK
RGB Variations
Color information
#A657D7 (or 0xA657D7) is known color: Amethyst. HEX triplet: A6, 57 and D7. RGB value is (166,87,215). Sum of RGB (Red+Green+Blue) = 166+87+215=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #A657D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657D7 is #59A828. Grayscale: #7C7C7C. Windows color (decimal): -5875753 or 14112678. OLE color: 14112678.
HSL color Cylindrical-coordinate representation of color #A657D7: hue angle of 277.03º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A657D7 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 87 | 215 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.16 |
| HSL | 277.03º | 0.62% | 0.59% | - |
| HSV(B) | 277.03º | 0.6% | 0.84% | - |
| XYZ | 31.4 | 19.83 | 66.46 | - |
| YUV | 125.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 215 | 0.23 | 0.60 | 0 | 0.16 | 277.03 | 0.62 | 0.59 |
| Hex | A6 | 57 | D7 | 17 | 3C | 0 | 10 | 115 | 3E | 3B |
| Octal | 246 | 127 | 327 | 27 | 74 | 0 | 20 | 425 | 76 | 73 |
| Binary | 10100110 | 1010111 | 11010111 | 10111 | 111100 | 0 | 10000 | 100010101 | 111110 | 111011 |
Color Harmonies of #A657D7
Complementary color
Monochromatic Colors of #A657D7
Black with #A657D7
Text Example
Text Example
White with #A657D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A657D7; }
p { color: rgb(166,87,215); }
H1.HeaderClassName
{
color: #A657D7;
}
.AnyTagClassName
{
color: #A657D7;
}
</style>
background-color css
<style>
a { background-color: #A657D7; }
a { background-color: rgb(166,87,215); }
div.DivClassName
{
background-color: #A657D7;
}
.BgClassName
{
background-color: #A657D7;
}
</style>
border-color css
<style>
span { border-color: #A657D7; }
span { border-color: rgb(166,87,215); }
td.TdClassName
{
border-color: #A657D7;
}
.TagClassName
{
border-color: #A657D7;
}
</style>