Shades of Amethyst #A251E2
Tints of Amethyst #A251E2
RGB
CMYK
RGB Variations
Color information
#A251E2 (or 0xA251E2) is known color: Amethyst. HEX triplet: A2, 51 and E2. RGB value is (162,81,226). Sum of RGB (Red+Green+Blue) = 162+81+226=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #A251E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251E2 is #5DAE1D. Grayscale: #797979. Windows color (decimal): -6139422 or 14832034. OLE color: 14832034.
HSL color Cylindrical-coordinate representation of color #A251E2: hue angle of 273.52º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A251E2 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 81 | 226 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.11 |
| HSL | 273.52º | 0.71% | 0.6% | - |
| HSV(B) | 273.52º | 0.64% | 0.89% | - |
| XYZ | 31.57 | 19.06 | 73.97 | - |
| YUV | 121.75 | 186.84 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 226 | 0.28 | 0.64 | 0 | 0.11 | 273.52 | 0.71 | 0.6 |
| Hex | A2 | 51 | E2 | 1C | 40 | 0 | B | 112 | 47 | 3C |
| Octal | 242 | 121 | 342 | 34 | 100 | 0 | 13 | 422 | 107 | 74 |
| Binary | 10100010 | 1010001 | 11100010 | 11100 | 1000000 | 0 | 1011 | 100010010 | 1000111 | 111100 |
Color Harmonies of #A251E2
Complementary color
Monochromatic Colors of #A251E2
Black with #A251E2
Text Example
Text Example
White with #A251E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251E2; }
p { color: rgb(162,81,226); }
H1.HeaderClassName
{
color: #A251E2;
}
.AnyTagClassName
{
color: #A251E2;
}
</style>
background-color css
<style>
a { background-color: #A251E2; }
a { background-color: rgb(162,81,226); }
div.DivClassName
{
background-color: #A251E2;
}
.BgClassName
{
background-color: #A251E2;
}
</style>
border-color css
<style>
span { border-color: #A251E2; }
span { border-color: rgb(162,81,226); }
td.TdClassName
{
border-color: #A251E2;
}
.TagClassName
{
border-color: #A251E2;
}
</style>