Shades of Amethyst #A25FE4
Tints of Amethyst #A25FE4
RGB
CMYK
RGB Variations
Color information
#A25FE4 (or 0xA25FE4) is known color: Amethyst. HEX triplet: A2, 5F and E4. RGB value is (162,95,228). Sum of RGB (Red+Green+Blue) = 162+95+228=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #A25FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FE4 is #5DA01B. Grayscale: #818181. Windows color (decimal): -6135836 or 14966690. OLE color: 14966690.
HSL color Cylindrical-coordinate representation of color #A25FE4: hue angle of 270.23º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25FE4 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 95 | 228 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.11 |
| HSL | 270.23º | 0.71% | 0.63% | - |
| HSV(B) | 270.23º | 0.58% | 0.89% | - |
| XYZ | 33 | 21.47 | 75.8 | - |
| YUV | 130.2 | 183.2 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 228 | 0.29 | 0.58 | 0 | 0.11 | 270.23 | 0.71 | 0.63 |
| Hex | A2 | 5F | E4 | 1D | 3A | 0 | B | 10E | 47 | 3F |
| Octal | 242 | 137 | 344 | 35 | 72 | 0 | 13 | 416 | 107 | 77 |
| Binary | 10100010 | 1011111 | 11100100 | 11101 | 111010 | 0 | 1011 | 100001110 | 1000111 | 111111 |
Color Harmonies of #A25FE4
Complementary color
Monochromatic Colors of #A25FE4
Black with #A25FE4
Text Example
Text Example
White with #A25FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FE4; }
p { color: rgb(162,95,228); }
H1.HeaderClassName
{
color: #A25FE4;
}
.AnyTagClassName
{
color: #A25FE4;
}
</style>
background-color css
<style>
a { background-color: #A25FE4; }
a { background-color: rgb(162,95,228); }
div.DivClassName
{
background-color: #A25FE4;
}
.BgClassName
{
background-color: #A25FE4;
}
</style>
border-color css
<style>
span { border-color: #A25FE4; }
span { border-color: rgb(162,95,228); }
td.TdClassName
{
border-color: #A25FE4;
}
.TagClassName
{
border-color: #A25FE4;
}
</style>