Shades of Amethyst #A25FE0
Tints of Amethyst #A25FE0
RGB
CMYK
RGB Variations
Color information
#A25FE0 (or 0xA25FE0) is known color: Amethyst. HEX triplet: A2, 5F and E0. RGB value is (162,95,224). Sum of RGB (Red+Green+Blue) = 162+95+224=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #A25FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FE0 is #5DA01F. Grayscale: #818181. Windows color (decimal): -6135840 or 14704546. OLE color: 14704546.
HSL color Cylindrical-coordinate representation of color #A25FE0: hue angle of 271.16º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25FE0 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 95 | 224 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.12 |
| HSL | 271.16º | 0.68% | 0.63% | - |
| HSV(B) | 271.16º | 0.58% | 0.88% | - |
| XYZ | 32.45 | 21.25 | 72.91 | - |
| YUV | 129.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 224 | 0.28 | 0.58 | 0 | 0.12 | 271.16 | 0.68 | 0.63 |
| Hex | A2 | 5F | E0 | 1C | 3A | 0 | C | 10F | 44 | 3F |
| Octal | 242 | 137 | 340 | 34 | 72 | 0 | 14 | 417 | 104 | 77 |
| Binary | 10100010 | 1011111 | 11100000 | 11100 | 111010 | 0 | 1100 | 100001111 | 1000100 | 111111 |
Color Harmonies of #A25FE0
Complementary color
Monochromatic Colors of #A25FE0
Black with #A25FE0
Text Example
Text Example
White with #A25FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FE0; }
p { color: rgb(162,95,224); }
H1.HeaderClassName
{
color: #A25FE0;
}
.AnyTagClassName
{
color: #A25FE0;
}
</style>
background-color css
<style>
a { background-color: #A25FE0; }
a { background-color: rgb(162,95,224); }
div.DivClassName
{
background-color: #A25FE0;
}
.BgClassName
{
background-color: #A25FE0;
}
</style>
border-color css
<style>
span { border-color: #A25FE0; }
span { border-color: rgb(162,95,224); }
td.TdClassName
{
border-color: #A25FE0;
}
.TagClassName
{
border-color: #A25FE0;
}
</style>