Shades of Amethyst #A252EC
Tints of Amethyst #A252EC
RGB
CMYK
RGB Variations
Color information
#A252EC (or 0xA252EC) is known color: Amethyst. HEX triplet: A2, 52 and EC. RGB value is (162,82,236). Sum of RGB (Red+Green+Blue) = 162+82+236=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 82 (32.42% from 255 or 17.08% 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 #A252EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A252EC is #5DAD13. Grayscale: #7A7A7A. Windows color (decimal): -6139156 or 15487650. OLE color: 15487650.
HSL color Cylindrical-coordinate representation of color #A252EC: hue angle of 271.17º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A252EC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 82 | 236 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.07 |
| HSL | 271.17º | 0.8% | 0.62% | - |
| HSV(B) | 271.17º | 0.65% | 0.93% | - |
| XYZ | 33.06 | 19.77 | 81.43 | - |
| YUV | 123.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 236 | 0.31 | 0.65 | 0 | 0.07 | 271.17 | 0.8 | 0.62 |
| Hex | A2 | 52 | EC | 1F | 41 | 0 | 7 | 10F | 50 | 3E |
| Octal | 242 | 122 | 354 | 37 | 101 | 0 | 7 | 417 | 120 | 76 |
| Binary | 10100010 | 1010010 | 11101100 | 11111 | 1000001 | 0 | 111 | 100001111 | 1010000 | 111110 |
Color Harmonies of #A252EC
Complementary color
Monochromatic Colors of #A252EC
Black with #A252EC
Text Example
Text Example
White with #A252EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252EC; }
p { color: rgb(162,82,236); }
H1.HeaderClassName
{
color: #A252EC;
}
.AnyTagClassName
{
color: #A252EC;
}
</style>
background-color css
<style>
a { background-color: #A252EC; }
a { background-color: rgb(162,82,236); }
div.DivClassName
{
background-color: #A252EC;
}
.BgClassName
{
background-color: #A252EC;
}
</style>
border-color css
<style>
span { border-color: #A252EC; }
span { border-color: rgb(162,82,236); }
td.TdClassName
{
border-color: #A252EC;
}
.TagClassName
{
border-color: #A252EC;
}
</style>