Shades of Amethyst #A354ED
Tints of Amethyst #A354ED
RGB
CMYK
RGB Variations
Color information
#A354ED (or 0xA354ED) is known color: Amethyst. HEX triplet: A3, 54 and ED. RGB value is (163,84,237). Sum of RGB (Red+Green+Blue) = 163+84+237=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #A354ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A354ED is #5CAB12. Grayscale: #7C7C7C. Windows color (decimal): -6073107 or 15553699. OLE color: 15553699.
HSL color Cylindrical-coordinate representation of color #A354ED: hue angle of 270.98º 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 #A354ED is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 84 | 237 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.07 |
| HSL | 270.98º | 0.81% | 0.63% | - |
| HSV(B) | 270.98º | 0.65% | 0.93% | - |
| XYZ | 33.56 | 20.24 | 82.26 | - |
| YUV | 125.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 237 | 0.31 | 0.65 | 0 | 0.07 | 270.98 | 0.81 | 0.63 |
| Hex | A3 | 54 | ED | 1F | 41 | 0 | 7 | 10F | 51 | 3F |
| Octal | 243 | 124 | 355 | 37 | 101 | 0 | 7 | 417 | 121 | 77 |
| Binary | 10100011 | 1010100 | 11101101 | 11111 | 1000001 | 0 | 111 | 100001111 | 1010001 | 111111 |
Color Harmonies of #A354ED
Complementary color
Monochromatic Colors of #A354ED
Black with #A354ED
Text Example
Text Example
White with #A354ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A354ED; }
p { color: rgb(163,84,237); }
H1.HeaderClassName
{
color: #A354ED;
}
.AnyTagClassName
{
color: #A354ED;
}
</style>
background-color css
<style>
a { background-color: #A354ED; }
a { background-color: rgb(163,84,237); }
div.DivClassName
{
background-color: #A354ED;
}
.BgClassName
{
background-color: #A354ED;
}
</style>
border-color css
<style>
span { border-color: #A354ED; }
span { border-color: rgb(163,84,237); }
td.TdClassName
{
border-color: #A354ED;
}
.TagClassName
{
border-color: #A354ED;
}
</style>