Shades of Amethyst #A254EC
Tints of Amethyst #A254EC
RGB
CMYK
RGB Variations
Color information
#A254EC (or 0xA254EC) is known color: Amethyst. HEX triplet: A2, 54 and EC. RGB value is (162,84,236). Sum of RGB (Red+Green+Blue) = 162+84+236=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A254EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A254EC is #5DAB13. Grayscale: #7C7C7C. Windows color (decimal): -6138644 or 15488162. OLE color: 15488162.
HSL color Cylindrical-coordinate representation of color #A254EC: hue angle of 270.79º 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 #A254EC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 84 | 236 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.07 |
| HSL | 270.79º | 0.8% | 0.63% | - |
| HSV(B) | 270.79º | 0.64% | 0.93% | - |
| XYZ | 33.21 | 20.08 | 81.48 | - |
| YUV | 124.65 | 190.84 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 236 | 0.31 | 0.64 | 0 | 0.07 | 270.79 | 0.8 | 0.63 |
| Hex | A2 | 54 | EC | 1F | 40 | 0 | 7 | 10F | 50 | 3F |
| Octal | 242 | 124 | 354 | 37 | 100 | 0 | 7 | 417 | 120 | 77 |
| Binary | 10100010 | 1010100 | 11101100 | 11111 | 1000000 | 0 | 111 | 100001111 | 1010000 | 111111 |
Color Harmonies of #A254EC
Complementary color
Monochromatic Colors of #A254EC
Black with #A254EC
Text Example
Text Example
White with #A254EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254EC; }
p { color: rgb(162,84,236); }
H1.HeaderClassName
{
color: #A254EC;
}
.AnyTagClassName
{
color: #A254EC;
}
</style>
background-color css
<style>
a { background-color: #A254EC; }
a { background-color: rgb(162,84,236); }
div.DivClassName
{
background-color: #A254EC;
}
.BgClassName
{
background-color: #A254EC;
}
</style>
border-color css
<style>
span { border-color: #A254EC; }
span { border-color: rgb(162,84,236); }
td.TdClassName
{
border-color: #A254EC;
}
.TagClassName
{
border-color: #A254EC;
}
</style>