Shades of Amethyst #A051E4
Tints of Amethyst #A051E4
RGB
CMYK
RGB Variations
Color information
#A051E4 (or 0xA051E4) is known color: Amethyst. HEX triplet: A0, 51 and E4. RGB value is (160,81,228). Sum of RGB (Red+Green+Blue) = 160+81+228=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #A051E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051E4 is #5FAE1B. Grayscale: #787878. Windows color (decimal): -6270492 or 14963104. OLE color: 14963104.
HSL color Cylindrical-coordinate representation of color #A051E4: hue angle of 272.24º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A051E4 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 81 | 228 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.11 |
| HSL | 272.24º | 0.73% | 0.61% | - |
| HSV(B) | 272.24º | 0.64% | 0.89% | - |
| XYZ | 31.44 | 18.96 | 75.4 | - |
| YUV | 121.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 228 | 0.30 | 0.64 | 0 | 0.11 | 272.24 | 0.73 | 0.61 |
| Hex | A0 | 51 | E4 | 1E | 40 | 0 | B | 110 | 49 | 3D |
| Octal | 240 | 121 | 344 | 36 | 100 | 0 | 13 | 420 | 111 | 75 |
| Binary | 10100000 | 1010001 | 11100100 | 11110 | 1000000 | 0 | 1011 | 100010000 | 1001001 | 111101 |
Color Harmonies of #A051E4
Complementary color
Monochromatic Colors of #A051E4
Black with #A051E4
Text Example
Text Example
White with #A051E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051E4; }
p { color: rgb(160,81,228); }
H1.HeaderClassName
{
color: #A051E4;
}
.AnyTagClassName
{
color: #A051E4;
}
</style>
background-color css
<style>
a { background-color: #A051E4; }
a { background-color: rgb(160,81,228); }
div.DivClassName
{
background-color: #A051E4;
}
.BgClassName
{
background-color: #A051E4;
}
</style>
border-color css
<style>
span { border-color: #A051E4; }
span { border-color: rgb(160,81,228); }
td.TdClassName
{
border-color: #A051E4;
}
.TagClassName
{
border-color: #A051E4;
}
</style>