Shades of Amethyst #A253EC
Tints of Amethyst #A253EC
RGB
CMYK
RGB Variations
Color information
#A253EC (or 0xA253EC) is known color: Amethyst. HEX triplet: A2, 53 and EC. RGB value is (162,83,236). Sum of RGB (Red+Green+Blue) = 162+83+236=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 83 (32.81% from 255 or 17.26% 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 #A253EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253EC is #5DAC13. Grayscale: #7B7B7B. Windows color (decimal): -6138900 or 15487906. OLE color: 15487906.
HSL color Cylindrical-coordinate representation of color #A253EC: hue angle of 270.98º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A253EC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 83 | 236 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.07 |
| HSL | 270.98º | 0.8% | 0.63% | - |
| HSV(B) | 270.98º | 0.65% | 0.93% | - |
| XYZ | 33.13 | 19.92 | 81.46 | - |
| YUV | 124.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 236 | 0.31 | 0.65 | 0 | 0.07 | 270.98 | 0.8 | 0.63 |
| Hex | A2 | 53 | EC | 1F | 41 | 0 | 7 | 10F | 50 | 3F |
| Octal | 242 | 123 | 354 | 37 | 101 | 0 | 7 | 417 | 120 | 77 |
| Binary | 10100010 | 1010011 | 11101100 | 11111 | 1000001 | 0 | 111 | 100001111 | 1010000 | 111111 |
Color Harmonies of #A253EC
Complementary color
Monochromatic Colors of #A253EC
Black with #A253EC
Text Example
Text Example
White with #A253EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253EC; }
p { color: rgb(162,83,236); }
H1.HeaderClassName
{
color: #A253EC;
}
.AnyTagClassName
{
color: #A253EC;
}
</style>
background-color css
<style>
a { background-color: #A253EC; }
a { background-color: rgb(162,83,236); }
div.DivClassName
{
background-color: #A253EC;
}
.BgClassName
{
background-color: #A253EC;
}
</style>
border-color css
<style>
span { border-color: #A253EC; }
span { border-color: rgb(162,83,236); }
td.TdClassName
{
border-color: #A253EC;
}
.TagClassName
{
border-color: #A253EC;
}
</style>