Shades of Amethyst #A25ED7
Tints of Amethyst #A25ED7
RGB
CMYK
RGB Variations
Color information
#A25ED7 (or 0xA25ED7) is known color: Amethyst. HEX triplet: A2, 5E and D7. RGB value is (162,94,215). Sum of RGB (Red+Green+Blue) = 162+94+215=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #A25ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ED7 is #5DA128. Grayscale: #7F7F7F. Windows color (decimal): -6136105 or 14114466. OLE color: 14114466.
HSL color Cylindrical-coordinate representation of color #A25ED7: hue angle of 273.72º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25ED7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 94 | 215 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.16 |
| HSL | 273.72º | 0.6% | 0.61% | - |
| HSV(B) | 273.72º | 0.56% | 0.84% | - |
| XYZ | 31.17 | 20.59 | 66.62 | - |
| YUV | 128.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 215 | 0.25 | 0.56 | 0 | 0.16 | 273.72 | 0.6 | 0.61 |
| Hex | A2 | 5E | D7 | 19 | 38 | 0 | 10 | 112 | 3C | 3D |
| Octal | 242 | 136 | 327 | 31 | 70 | 0 | 20 | 422 | 74 | 75 |
| Binary | 10100010 | 1011110 | 11010111 | 11001 | 111000 | 0 | 10000 | 100010010 | 111100 | 111101 |
Color Harmonies of #A25ED7
Complementary color
Monochromatic Colors of #A25ED7
Black with #A25ED7
Text Example
Text Example
White with #A25ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ED7; }
p { color: rgb(162,94,215); }
H1.HeaderClassName
{
color: #A25ED7;
}
.AnyTagClassName
{
color: #A25ED7;
}
</style>
background-color css
<style>
a { background-color: #A25ED7; }
a { background-color: rgb(162,94,215); }
div.DivClassName
{
background-color: #A25ED7;
}
.BgClassName
{
background-color: #A25ED7;
}
</style>
border-color css
<style>
span { border-color: #A25ED7; }
span { border-color: rgb(162,94,215); }
td.TdClassName
{
border-color: #A25ED7;
}
.TagClassName
{
border-color: #A25ED7;
}
</style>