Shades of Amethyst #A251EC
Tints of Amethyst #A251EC
RGB
CMYK
RGB Variations
Color information
#A251EC (or 0xA251EC) is known color: Amethyst. HEX triplet: A2, 51 and EC. RGB value is (162,81,236). Sum of RGB (Red+Green+Blue) = 162+81+236=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A251EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A251EC is #5DAE13. Grayscale: #7A7A7A. Windows color (decimal): -6139412 or 15487394. OLE color: 15487394.
HSL color Cylindrical-coordinate representation of color #A251EC: hue angle of 271.35º degrees, saturation: 0.8, 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 #A251EC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 81 | 236 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.07 |
| HSL | 271.35º | 0.8% | 0.62% | - |
| HSV(B) | 271.35º | 0.66% | 0.93% | - |
| XYZ | 32.98 | 19.62 | 81.41 | - |
| YUV | 122.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 236 | 0.31 | 0.66 | 0 | 0.07 | 271.35 | 0.8 | 0.62 |
| Hex | A2 | 51 | EC | 1F | 42 | 0 | 7 | 10F | 50 | 3E |
| Octal | 242 | 121 | 354 | 37 | 102 | 0 | 7 | 417 | 120 | 76 |
| Binary | 10100010 | 1010001 | 11101100 | 11111 | 1000010 | 0 | 111 | 100001111 | 1010000 | 111110 |
Color Harmonies of #A251EC
Complementary color
Monochromatic Colors of #A251EC
Black with #A251EC
Text Example
Text Example
White with #A251EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251EC; }
p { color: rgb(162,81,236); }
H1.HeaderClassName
{
color: #A251EC;
}
.AnyTagClassName
{
color: #A251EC;
}
</style>
background-color css
<style>
a { background-color: #A251EC; }
a { background-color: rgb(162,81,236); }
div.DivClassName
{
background-color: #A251EC;
}
.BgClassName
{
background-color: #A251EC;
}
</style>
border-color css
<style>
span { border-color: #A251EC; }
span { border-color: rgb(162,81,236); }
td.TdClassName
{
border-color: #A251EC;
}
.TagClassName
{
border-color: #A251EC;
}
</style>