Shades of Amethyst #A353EE
Tints of Amethyst #A353EE
RGB
CMYK
RGB Variations
Color information
#A353EE (or 0xA353EE) is known color: Amethyst. HEX triplet: A3, 53 and EE. RGB value is (163,83,238). Sum of RGB (Red+Green+Blue) = 163+83+238=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #A353EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353EE is #5CAC11. Grayscale: #7C7C7C. Windows color (decimal): -6073362 or 15618979. OLE color: 15618979.
HSL color Cylindrical-coordinate representation of color #A353EE: hue angle of 270.97º degrees, saturation: 0.82, 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 #A353EE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 83 | 238 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.07 |
| HSL | 270.97º | 0.82% | 0.63% | - |
| HSV(B) | 270.97º | 0.65% | 0.93% | - |
| XYZ | 33.63 | 20.15 | 83.01 | - |
| YUV | 124.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 238 | 0.32 | 0.65 | 0 | 0.07 | 270.97 | 0.82 | 0.63 |
| Hex | A3 | 53 | EE | 20 | 41 | 0 | 7 | 10F | 52 | 3F |
| Octal | 243 | 123 | 356 | 40 | 101 | 0 | 7 | 417 | 122 | 77 |
| Binary | 10100011 | 1010011 | 11101110 | 100000 | 1000001 | 0 | 111 | 100001111 | 1010010 | 111111 |
Color Harmonies of #A353EE
Complementary color
Monochromatic Colors of #A353EE
Black with #A353EE
Text Example
Text Example
White with #A353EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353EE; }
p { color: rgb(163,83,238); }
H1.HeaderClassName
{
color: #A353EE;
}
.AnyTagClassName
{
color: #A353EE;
}
</style>
background-color css
<style>
a { background-color: #A353EE; }
a { background-color: rgb(163,83,238); }
div.DivClassName
{
background-color: #A353EE;
}
.BgClassName
{
background-color: #A353EE;
}
</style>
border-color css
<style>
span { border-color: #A353EE; }
span { border-color: rgb(163,83,238); }
td.TdClassName
{
border-color: #A353EE;
}
.TagClassName
{
border-color: #A353EE;
}
</style>