Shades of Amethyst #A051E8
Tints of Amethyst #A051E8
RGB
CMYK
RGB Variations
Color information
#A051E8 (or 0xA051E8) is known color: Amethyst. HEX triplet: A0, 51 and E8. RGB value is (160,81,232). Sum of RGB (Red+Green+Blue) = 160+81+232=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #A051E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051E8 is #5FAE17. Grayscale: #797979. Windows color (decimal): -6270488 or 15225248. OLE color: 15225248.
HSL color Cylindrical-coordinate representation of color #A051E8: hue angle of 271.39º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A051E8 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 81 | 232 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.09 |
| HSL | 271.39º | 0.77% | 0.61% | - |
| HSV(B) | 271.39º | 0.65% | 0.91% | - |
| XYZ | 32.01 | 19.18 | 78.36 | - |
| YUV | 121.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 232 | 0.31 | 0.65 | 0 | 0.09 | 271.39 | 0.77 | 0.61 |
| Hex | A0 | 51 | E8 | 1F | 41 | 0 | 9 | 10F | 4D | 3D |
| Octal | 240 | 121 | 350 | 37 | 101 | 0 | 11 | 417 | 115 | 75 |
| Binary | 10100000 | 1010001 | 11101000 | 11111 | 1000001 | 0 | 1001 | 100001111 | 1001101 | 111101 |
Color Harmonies of #A051E8
Complementary color
Monochromatic Colors of #A051E8
Black with #A051E8
Text Example
Text Example
White with #A051E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051E8; }
p { color: rgb(160,81,232); }
H1.HeaderClassName
{
color: #A051E8;
}
.AnyTagClassName
{
color: #A051E8;
}
</style>
background-color css
<style>
a { background-color: #A051E8; }
a { background-color: rgb(160,81,232); }
div.DivClassName
{
background-color: #A051E8;
}
.BgClassName
{
background-color: #A051E8;
}
</style>
border-color css
<style>
span { border-color: #A051E8; }
span { border-color: rgb(160,81,232); }
td.TdClassName
{
border-color: #A051E8;
}
.TagClassName
{
border-color: #A051E8;
}
</style>