Shades of Amethyst #A050EA
Tints of Amethyst #A050EA
RGB
CMYK
RGB Variations
Color information
#A050EA (or 0xA050EA) is known color: Amethyst. HEX triplet: A0, 50 and EA. RGB value is (160,80,234). Sum of RGB (Red+Green+Blue) = 160+80+234=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #A050EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A050EA is #5FAF15. Grayscale: #787878. Windows color (decimal): -6270742 or 15356064. OLE color: 15356064.
HSL color Cylindrical-coordinate representation of color #A050EA: hue angle of 271.17º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A050EA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 80 | 234 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.08 |
| HSL | 271.17º | 0.79% | 0.62% | - |
| HSV(B) | 271.17º | 0.66% | 0.92% | - |
| XYZ | 32.22 | 19.15 | 79.84 | - |
| YUV | 121.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 234 | 0.32 | 0.66 | 0 | 0.08 | 271.17 | 0.79 | 0.62 |
| Hex | A0 | 50 | EA | 20 | 42 | 0 | 8 | 10F | 4F | 3E |
| Octal | 240 | 120 | 352 | 40 | 102 | 0 | 10 | 417 | 117 | 76 |
| Binary | 10100000 | 1010000 | 11101010 | 100000 | 1000010 | 0 | 1000 | 100001111 | 1001111 | 111110 |
Color Harmonies of #A050EA
Complementary color
Monochromatic Colors of #A050EA
Black with #A050EA
Text Example
Text Example
White with #A050EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050EA; }
p { color: rgb(160,80,234); }
H1.HeaderClassName
{
color: #A050EA;
}
.AnyTagClassName
{
color: #A050EA;
}
</style>
background-color css
<style>
a { background-color: #A050EA; }
a { background-color: rgb(160,80,234); }
div.DivClassName
{
background-color: #A050EA;
}
.BgClassName
{
background-color: #A050EA;
}
</style>
border-color css
<style>
span { border-color: #A050EA; }
span { border-color: rgb(160,80,234); }
td.TdClassName
{
border-color: #A050EA;
}
.TagClassName
{
border-color: #A050EA;
}
</style>