Shades of Amethyst #A051EF
Tints of Amethyst #A051EF
RGB
CMYK
RGB Variations
Color information
#A051EF (or 0xA051EF) is known color: Amethyst. HEX triplet: A0, 51 and EF. RGB value is (160,81,239). Sum of RGB (Red+Green+Blue) = 160+81+239=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #A051EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051EF is #5FAE10. Grayscale: #7A7A7A. Windows color (decimal): -6270481 or 15684000. OLE color: 15684000.
HSL color Cylindrical-coordinate representation of color #A051EF: hue angle of 270º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A051EF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 81 | 239 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.06 |
| HSL | 270º | 0.83% | 0.63% | - |
| HSV(B) | 270º | 0.66% | 0.94% | - |
| XYZ | 33.02 | 19.59 | 83.7 | - |
| YUV | 122.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 239 | 0.33 | 0.66 | 0 | 0.06 | 270 | 0.83 | 0.63 |
| Hex | A0 | 51 | EF | 21 | 42 | 0 | 6 | 10E | 53 | 3F |
| Octal | 240 | 121 | 357 | 41 | 102 | 0 | 6 | 416 | 123 | 77 |
| Binary | 10100000 | 1010001 | 11101111 | 100001 | 1000010 | 0 | 110 | 100001110 | 1010011 | 111111 |
Color Harmonies of #A051EF
Complementary color
Monochromatic Colors of #A051EF
Black with #A051EF
Text Example
Text Example
White with #A051EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051EF; }
p { color: rgb(160,81,239); }
H1.HeaderClassName
{
color: #A051EF;
}
.AnyTagClassName
{
color: #A051EF;
}
</style>
background-color css
<style>
a { background-color: #A051EF; }
a { background-color: rgb(160,81,239); }
div.DivClassName
{
background-color: #A051EF;
}
.BgClassName
{
background-color: #A051EF;
}
</style>
border-color css
<style>
span { border-color: #A051EF; }
span { border-color: rgb(160,81,239); }
td.TdClassName
{
border-color: #A051EF;
}
.TagClassName
{
border-color: #A051EF;
}
</style>