Shades of Amethyst #A062E0
Tints of Amethyst #A062E0
RGB
CMYK
RGB Variations
Color information
#A062E0 (or 0xA062E0) is known color: Amethyst. HEX triplet: A0, 62 and E0. RGB value is (160,98,224). Sum of RGB (Red+Green+Blue) = 160+98+224=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #A062E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062E0 is #5F9D1F. Grayscale: #828282. Windows color (decimal): -6266144 or 14705312. OLE color: 14705312.
HSL color Cylindrical-coordinate representation of color #A062E0: hue angle of 269.52º degrees, saturation: 0.67, 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 #A062E0 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 98 | 224 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.12 |
| HSL | 269.52º | 0.67% | 0.63% | - |
| HSV(B) | 269.52º | 0.56% | 0.88% | - |
| XYZ | 32.32 | 21.59 | 72.99 | - |
| YUV | 130.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 224 | 0.29 | 0.56 | 0 | 0.12 | 269.52 | 0.67 | 0.63 |
| Hex | A0 | 62 | E0 | 1D | 38 | 0 | C | 10E | 43 | 3F |
| Octal | 240 | 142 | 340 | 35 | 70 | 0 | 14 | 416 | 103 | 77 |
| Binary | 10100000 | 1100010 | 11100000 | 11101 | 111000 | 0 | 1100 | 100001110 | 1000011 | 111111 |
Color Harmonies of #A062E0
Complementary color
Monochromatic Colors of #A062E0
Black with #A062E0
Text Example
Text Example
White with #A062E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062E0; }
p { color: rgb(160,98,224); }
H1.HeaderClassName
{
color: #A062E0;
}
.AnyTagClassName
{
color: #A062E0;
}
</style>
background-color css
<style>
a { background-color: #A062E0; }
a { background-color: rgb(160,98,224); }
div.DivClassName
{
background-color: #A062E0;
}
.BgClassName
{
background-color: #A062E0;
}
</style>
border-color css
<style>
span { border-color: #A062E0; }
span { border-color: rgb(160,98,224); }
td.TdClassName
{
border-color: #A062E0;
}
.TagClassName
{
border-color: #A062E0;
}
</style>