Shades of Amethyst #A353E0
Tints of Amethyst #A353E0
RGB
CMYK
RGB Variations
Color information
#A353E0 (or 0xA353E0) is known color: Amethyst. HEX triplet: A3, 53 and E0. RGB value is (163,83,224). Sum of RGB (Red+Green+Blue) = 163+83+224=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #A353E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353E0 is #5CAC1F. Grayscale: #7A7A7A. Windows color (decimal): -6073376 or 14701475. OLE color: 14701475.
HSL color Cylindrical-coordinate representation of color #A353E0: hue angle of 274.04º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A353E0 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 83 | 224 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.12 |
| HSL | 274.04º | 0.69% | 0.6% | - |
| HSV(B) | 274.04º | 0.63% | 0.88% | - |
| XYZ | 31.65 | 19.35 | 72.59 | - |
| YUV | 122.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 224 | 0.27 | 0.63 | 0 | 0.12 | 274.04 | 0.69 | 0.6 |
| Hex | A3 | 53 | E0 | 1B | 3F | 0 | C | 112 | 45 | 3C |
| Octal | 243 | 123 | 340 | 33 | 77 | 0 | 14 | 422 | 105 | 74 |
| Binary | 10100011 | 1010011 | 11100000 | 11011 | 111111 | 0 | 1100 | 100010010 | 1000101 | 111100 |
Color Harmonies of #A353E0
Complementary color
Monochromatic Colors of #A353E0
Black with #A353E0
Text Example
Text Example
White with #A353E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353E0; }
p { color: rgb(163,83,224); }
H1.HeaderClassName
{
color: #A353E0;
}
.AnyTagClassName
{
color: #A353E0;
}
</style>
background-color css
<style>
a { background-color: #A353E0; }
a { background-color: rgb(163,83,224); }
div.DivClassName
{
background-color: #A353E0;
}
.BgClassName
{
background-color: #A353E0;
}
</style>
border-color css
<style>
span { border-color: #A353E0; }
span { border-color: rgb(163,83,224); }
td.TdClassName
{
border-color: #A353E0;
}
.TagClassName
{
border-color: #A353E0;
}
</style>