Shades of Amethyst #A353DA
Tints of Amethyst #A353DA
RGB
CMYK
RGB Variations
Color information
#A353DA (or 0xA353DA) is known color: Amethyst. HEX triplet: A3, 53 and DA. RGB value is (163,83,218). Sum of RGB (Red+Green+Blue) = 163+83+218=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #A353DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353DA is #5CAC25. Grayscale: #797979. Windows color (decimal): -6073382 or 14308259. OLE color: 14308259.
HSL color Cylindrical-coordinate representation of color #A353DA: hue angle of 275.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A353DA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 83 | 218 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.15 |
| HSL | 275.56º | 0.65% | 0.59% | - |
| HSV(B) | 275.56º | 0.62% | 0.85% | - |
| XYZ | 30.85 | 19.04 | 68.38 | - |
| YUV | 122.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 218 | 0.25 | 0.62 | 0 | 0.15 | 275.56 | 0.65 | 0.59 |
| Hex | A3 | 53 | DA | 19 | 3E | 0 | F | 114 | 41 | 3B |
| Octal | 243 | 123 | 332 | 31 | 76 | 0 | 17 | 424 | 101 | 73 |
| Binary | 10100011 | 1010011 | 11011010 | 11001 | 111110 | 0 | 1111 | 100010100 | 1000001 | 111011 |
Color Harmonies of #A353DA
Complementary color
Monochromatic Colors of #A353DA
Black with #A353DA
Text Example
Text Example
White with #A353DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353DA; }
p { color: rgb(163,83,218); }
H1.HeaderClassName
{
color: #A353DA;
}
.AnyTagClassName
{
color: #A353DA;
}
</style>
background-color css
<style>
a { background-color: #A353DA; }
a { background-color: rgb(163,83,218); }
div.DivClassName
{
background-color: #A353DA;
}
.BgClassName
{
background-color: #A353DA;
}
</style>
border-color css
<style>
span { border-color: #A353DA; }
span { border-color: rgb(163,83,218); }
td.TdClassName
{
border-color: #A353DA;
}
.TagClassName
{
border-color: #A353DA;
}
</style>