Shades of Amethyst #A25EE1
Tints of Amethyst #A25EE1
RGB
CMYK
RGB Variations
Color information
#A25EE1 (or 0xA25EE1) is known color: Amethyst. HEX triplet: A2, 5E and E1. RGB value is (162,94,225). Sum of RGB (Red+Green+Blue) = 162+94+225=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #A25EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EE1 is #5DA11E. Grayscale: #808080. Windows color (decimal): -6136095 or 14769826. OLE color: 14769826.
HSL color Cylindrical-coordinate representation of color #A25EE1: hue angle of 271.15º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25EE1 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 94 | 225 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.12 |
| HSL | 271.15º | 0.69% | 0.63% | - |
| HSV(B) | 271.15º | 0.58% | 0.88% | - |
| XYZ | 32.49 | 21.12 | 73.6 | - |
| YUV | 129.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 225 | 0.28 | 0.58 | 0 | 0.12 | 271.15 | 0.69 | 0.63 |
| Hex | A2 | 5E | E1 | 1C | 3A | 0 | C | 10F | 45 | 3F |
| Octal | 242 | 136 | 341 | 34 | 72 | 0 | 14 | 417 | 105 | 77 |
| Binary | 10100010 | 1011110 | 11100001 | 11100 | 111010 | 0 | 1100 | 100001111 | 1000101 | 111111 |
Color Harmonies of #A25EE1
Complementary color
Monochromatic Colors of #A25EE1
Black with #A25EE1
Text Example
Text Example
White with #A25EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EE1; }
p { color: rgb(162,94,225); }
H1.HeaderClassName
{
color: #A25EE1;
}
.AnyTagClassName
{
color: #A25EE1;
}
</style>
background-color css
<style>
a { background-color: #A25EE1; }
a { background-color: rgb(162,94,225); }
div.DivClassName
{
background-color: #A25EE1;
}
.BgClassName
{
background-color: #A25EE1;
}
</style>
border-color css
<style>
span { border-color: #A25EE1; }
span { border-color: rgb(162,94,225); }
td.TdClassName
{
border-color: #A25EE1;
}
.TagClassName
{
border-color: #A25EE1;
}
</style>