Shades of Amethyst #A051ED
Tints of Amethyst #A051ED
RGB
CMYK
RGB Variations
Color information
#A051ED (or 0xA051ED) is known color: Amethyst. HEX triplet: A0, 51 and ED. RGB value is (160,81,237). Sum of RGB (Red+Green+Blue) = 160+81+237=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A051ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051ED is #5FAE12. Grayscale: #797979. Windows color (decimal): -6270483 or 15552928. OLE color: 15552928.
HSL color Cylindrical-coordinate representation of color #A051ED: hue angle of 270.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A051ED is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 81 | 237 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.07 |
| HSL | 270.38º | 0.81% | 0.62% | - |
| HSV(B) | 270.38º | 0.66% | 0.93% | - |
| XYZ | 32.73 | 19.47 | 82.15 | - |
| YUV | 122.41 | 192.67 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 237 | 0.32 | 0.66 | 0 | 0.07 | 270.38 | 0.81 | 0.62 |
| Hex | A0 | 51 | ED | 20 | 42 | 0 | 7 | 10E | 51 | 3E |
| Octal | 240 | 121 | 355 | 40 | 102 | 0 | 7 | 416 | 121 | 76 |
| Binary | 10100000 | 1010001 | 11101101 | 100000 | 1000010 | 0 | 111 | 100001110 | 1010001 | 111110 |
Color Harmonies of #A051ED
Complementary color
Monochromatic Colors of #A051ED
Black with #A051ED
Text Example
Text Example
White with #A051ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051ED; }
p { color: rgb(160,81,237); }
H1.HeaderClassName
{
color: #A051ED;
}
.AnyTagClassName
{
color: #A051ED;
}
</style>
background-color css
<style>
a { background-color: #A051ED; }
a { background-color: rgb(160,81,237); }
div.DivClassName
{
background-color: #A051ED;
}
.BgClassName
{
background-color: #A051ED;
}
</style>
border-color css
<style>
span { border-color: #A051ED; }
span { border-color: rgb(160,81,237); }
td.TdClassName
{
border-color: #A051ED;
}
.TagClassName
{
border-color: #A051ED;
}
</style>