Shades of Amethyst #A352ED
Tints of Amethyst #A352ED
RGB
CMYK
RGB Variations
Color information
#A352ED (or 0xA352ED) is known color: Amethyst. HEX triplet: A3, 52 and ED. RGB value is (163,82,237). Sum of RGB (Red+Green+Blue) = 163+82+237=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A352ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352ED is #5CAD12. Grayscale: #7B7B7B. Windows color (decimal): -6073619 or 15553187. OLE color: 15553187.
HSL color Cylindrical-coordinate representation of color #A352ED: hue angle of 271.35º degrees, saturation: 0.81, 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 #A352ED is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 82 | 237 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.07 |
| HSL | 271.35º | 0.81% | 0.63% | - |
| HSV(B) | 271.35º | 0.65% | 0.93% | - |
| XYZ | 33.41 | 19.94 | 82.21 | - |
| YUV | 123.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 237 | 0.31 | 0.65 | 0 | 0.07 | 271.35 | 0.81 | 0.63 |
| Hex | A3 | 52 | ED | 1F | 41 | 0 | 7 | 10F | 51 | 3F |
| Octal | 243 | 122 | 355 | 37 | 101 | 0 | 7 | 417 | 121 | 77 |
| Binary | 10100011 | 1010010 | 11101101 | 11111 | 1000001 | 0 | 111 | 100001111 | 1010001 | 111111 |
Color Harmonies of #A352ED
Complementary color
Monochromatic Colors of #A352ED
Black with #A352ED
Text Example
Text Example
White with #A352ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352ED; }
p { color: rgb(163,82,237); }
H1.HeaderClassName
{
color: #A352ED;
}
.AnyTagClassName
{
color: #A352ED;
}
</style>
background-color css
<style>
a { background-color: #A352ED; }
a { background-color: rgb(163,82,237); }
div.DivClassName
{
background-color: #A352ED;
}
.BgClassName
{
background-color: #A352ED;
}
</style>
border-color css
<style>
span { border-color: #A352ED; }
span { border-color: rgb(163,82,237); }
td.TdClassName
{
border-color: #A352ED;
}
.TagClassName
{
border-color: #A352ED;
}
</style>