Shades of Amethyst #A062E1
Tints of Amethyst #A062E1
RGB
CMYK
RGB Variations
Color information
#A062E1 (or 0xA062E1) is known color: Amethyst. HEX triplet: A0, 62 and E1. RGB value is (160,98,225). Sum of RGB (Red+Green+Blue) = 160+98+225=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #A062E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062E1 is #5F9D1E. Grayscale: #828282. Windows color (decimal): -6266143 or 14770848. OLE color: 14770848.
HSL color Cylindrical-coordinate representation of color #A062E1: hue angle of 269.29º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A062E1 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 98 | 225 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.12 |
| HSL | 269.29º | 0.68% | 0.63% | - |
| HSV(B) | 269.29º | 0.56% | 0.88% | - |
| XYZ | 32.46 | 21.65 | 73.7 | - |
| YUV | 131.02 | 181.04 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 225 | 0.29 | 0.56 | 0 | 0.12 | 269.29 | 0.68 | 0.63 |
| Hex | A0 | 62 | E1 | 1D | 38 | 0 | C | 10D | 44 | 3F |
| Octal | 240 | 142 | 341 | 35 | 70 | 0 | 14 | 415 | 104 | 77 |
| Binary | 10100000 | 1100010 | 11100001 | 11101 | 111000 | 0 | 1100 | 100001101 | 1000100 | 111111 |
Color Harmonies of #A062E1
Complementary color
Monochromatic Colors of #A062E1
Black with #A062E1
Text Example
Text Example
White with #A062E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062E1; }
p { color: rgb(160,98,225); }
H1.HeaderClassName
{
color: #A062E1;
}
.AnyTagClassName
{
color: #A062E1;
}
</style>
background-color css
<style>
a { background-color: #A062E1; }
a { background-color: rgb(160,98,225); }
div.DivClassName
{
background-color: #A062E1;
}
.BgClassName
{
background-color: #A062E1;
}
</style>
border-color css
<style>
span { border-color: #A062E1; }
span { border-color: rgb(160,98,225); }
td.TdClassName
{
border-color: #A062E1;
}
.TagClassName
{
border-color: #A062E1;
}
</style>