Shades of Amethyst #A557EC
Tints of Amethyst #A557EC
RGB
CMYK
RGB Variations
Color information
#A557EC (or 0xA557EC) is known color: Amethyst. HEX triplet: A5, 57 and EC. RGB value is (165,87,236). Sum of RGB (Red+Green+Blue) = 165+87+236=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #A557EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557EC is #5AA813. Grayscale: #7E7E7E. Windows color (decimal): -5941268 or 15488933. OLE color: 15488933.
HSL color Cylindrical-coordinate representation of color #A557EC: hue angle of 271.41º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A557EC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 87 | 236 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.07 |
| HSL | 271.41º | 0.8% | 0.63% | - |
| HSV(B) | 271.41º | 0.63% | 0.93% | - |
| XYZ | 34.07 | 20.87 | 81.59 | - |
| YUV | 127.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 236 | 0.30 | 0.63 | 0 | 0.07 | 271.41 | 0.8 | 0.63 |
| Hex | A5 | 57 | EC | 1E | 3F | 0 | 7 | 10F | 50 | 3F |
| Octal | 245 | 127 | 354 | 36 | 77 | 0 | 7 | 417 | 120 | 77 |
| Binary | 10100101 | 1010111 | 11101100 | 11110 | 111111 | 0 | 111 | 100001111 | 1010000 | 111111 |
Color Harmonies of #A557EC
Complementary color
Monochromatic Colors of #A557EC
Black with #A557EC
Text Example
Text Example
White with #A557EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557EC; }
p { color: rgb(165,87,236); }
H1.HeaderClassName
{
color: #A557EC;
}
.AnyTagClassName
{
color: #A557EC;
}
</style>
background-color css
<style>
a { background-color: #A557EC; }
a { background-color: rgb(165,87,236); }
div.DivClassName
{
background-color: #A557EC;
}
.BgClassName
{
background-color: #A557EC;
}
</style>
border-color css
<style>
span { border-color: #A557EC; }
span { border-color: rgb(165,87,236); }
td.TdClassName
{
border-color: #A557EC;
}
.TagClassName
{
border-color: #A557EC;
}
</style>