Shades of Amethyst #A353EF
Tints of Amethyst #A353EF
RGB
CMYK
RGB Variations
Color information
#A353EF (or 0xA353EF) is known color: Amethyst. HEX triplet: A3, 53 and EF. RGB value is (163,83,239). Sum of RGB (Red+Green+Blue) = 163+83+239=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #A353EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353EF is #5CAC10. Grayscale: #7C7C7C. Windows color (decimal): -6073361 or 15684515. OLE color: 15684515.
HSL color Cylindrical-coordinate representation of color #A353EF: hue angle of 270.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A353EF is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 83 | 239 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.06 |
| HSL | 270.77º | 0.83% | 0.63% | - |
| HSV(B) | 270.77º | 0.65% | 0.94% | - |
| XYZ | 33.78 | 20.21 | 83.78 | - |
| YUV | 124.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 239 | 0.32 | 0.65 | 0 | 0.06 | 270.77 | 0.83 | 0.63 |
| Hex | A3 | 53 | EF | 20 | 41 | 0 | 6 | 10F | 53 | 3F |
| Octal | 243 | 123 | 357 | 40 | 101 | 0 | 6 | 417 | 123 | 77 |
| Binary | 10100011 | 1010011 | 11101111 | 100000 | 1000001 | 0 | 110 | 100001111 | 1010011 | 111111 |
Color Harmonies of #A353EF
Complementary color
Monochromatic Colors of #A353EF
Black with #A353EF
Text Example
Text Example
White with #A353EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353EF; }
p { color: rgb(163,83,239); }
H1.HeaderClassName
{
color: #A353EF;
}
.AnyTagClassName
{
color: #A353EF;
}
</style>
background-color css
<style>
a { background-color: #A353EF; }
a { background-color: rgb(163,83,239); }
div.DivClassName
{
background-color: #A353EF;
}
.BgClassName
{
background-color: #A353EF;
}
</style>
border-color css
<style>
span { border-color: #A353EF; }
span { border-color: rgb(163,83,239); }
td.TdClassName
{
border-color: #A353EF;
}
.TagClassName
{
border-color: #A353EF;
}
</style>