Shades of Amethyst #A053DF
Tints of Amethyst #A053DF
RGB
CMYK
RGB Variations
Color information
#A053DF (or 0xA053DF) is known color: Amethyst. HEX triplet: A0, 53 and DF. RGB value is (160,83,223). Sum of RGB (Red+Green+Blue) = 160+83+223=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #A053DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053DF is #5FAC20. Grayscale: #797979. Windows color (decimal): -6269985 or 14635936. OLE color: 14635936.
HSL color Cylindrical-coordinate representation of color #A053DF: hue angle of 273º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A053DF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 83 | 223 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.13 |
| HSL | 273º | 0.69% | 0.6% | - |
| HSV(B) | 273º | 0.63% | 0.87% | - |
| XYZ | 30.91 | 18.99 | 71.85 | - |
| YUV | 121.98 | 185.01 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 223 | 0.28 | 0.63 | 0 | 0.13 | 273 | 0.69 | 0.6 |
| Hex | A0 | 53 | DF | 1C | 3F | 0 | D | 111 | 45 | 3C |
| Octal | 240 | 123 | 337 | 34 | 77 | 0 | 15 | 421 | 105 | 74 |
| Binary | 10100000 | 1010011 | 11011111 | 11100 | 111111 | 0 | 1101 | 100010001 | 1000101 | 111100 |
Color Harmonies of #A053DF
Complementary color
Monochromatic Colors of #A053DF
Black with #A053DF
Text Example
Text Example
White with #A053DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A053DF; }
p { color: rgb(160,83,223); }
H1.HeaderClassName
{
color: #A053DF;
}
.AnyTagClassName
{
color: #A053DF;
}
</style>
background-color css
<style>
a { background-color: #A053DF; }
a { background-color: rgb(160,83,223); }
div.DivClassName
{
background-color: #A053DF;
}
.BgClassName
{
background-color: #A053DF;
}
</style>
border-color css
<style>
span { border-color: #A053DF; }
span { border-color: rgb(160,83,223); }
td.TdClassName
{
border-color: #A053DF;
}
.TagClassName
{
border-color: #A053DF;
}
</style>