Shades of Amethyst #A051E9
Tints of Amethyst #A051E9
RGB
CMYK
RGB Variations
Color information
#A051E9 (or 0xA051E9) is known color: Amethyst. HEX triplet: A0, 51 and E9. RGB value is (160,81,233). Sum of RGB (Red+Green+Blue) = 160+81+233=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #A051E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051E9 is #5FAE16. Grayscale: #797979. Windows color (decimal): -6270487 or 15290784. OLE color: 15290784.
HSL color Cylindrical-coordinate representation of color #A051E9: hue angle of 271.18º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A051E9 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 81 | 233 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.09 |
| HSL | 271.18º | 0.78% | 0.62% | - |
| HSV(B) | 271.18º | 0.65% | 0.91% | - |
| XYZ | 32.15 | 19.24 | 79.11 | - |
| YUV | 121.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 233 | 0.31 | 0.65 | 0 | 0.09 | 271.18 | 0.78 | 0.62 |
| Hex | A0 | 51 | E9 | 1F | 41 | 0 | 9 | 10F | 4E | 3E |
| Octal | 240 | 121 | 351 | 37 | 101 | 0 | 11 | 417 | 116 | 76 |
| Binary | 10100000 | 1010001 | 11101001 | 11111 | 1000001 | 0 | 1001 | 100001111 | 1001110 | 111110 |
Color Harmonies of #A051E9
Complementary color
Monochromatic Colors of #A051E9
Black with #A051E9
Text Example
Text Example
White with #A051E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051E9; }
p { color: rgb(160,81,233); }
H1.HeaderClassName
{
color: #A051E9;
}
.AnyTagClassName
{
color: #A051E9;
}
</style>
background-color css
<style>
a { background-color: #A051E9; }
a { background-color: rgb(160,81,233); }
div.DivClassName
{
background-color: #A051E9;
}
.BgClassName
{
background-color: #A051E9;
}
</style>
border-color css
<style>
span { border-color: #A051E9; }
span { border-color: rgb(160,81,233); }
td.TdClassName
{
border-color: #A051E9;
}
.TagClassName
{
border-color: #A051E9;
}
</style>