Shades of Amethyst #A062D2
Tints of Amethyst #A062D2
RGB
CMYK
RGB Variations
Color information
#A062D2 (or 0xA062D2) is known color: Amethyst. HEX triplet: A0, 62 and D2. RGB value is (160,98,210). Sum of RGB (Red+Green+Blue) = 160+98+210=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #A062D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062D2 is #5F9D2D. Grayscale: #808080. Windows color (decimal): -6266158 or 13787808. OLE color: 13787808.
HSL color Cylindrical-coordinate representation of color #A062D2: hue angle of 273.21º 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 #A062D2 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 98 | 210 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.18 |
| HSL | 273.21º | 0.55% | 0.6% | - |
| HSV(B) | 273.21º | 0.53% | 0.82% | - |
| XYZ | 30.5 | 20.86 | 63.39 | - |
| YUV | 129.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 210 | 0.24 | 0.53 | 0 | 0.18 | 273.21 | 0.55 | 0.6 |
| Hex | A0 | 62 | D2 | 18 | 35 | 0 | 12 | 111 | 37 | 3C |
| Octal | 240 | 142 | 322 | 30 | 65 | 0 | 22 | 421 | 67 | 74 |
| Binary | 10100000 | 1100010 | 11010010 | 11000 | 110101 | 0 | 10010 | 100010001 | 110111 | 111100 |
Color Harmonies of #A062D2
Complementary color
Monochromatic Colors of #A062D2
Black with #A062D2
Text Example
Text Example
White with #A062D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062D2; }
p { color: rgb(160,98,210); }
H1.HeaderClassName
{
color: #A062D2;
}
.AnyTagClassName
{
color: #A062D2;
}
</style>
background-color css
<style>
a { background-color: #A062D2; }
a { background-color: rgb(160,98,210); }
div.DivClassName
{
background-color: #A062D2;
}
.BgClassName
{
background-color: #A062D2;
}
</style>
border-color css
<style>
span { border-color: #A062D2; }
span { border-color: rgb(160,98,210); }
td.TdClassName
{
border-color: #A062D2;
}
.TagClassName
{
border-color: #A062D2;
}
</style>