Shades of Amethyst #A062D1
Tints of Amethyst #A062D1
RGB
CMYK
RGB Variations
Color information
#A062D1 (or 0xA062D1) is known color: Amethyst. HEX triplet: A0, 62 and D1. RGB value is (160,98,209). Sum of RGB (Red+Green+Blue) = 160+98+209=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #A062D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062D1 is #5F9D2E. Grayscale: #808080. Windows color (decimal): -6266159 or 13722272. OLE color: 13722272.
HSL color Cylindrical-coordinate representation of color #A062D1: hue angle of 273.51º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A062D1 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 98 | 209 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.18 |
| HSL | 273.51º | 0.55% | 0.6% | - |
| HSV(B) | 273.51º | 0.53% | 0.82% | - |
| XYZ | 30.37 | 20.81 | 62.74 | - |
| YUV | 129.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 209 | 0.23 | 0.53 | 0 | 0.18 | 273.51 | 0.55 | 0.6 |
| Hex | A0 | 62 | D1 | 17 | 35 | 0 | 12 | 112 | 37 | 3C |
| Octal | 240 | 142 | 321 | 27 | 65 | 0 | 22 | 422 | 67 | 74 |
| Binary | 10100000 | 1100010 | 11010001 | 10111 | 110101 | 0 | 10010 | 100010010 | 110111 | 111100 |
Color Harmonies of #A062D1
Complementary color
Monochromatic Colors of #A062D1
Black with #A062D1
Text Example
Text Example
White with #A062D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062D1; }
p { color: rgb(160,98,209); }
H1.HeaderClassName
{
color: #A062D1;
}
.AnyTagClassName
{
color: #A062D1;
}
</style>
background-color css
<style>
a { background-color: #A062D1; }
a { background-color: rgb(160,98,209); }
div.DivClassName
{
background-color: #A062D1;
}
.BgClassName
{
background-color: #A062D1;
}
</style>
border-color css
<style>
span { border-color: #A062D1; }
span { border-color: rgb(160,98,209); }
td.TdClassName
{
border-color: #A062D1;
}
.TagClassName
{
border-color: #A062D1;
}
</style>