Shades of Amethyst #A757E0
Tints of Amethyst #A757E0
RGB
CMYK
RGB Variations
Color information
#A757E0 (or 0xA757E0) is known color: Amethyst. HEX triplet: A7, 57 and E0. RGB value is (167,87,224). Sum of RGB (Red+Green+Blue) = 167+87+224=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #A757E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757E0 is #58A81F. Grayscale: #7E7E7E. Windows color (decimal): -5810208 or 14702503. OLE color: 14702503.
HSL color Cylindrical-coordinate representation of color #A757E0: hue angle of 275.04º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A757E0 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 87 | 224 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.12 |
| HSL | 275.04º | 0.69% | 0.61% | - |
| HSV(B) | 275.04º | 0.61% | 0.88% | - |
| XYZ | 32.8 | 20.41 | 72.73 | - |
| YUV | 126.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 224 | 0.25 | 0.61 | 0 | 0.12 | 275.04 | 0.69 | 0.61 |
| Hex | A7 | 57 | E0 | 19 | 3D | 0 | C | 113 | 45 | 3D |
| Octal | 247 | 127 | 340 | 31 | 75 | 0 | 14 | 423 | 105 | 75 |
| Binary | 10100111 | 1010111 | 11100000 | 11001 | 111101 | 0 | 1100 | 100010011 | 1000101 | 111101 |
Color Harmonies of #A757E0
Complementary color
Monochromatic Colors of #A757E0
Black with #A757E0
Text Example
Text Example
White with #A757E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A757E0; }
p { color: rgb(167,87,224); }
H1.HeaderClassName
{
color: #A757E0;
}
.AnyTagClassName
{
color: #A757E0;
}
</style>
background-color css
<style>
a { background-color: #A757E0; }
a { background-color: rgb(167,87,224); }
div.DivClassName
{
background-color: #A757E0;
}
.BgClassName
{
background-color: #A757E0;
}
</style>
border-color css
<style>
span { border-color: #A757E0; }
span { border-color: rgb(167,87,224); }
td.TdClassName
{
border-color: #A757E0;
}
.TagClassName
{
border-color: #A757E0;
}
</style>