Shades of Amethyst #A25AE8
Tints of Amethyst #A25AE8
RGB
CMYK
RGB Variations
Color information
#A25AE8 (or 0xA25AE8) is known color: Amethyst. HEX triplet: A2, 5A and E8. RGB value is (162,90,232). Sum of RGB (Red+Green+Blue) = 162+90+232=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #A25AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AE8 is #5DA517. Grayscale: #7F7F7F. Windows color (decimal): -6137112 or 15227554. OLE color: 15227554.
HSL color Cylindrical-coordinate representation of color #A25AE8: hue angle of 270.42º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25AE8 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 90 | 232 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.09 |
| HSL | 270.42º | 0.76% | 0.63% | - |
| HSV(B) | 270.42º | 0.61% | 0.91% | - |
| XYZ | 33.12 | 20.82 | 78.62 | - |
| YUV | 127.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 232 | 0.30 | 0.61 | 0 | 0.09 | 270.42 | 0.76 | 0.63 |
| Hex | A2 | 5A | E8 | 1E | 3D | 0 | 9 | 10E | 4C | 3F |
| Octal | 242 | 132 | 350 | 36 | 75 | 0 | 11 | 416 | 114 | 77 |
| Binary | 10100010 | 1011010 | 11101000 | 11110 | 111101 | 0 | 1001 | 100001110 | 1001100 | 111111 |
Color Harmonies of #A25AE8
Complementary color
Monochromatic Colors of #A25AE8
Black with #A25AE8
Text Example
Text Example
White with #A25AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AE8; }
p { color: rgb(162,90,232); }
H1.HeaderClassName
{
color: #A25AE8;
}
.AnyTagClassName
{
color: #A25AE8;
}
</style>
background-color css
<style>
a { background-color: #A25AE8; }
a { background-color: rgb(162,90,232); }
div.DivClassName
{
background-color: #A25AE8;
}
.BgClassName
{
background-color: #A25AE8;
}
</style>
border-color css
<style>
span { border-color: #A25AE8; }
span { border-color: rgb(162,90,232); }
td.TdClassName
{
border-color: #A25AE8;
}
.TagClassName
{
border-color: #A25AE8;
}
</style>