Shades of Amethyst #A051E0
Tints of Amethyst #A051E0
RGB
CMYK
RGB Variations
Color information
#A051E0 (or 0xA051E0) is known color: Amethyst. HEX triplet: A0, 51 and E0. RGB value is (160,81,224). Sum of RGB (Red+Green+Blue) = 160+81+224=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #A051E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051E0 is #5FAE1F. Grayscale: #787878. Windows color (decimal): -6270496 or 14700960. OLE color: 14700960.
HSL color Cylindrical-coordinate representation of color #A051E0: hue angle of 273.15º 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 #A051E0 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 81 | 224 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.12 |
| HSL | 273.15º | 0.7% | 0.6% | - |
| HSV(B) | 273.15º | 0.64% | 0.88% | - |
| XYZ | 30.89 | 18.74 | 72.51 | - |
| YUV | 120.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 224 | 0.29 | 0.64 | 0 | 0.12 | 273.15 | 0.7 | 0.6 |
| Hex | A0 | 51 | E0 | 1D | 40 | 0 | C | 111 | 46 | 3C |
| Octal | 240 | 121 | 340 | 35 | 100 | 0 | 14 | 421 | 106 | 74 |
| Binary | 10100000 | 1010001 | 11100000 | 11101 | 1000000 | 0 | 1100 | 100010001 | 1000110 | 111100 |
Color Harmonies of #A051E0
Complementary color
Monochromatic Colors of #A051E0
Black with #A051E0
Text Example
Text Example
White with #A051E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051E0; }
p { color: rgb(160,81,224); }
H1.HeaderClassName
{
color: #A051E0;
}
.AnyTagClassName
{
color: #A051E0;
}
</style>
background-color css
<style>
a { background-color: #A051E0; }
a { background-color: rgb(160,81,224); }
div.DivClassName
{
background-color: #A051E0;
}
.BgClassName
{
background-color: #A051E0;
}
</style>
border-color css
<style>
span { border-color: #A051E0; }
span { border-color: rgb(160,81,224); }
td.TdClassName
{
border-color: #A051E0;
}
.TagClassName
{
border-color: #A051E0;
}
</style>