Shades of Amethyst #A458EC
Tints of Amethyst #A458EC
RGB
CMYK
RGB Variations
Color information
#A458EC (or 0xA458EC) is known color: Amethyst. HEX triplet: A4, 58 and EC. RGB value is (164,88,236). Sum of RGB (Red+Green+Blue) = 164+88+236=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 88 (34.77% from 255 or 18.03% 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 #A458EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A458EC is #5BA713. Grayscale: #7F7F7F. Windows color (decimal): -6006548 or 15489188. OLE color: 15489188.
HSL color Cylindrical-coordinate representation of color #A458EC: hue angle of 270.81º degrees, saturation: 0.8, 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 #A458EC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 88 | 236 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.07 |
| HSL | 270.81º | 0.8% | 0.64% | - |
| HSV(B) | 270.81º | 0.63% | 0.93% | - |
| XYZ | 33.94 | 20.93 | 81.61 | - |
| YUV | 127.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 236 | 0.31 | 0.63 | 0 | 0.07 | 270.81 | 0.8 | 0.64 |
| Hex | A4 | 58 | EC | 1F | 3F | 0 | 7 | 10F | 50 | 40 |
| Octal | 244 | 130 | 354 | 37 | 77 | 0 | 7 | 417 | 120 | 100 |
| Binary | 10100100 | 1011000 | 11101100 | 11111 | 111111 | 0 | 111 | 100001111 | 1010000 | 1000000 |
Color Harmonies of #A458EC
Complementary color
Monochromatic Colors of #A458EC
Black with #A458EC
Text Example
Text Example
White with #A458EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458EC; }
p { color: rgb(164,88,236); }
H1.HeaderClassName
{
color: #A458EC;
}
.AnyTagClassName
{
color: #A458EC;
}
</style>
background-color css
<style>
a { background-color: #A458EC; }
a { background-color: rgb(164,88,236); }
div.DivClassName
{
background-color: #A458EC;
}
.BgClassName
{
background-color: #A458EC;
}
</style>
border-color css
<style>
span { border-color: #A458EC; }
span { border-color: rgb(164,88,236); }
td.TdClassName
{
border-color: #A458EC;
}
.TagClassName
{
border-color: #A458EC;
}
</style>