Shades of Amethyst #A25FE3
Tints of Amethyst #A25FE3
RGB
CMYK
RGB Variations
Color information
#A25FE3 (or 0xA25FE3) is known color: Amethyst. HEX triplet: A2, 5F and E3. RGB value is (162,95,227). Sum of RGB (Red+Green+Blue) = 162+95+227=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #A25FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FE3 is #5DA01C. Grayscale: #818181. Windows color (decimal): -6135837 or 14901154. OLE color: 14901154.
HSL color Cylindrical-coordinate representation of color #A25FE3: hue angle of 270.45º degrees, saturation: 0.7, 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 #A25FE3 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 95 | 227 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.11 |
| HSL | 270.45º | 0.7% | 0.63% | - |
| HSV(B) | 270.45º | 0.58% | 0.89% | - |
| XYZ | 32.86 | 21.41 | 75.07 | - |
| YUV | 130.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 227 | 0.29 | 0.58 | 0 | 0.11 | 270.45 | 0.7 | 0.63 |
| Hex | A2 | 5F | E3 | 1D | 3A | 0 | B | 10E | 46 | 3F |
| Octal | 242 | 137 | 343 | 35 | 72 | 0 | 13 | 416 | 106 | 77 |
| Binary | 10100010 | 1011111 | 11100011 | 11101 | 111010 | 0 | 1011 | 100001110 | 1000110 | 111111 |
Color Harmonies of #A25FE3
Complementary color
Monochromatic Colors of #A25FE3
Black with #A25FE3
Text Example
Text Example
White with #A25FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FE3; }
p { color: rgb(162,95,227); }
H1.HeaderClassName
{
color: #A25FE3;
}
.AnyTagClassName
{
color: #A25FE3;
}
</style>
background-color css
<style>
a { background-color: #A25FE3; }
a { background-color: rgb(162,95,227); }
div.DivClassName
{
background-color: #A25FE3;
}
.BgClassName
{
background-color: #A25FE3;
}
</style>
border-color css
<style>
span { border-color: #A25FE3; }
span { border-color: rgb(162,95,227); }
td.TdClassName
{
border-color: #A25FE3;
}
.TagClassName
{
border-color: #A25FE3;
}
</style>