Shades of Amethyst #A052DF
Tints of Amethyst #A052DF
RGB
CMYK
RGB Variations
Color information
#A052DF (or 0xA052DF) is known color: Amethyst. HEX triplet: A0, 52 and DF. RGB value is (160,82,223). Sum of RGB (Red+Green+Blue) = 160+82+223=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A052DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052DF is #5FAD20. Grayscale: #787878. Windows color (decimal): -6270241 or 14635680. OLE color: 14635680.
HSL color Cylindrical-coordinate representation of color #A052DF: hue angle of 273.19º 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 #A052DF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 82 | 223 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.13 |
| HSL | 273.19º | 0.69% | 0.6% | - |
| HSV(B) | 273.19º | 0.63% | 0.87% | - |
| XYZ | 30.83 | 18.84 | 71.82 | - |
| YUV | 121.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 223 | 0.28 | 0.63 | 0 | 0.13 | 273.19 | 0.69 | 0.6 |
| Hex | A0 | 52 | DF | 1C | 3F | 0 | D | 111 | 45 | 3C |
| Octal | 240 | 122 | 337 | 34 | 77 | 0 | 15 | 421 | 105 | 74 |
| Binary | 10100000 | 1010010 | 11011111 | 11100 | 111111 | 0 | 1101 | 100010001 | 1000101 | 111100 |
Color Harmonies of #A052DF
Complementary color
Monochromatic Colors of #A052DF
Black with #A052DF
Text Example
Text Example
White with #A052DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052DF; }
p { color: rgb(160,82,223); }
H1.HeaderClassName
{
color: #A052DF;
}
.AnyTagClassName
{
color: #A052DF;
}
</style>
background-color css
<style>
a { background-color: #A052DF; }
a { background-color: rgb(160,82,223); }
div.DivClassName
{
background-color: #A052DF;
}
.BgClassName
{
background-color: #A052DF;
}
</style>
border-color css
<style>
span { border-color: #A052DF; }
span { border-color: rgb(160,82,223); }
td.TdClassName
{
border-color: #A052DF;
}
.TagClassName
{
border-color: #A052DF;
}
</style>