Shades of Amethyst #A054EC
Tints of Amethyst #A054EC
RGB
CMYK
RGB Variations
Color information
#A054EC (or 0xA054EC) is known color: Amethyst. HEX triplet: A0, 54 and EC. RGB value is (160,84,236). Sum of RGB (Red+Green+Blue) = 160+84+236=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #A054EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A054EC is #5FAB13. Grayscale: #7B7B7B. Windows color (decimal): -6269716 or 15488160. OLE color: 15488160.
HSL color Cylindrical-coordinate representation of color #A054EC: hue angle of 270º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A054EC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 84 | 236 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 270º | 0.8% | 0.63% | - |
| HSV(B) | 270º | 0.64% | 0.93% | - |
| XYZ | 32.81 | 19.87 | 81.46 | - |
| YUV | 124.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 236 | 0.32 | 0.64 | 0 | 0.07 | 270 | 0.8 | 0.63 |
| Hex | A0 | 54 | EC | 20 | 40 | 0 | 7 | 10E | 50 | 3F |
| Octal | 240 | 124 | 354 | 40 | 100 | 0 | 7 | 416 | 120 | 77 |
| Binary | 10100000 | 1010100 | 11101100 | 100000 | 1000000 | 0 | 111 | 100001110 | 1010000 | 111111 |
Color Harmonies of #A054EC
Complementary color
Monochromatic Colors of #A054EC
Black with #A054EC
Text Example
Text Example
White with #A054EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A054EC; }
p { color: rgb(160,84,236); }
H1.HeaderClassName
{
color: #A054EC;
}
.AnyTagClassName
{
color: #A054EC;
}
</style>
background-color css
<style>
a { background-color: #A054EC; }
a { background-color: rgb(160,84,236); }
div.DivClassName
{
background-color: #A054EC;
}
.BgClassName
{
background-color: #A054EC;
}
</style>
border-color css
<style>
span { border-color: #A054EC; }
span { border-color: rgb(160,84,236); }
td.TdClassName
{
border-color: #A054EC;
}
.TagClassName
{
border-color: #A054EC;
}
</style>