Shades of Amethyst #A356ED
Tints of Amethyst #A356ED
RGB
CMYK
RGB Variations
Color information
#A356ED (or 0xA356ED) is known color: Amethyst. HEX triplet: A3, 56 and ED. RGB value is (163,86,237). Sum of RGB (Red+Green+Blue) = 163+86+237=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #A356ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356ED is #5CA912. Grayscale: #7D7D7D. Windows color (decimal): -6072595 or 15554211. OLE color: 15554211.
HSL color Cylindrical-coordinate representation of color #A356ED: hue angle of 270.6º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A356ED is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 86 | 237 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.07 |
| HSL | 270.6º | 0.81% | 0.63% | - |
| HSV(B) | 270.6º | 0.64% | 0.93% | - |
| XYZ | 33.72 | 20.56 | 82.31 | - |
| YUV | 126.24 | 190.51 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 237 | 0.31 | 0.64 | 0 | 0.07 | 270.6 | 0.81 | 0.63 |
| Hex | A3 | 56 | ED | 1F | 40 | 0 | 7 | 10F | 51 | 3F |
| Octal | 243 | 126 | 355 | 37 | 100 | 0 | 7 | 417 | 121 | 77 |
| Binary | 10100011 | 1010110 | 11101101 | 11111 | 1000000 | 0 | 111 | 100001111 | 1010001 | 111111 |
Color Harmonies of #A356ED
Complementary color
Monochromatic Colors of #A356ED
Black with #A356ED
Text Example
Text Example
White with #A356ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A356ED; }
p { color: rgb(163,86,237); }
H1.HeaderClassName
{
color: #A356ED;
}
.AnyTagClassName
{
color: #A356ED;
}
</style>
background-color css
<style>
a { background-color: #A356ED; }
a { background-color: rgb(163,86,237); }
div.DivClassName
{
background-color: #A356ED;
}
.BgClassName
{
background-color: #A356ED;
}
</style>
border-color css
<style>
span { border-color: #A356ED; }
span { border-color: rgb(163,86,237); }
td.TdClassName
{
border-color: #A356ED;
}
.TagClassName
{
border-color: #A356ED;
}
</style>