Shades of Amethyst #A25EE5
Tints of Amethyst #A25EE5
RGB
CMYK
RGB Variations
Color information
#A25EE5 (or 0xA25EE5) is known color: Amethyst. HEX triplet: A2, 5E and E5. RGB value is (162,94,229). Sum of RGB (Red+Green+Blue) = 162+94+229=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #A25EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EE5 is #5DA11A. Grayscale: #818181. Windows color (decimal): -6136091 or 15031970. OLE color: 15031970.
HSL color Cylindrical-coordinate representation of color #A25EE5: hue angle of 270.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25EE5 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 94 | 229 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.10 |
| HSL | 270.22º | 0.72% | 0.63% | - |
| HSV(B) | 270.22º | 0.59% | 0.9% | - |
| XYZ | 33.05 | 21.34 | 76.51 | - |
| YUV | 129.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 229 | 0.29 | 0.59 | 0 | 0.10 | 270.22 | 0.72 | 0.63 |
| Hex | A2 | 5E | E5 | 1D | 3B | 0 | A | 10E | 48 | 3F |
| Octal | 242 | 136 | 345 | 35 | 73 | 0 | 12 | 416 | 110 | 77 |
| Binary | 10100010 | 1011110 | 11100101 | 11101 | 111011 | 0 | 1010 | 100001110 | 1001000 | 111111 |
Color Harmonies of #A25EE5
Complementary color
Monochromatic Colors of #A25EE5
Black with #A25EE5
Text Example
Text Example
White with #A25EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EE5; }
p { color: rgb(162,94,229); }
H1.HeaderClassName
{
color: #A25EE5;
}
.AnyTagClassName
{
color: #A25EE5;
}
</style>
background-color css
<style>
a { background-color: #A25EE5; }
a { background-color: rgb(162,94,229); }
div.DivClassName
{
background-color: #A25EE5;
}
.BgClassName
{
background-color: #A25EE5;
}
</style>
border-color css
<style>
span { border-color: #A25EE5; }
span { border-color: rgb(162,94,229); }
td.TdClassName
{
border-color: #A25EE5;
}
.TagClassName
{
border-color: #A25EE5;
}
</style>