Shades of Amethyst #A352EC
Tints of Amethyst #A352EC
RGB
CMYK
RGB Variations
Color information
#A352EC (or 0xA352EC) is known color: Amethyst. HEX triplet: A3, 52 and EC. RGB value is (163,82,236). Sum of RGB (Red+Green+Blue) = 163+82+236=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 82 (32.42% from 255 or 17.05% 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 #A352EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352EC is #5CAD13. Grayscale: #7B7B7B. Windows color (decimal): -6073620 or 15487651. OLE color: 15487651.
HSL color Cylindrical-coordinate representation of color #A352EC: hue angle of 271.56º 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 #A352EC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 82 | 236 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.07 |
| HSL | 271.56º | 0.8% | 0.62% | - |
| HSV(B) | 271.56º | 0.65% | 0.93% | - |
| XYZ | 33.26 | 19.88 | 81.44 | - |
| YUV | 123.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 236 | 0.31 | 0.65 | 0 | 0.07 | 271.56 | 0.8 | 0.62 |
| Hex | A3 | 52 | EC | 1F | 41 | 0 | 7 | 110 | 50 | 3E |
| Octal | 243 | 122 | 354 | 37 | 101 | 0 | 7 | 420 | 120 | 76 |
| Binary | 10100011 | 1010010 | 11101100 | 11111 | 1000001 | 0 | 111 | 100010000 | 1010000 | 111110 |
Color Harmonies of #A352EC
Complementary color
Monochromatic Colors of #A352EC
Black with #A352EC
Text Example
Text Example
White with #A352EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352EC; }
p { color: rgb(163,82,236); }
H1.HeaderClassName
{
color: #A352EC;
}
.AnyTagClassName
{
color: #A352EC;
}
</style>
background-color css
<style>
a { background-color: #A352EC; }
a { background-color: rgb(163,82,236); }
div.DivClassName
{
background-color: #A352EC;
}
.BgClassName
{
background-color: #A352EC;
}
</style>
border-color css
<style>
span { border-color: #A352EC; }
span { border-color: rgb(163,82,236); }
td.TdClassName
{
border-color: #A352EC;
}
.TagClassName
{
border-color: #A352EC;
}
</style>