Shades of Amethyst #A152EC
Tints of Amethyst #A152EC
RGB
CMYK
RGB Variations
Color information
#A152EC (or 0xA152EC) is known color: Amethyst. HEX triplet: A1, 52 and EC. RGB value is (161,82,236). Sum of RGB (Red+Green+Blue) = 161+82+236=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A152EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152EC is #5EAD13. Grayscale: #7A7A7A. Windows color (decimal): -6204692 or 15487649. OLE color: 15487649.
HSL color Cylindrical-coordinate representation of color #A152EC: hue angle of 270.78º 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 #A152EC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 82 | 236 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.07 |
| HSL | 270.78º | 0.8% | 0.62% | - |
| HSV(B) | 270.78º | 0.65% | 0.93% | - |
| XYZ | 32.86 | 19.67 | 81.42 | - |
| YUV | 123.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 236 | 0.32 | 0.65 | 0 | 0.07 | 270.78 | 0.8 | 0.62 |
| Hex | A1 | 52 | EC | 20 | 41 | 0 | 7 | 10F | 50 | 3E |
| Octal | 241 | 122 | 354 | 40 | 101 | 0 | 7 | 417 | 120 | 76 |
| Binary | 10100001 | 1010010 | 11101100 | 100000 | 1000001 | 0 | 111 | 100001111 | 1010000 | 111110 |
Color Harmonies of #A152EC
Complementary color
Monochromatic Colors of #A152EC
Black with #A152EC
Text Example
Text Example
White with #A152EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152EC; }
p { color: rgb(161,82,236); }
H1.HeaderClassName
{
color: #A152EC;
}
.AnyTagClassName
{
color: #A152EC;
}
</style>
background-color css
<style>
a { background-color: #A152EC; }
a { background-color: rgb(161,82,236); }
div.DivClassName
{
background-color: #A152EC;
}
.BgClassName
{
background-color: #A152EC;
}
</style>
border-color css
<style>
span { border-color: #A152EC; }
span { border-color: rgb(161,82,236); }
td.TdClassName
{
border-color: #A152EC;
}
.TagClassName
{
border-color: #A152EC;
}
</style>