Shades of Amethyst #A050E0
Tints of Amethyst #A050E0
RGB
CMYK
RGB Variations
Color information
#A050E0 (or 0xA050E0) is known color: Amethyst. HEX triplet: A0, 50 and E0. RGB value is (160,80,224). Sum of RGB (Red+Green+Blue) = 160+80+224=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #A050E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050E0 is #5FAF1F. Grayscale: #777777. Windows color (decimal): -6270752 or 14700704. OLE color: 14700704.
HSL color Cylindrical-coordinate representation of color #A050E0: hue angle of 273.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A050E0 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 80 | 224 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.12 |
| HSL | 273.33º | 0.7% | 0.6% | - |
| HSV(B) | 273.33º | 0.64% | 0.88% | - |
| XYZ | 30.82 | 18.59 | 72.49 | - |
| YUV | 120.34 | 186.5 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 224 | 0.29 | 0.64 | 0 | 0.12 | 273.33 | 0.7 | 0.6 |
| Hex | A0 | 50 | E0 | 1D | 40 | 0 | C | 111 | 46 | 3C |
| Octal | 240 | 120 | 340 | 35 | 100 | 0 | 14 | 421 | 106 | 74 |
| Binary | 10100000 | 1010000 | 11100000 | 11101 | 1000000 | 0 | 1100 | 100010001 | 1000110 | 111100 |
Color Harmonies of #A050E0
Complementary color
Monochromatic Colors of #A050E0
Black with #A050E0
Text Example
Text Example
White with #A050E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050E0; }
p { color: rgb(160,80,224); }
H1.HeaderClassName
{
color: #A050E0;
}
.AnyTagClassName
{
color: #A050E0;
}
</style>
background-color css
<style>
a { background-color: #A050E0; }
a { background-color: rgb(160,80,224); }
div.DivClassName
{
background-color: #A050E0;
}
.BgClassName
{
background-color: #A050E0;
}
</style>
border-color css
<style>
span { border-color: #A050E0; }
span { border-color: rgb(160,80,224); }
td.TdClassName
{
border-color: #A050E0;
}
.TagClassName
{
border-color: #A050E0;
}
</style>