Shades of Amethyst #A25BE5
Tints of Amethyst #A25BE5
RGB
CMYK
RGB Variations
Color information
#A25BE5 (or 0xA25BE5) is known color: Amethyst. HEX triplet: A2, 5B and E5. RGB value is (162,91,229). Sum of RGB (Red+Green+Blue) = 162+91+229=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #A25BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BE5 is #5DA41A. Grayscale: #7F7F7F. Windows color (decimal): -6136859 or 15031202. OLE color: 15031202.
HSL color Cylindrical-coordinate representation of color #A25BE5: hue angle of 270.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25BE5 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 91 | 229 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.10 |
| HSL | 270.87º | 0.73% | 0.63% | - |
| HSV(B) | 270.87º | 0.6% | 0.9% | - |
| XYZ | 32.78 | 20.82 | 76.42 | - |
| YUV | 127.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 229 | 0.29 | 0.60 | 0 | 0.10 | 270.87 | 0.73 | 0.63 |
| Hex | A2 | 5B | E5 | 1D | 3C | 0 | A | 10F | 49 | 3F |
| Octal | 242 | 133 | 345 | 35 | 74 | 0 | 12 | 417 | 111 | 77 |
| Binary | 10100010 | 1011011 | 11100101 | 11101 | 111100 | 0 | 1010 | 100001111 | 1001001 | 111111 |
Color Harmonies of #A25BE5
Complementary color
Monochromatic Colors of #A25BE5
Black with #A25BE5
Text Example
Text Example
White with #A25BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BE5; }
p { color: rgb(162,91,229); }
H1.HeaderClassName
{
color: #A25BE5;
}
.AnyTagClassName
{
color: #A25BE5;
}
</style>
background-color css
<style>
a { background-color: #A25BE5; }
a { background-color: rgb(162,91,229); }
div.DivClassName
{
background-color: #A25BE5;
}
.BgClassName
{
background-color: #A25BE5;
}
</style>
border-color css
<style>
span { border-color: #A25BE5; }
span { border-color: rgb(162,91,229); }
td.TdClassName
{
border-color: #A25BE5;
}
.TagClassName
{
border-color: #A25BE5;
}
</style>