Shades of Amethyst #A154EC
Tints of Amethyst #A154EC
RGB
CMYK
RGB Variations
Color information
#A154EC (or 0xA154EC) is known color: Amethyst. HEX triplet: A1, 54 and EC. RGB value is (161,84,236). Sum of RGB (Red+Green+Blue) = 161+84+236=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #A154EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154EC is #5EAB13. Grayscale: #7B7B7B. Windows color (decimal): -6204180 or 15488161. OLE color: 15488161.
HSL color Cylindrical-coordinate representation of color #A154EC: hue angle of 270.39º 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 #A154EC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 84 | 236 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 270.39º | 0.8% | 0.63% | - |
| HSV(B) | 270.39º | 0.64% | 0.93% | - |
| XYZ | 33.01 | 19.97 | 81.47 | - |
| YUV | 124.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 236 | 0.32 | 0.64 | 0 | 0.07 | 270.39 | 0.8 | 0.63 |
| Hex | A1 | 54 | EC | 20 | 40 | 0 | 7 | 10E | 50 | 3F |
| Octal | 241 | 124 | 354 | 40 | 100 | 0 | 7 | 416 | 120 | 77 |
| Binary | 10100001 | 1010100 | 11101100 | 100000 | 1000000 | 0 | 111 | 100001110 | 1010000 | 111111 |
Color Harmonies of #A154EC
Complementary color
Monochromatic Colors of #A154EC
Black with #A154EC
Text Example
Text Example
White with #A154EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154EC; }
p { color: rgb(161,84,236); }
H1.HeaderClassName
{
color: #A154EC;
}
.AnyTagClassName
{
color: #A154EC;
}
</style>
background-color css
<style>
a { background-color: #A154EC; }
a { background-color: rgb(161,84,236); }
div.DivClassName
{
background-color: #A154EC;
}
.BgClassName
{
background-color: #A154EC;
}
</style>
border-color css
<style>
span { border-color: #A154EC; }
span { border-color: rgb(161,84,236); }
td.TdClassName
{
border-color: #A154EC;
}
.TagClassName
{
border-color: #A154EC;
}
</style>