Shades of Amethyst #A757ED
Tints of Amethyst #A757ED
RGB
CMYK
RGB Variations
Color information
#A757ED (or 0xA757ED) is known color: Amethyst. HEX triplet: A7, 57 and ED. RGB value is (167,87,237). Sum of RGB (Red+Green+Blue) = 167+87+237=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #A757ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A757ED is #58A812. Grayscale: #7F7F7F. Windows color (decimal): -5810195 or 15554471. OLE color: 15554471.
HSL color Cylindrical-coordinate representation of color #A757ED: hue angle of 272º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A757ED is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 87 | 237 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.07 |
| HSL | 272º | 0.81% | 0.64% | - |
| HSV(B) | 272º | 0.63% | 0.93% | - |
| XYZ | 34.63 | 21.15 | 82.38 | - |
| YUV | 128.02 | 189.5 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 237 | 0.30 | 0.63 | 0 | 0.07 | 272 | 0.81 | 0.64 |
| Hex | A7 | 57 | ED | 1E | 3F | 0 | 7 | 110 | 51 | 40 |
| Octal | 247 | 127 | 355 | 36 | 77 | 0 | 7 | 420 | 121 | 100 |
| Binary | 10100111 | 1010111 | 11101101 | 11110 | 111111 | 0 | 111 | 100010000 | 1010001 | 1000000 |
Color Harmonies of #A757ED
Complementary color
Monochromatic Colors of #A757ED
Black with #A757ED
Text Example
Text Example
White with #A757ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A757ED; }
p { color: rgb(167,87,237); }
H1.HeaderClassName
{
color: #A757ED;
}
.AnyTagClassName
{
color: #A757ED;
}
</style>
background-color css
<style>
a { background-color: #A757ED; }
a { background-color: rgb(167,87,237); }
div.DivClassName
{
background-color: #A757ED;
}
.BgClassName
{
background-color: #A757ED;
}
</style>
border-color css
<style>
span { border-color: #A757ED; }
span { border-color: rgb(167,87,237); }
td.TdClassName
{
border-color: #A757ED;
}
.TagClassName
{
border-color: #A757ED;
}
</style>