Shades of Amethyst #A052E1
Tints of Amethyst #A052E1
RGB
CMYK
RGB Variations
Color information
#A052E1 (or 0xA052E1) is known color: Amethyst. HEX triplet: A0, 52 and E1. RGB value is (160,82,225). Sum of RGB (Red+Green+Blue) = 160+82+225=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #A052E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052E1 is #5FAD1E. Grayscale: #797979. Windows color (decimal): -6270239 or 14766752. OLE color: 14766752.
HSL color Cylindrical-coordinate representation of color #A052E1: hue angle of 272.73º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A052E1 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 82 | 225 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.12 |
| HSL | 272.73º | 0.7% | 0.6% | - |
| HSV(B) | 272.73º | 0.64% | 0.88% | - |
| XYZ | 31.11 | 18.94 | 73.25 | - |
| YUV | 121.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 225 | 0.29 | 0.64 | 0 | 0.12 | 272.73 | 0.7 | 0.6 |
| Hex | A0 | 52 | E1 | 1D | 40 | 0 | C | 111 | 46 | 3C |
| Octal | 240 | 122 | 341 | 35 | 100 | 0 | 14 | 421 | 106 | 74 |
| Binary | 10100000 | 1010010 | 11100001 | 11101 | 1000000 | 0 | 1100 | 100010001 | 1000110 | 111100 |
Color Harmonies of #A052E1
Complementary color
Monochromatic Colors of #A052E1
Black with #A052E1
Text Example
Text Example
White with #A052E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052E1; }
p { color: rgb(160,82,225); }
H1.HeaderClassName
{
color: #A052E1;
}
.AnyTagClassName
{
color: #A052E1;
}
</style>
background-color css
<style>
a { background-color: #A052E1; }
a { background-color: rgb(160,82,225); }
div.DivClassName
{
background-color: #A052E1;
}
.BgClassName
{
background-color: #A052E1;
}
</style>
border-color css
<style>
span { border-color: #A052E1; }
span { border-color: rgb(160,82,225); }
td.TdClassName
{
border-color: #A052E1;
}
.TagClassName
{
border-color: #A052E1;
}
</style>