Shades of Amethyst #A050F0
Tints of Amethyst #A050F0
RGB
CMYK
RGB Variations
Color information
#A050F0 (or 0xA050F0) is known color: Amethyst. HEX triplet: A0, 50 and F0. RGB value is (160,80,240). Sum of RGB (Red+Green+Blue) = 160+80+240=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #A050F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A050F0 is #5FAF0F. Grayscale: #797979. Windows color (decimal): -6270736 or 15749280. OLE color: 15749280.
HSL color Cylindrical-coordinate representation of color #A050F0: hue angle of 270º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A050F0 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 80 | 240 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.06 |
| HSL | 270º | 0.84% | 0.63% | - |
| HSV(B) | 270º | 0.67% | 0.94% | - |
| XYZ | 33.09 | 19.5 | 84.46 | - |
| YUV | 122.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 240 | 0.33 | 0.67 | 0 | 0.06 | 270 | 0.84 | 0.63 |
| Hex | A0 | 50 | F0 | 21 | 43 | 0 | 6 | 10E | 54 | 3F |
| Octal | 240 | 120 | 360 | 41 | 103 | 0 | 6 | 416 | 124 | 77 |
| Binary | 10100000 | 1010000 | 11110000 | 100001 | 1000011 | 0 | 110 | 100001110 | 1010100 | 111111 |
Color Harmonies of #A050F0
Complementary color
Monochromatic Colors of #A050F0
Black with #A050F0
Text Example
Text Example
White with #A050F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050F0; }
p { color: rgb(160,80,240); }
H1.HeaderClassName
{
color: #A050F0;
}
.AnyTagClassName
{
color: #A050F0;
}
</style>
background-color css
<style>
a { background-color: #A050F0; }
a { background-color: rgb(160,80,240); }
div.DivClassName
{
background-color: #A050F0;
}
.BgClassName
{
background-color: #A050F0;
}
</style>
border-color css
<style>
span { border-color: #A050F0; }
span { border-color: rgb(160,80,240); }
td.TdClassName
{
border-color: #A050F0;
}
.TagClassName
{
border-color: #A050F0;
}
</style>