Shades of Amethyst #A25ED0
Tints of Amethyst #A25ED0
RGB
CMYK
RGB Variations
Color information
#A25ED0 (or 0xA25ED0) is known color: Amethyst. HEX triplet: A2, 5E and D0. RGB value is (162,94,208). Sum of RGB (Red+Green+Blue) = 162+94+208=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #A25ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ED0 is #5DA12F. Grayscale: #7E7E7E. Windows color (decimal): -6136112 or 13655714. OLE color: 13655714.
HSL color Cylindrical-coordinate representation of color #A25ED0: hue angle of 275.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25ED0 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 94 | 208 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.18 |
| HSL | 275.79º | 0.55% | 0.59% | - |
| HSV(B) | 275.79º | 0.55% | 0.82% | - |
| XYZ | 30.29 | 20.24 | 61.99 | - |
| YUV | 127.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 208 | 0.22 | 0.55 | 0 | 0.18 | 275.79 | 0.55 | 0.59 |
| Hex | A2 | 5E | D0 | 16 | 37 | 0 | 12 | 114 | 37 | 3B |
| Octal | 242 | 136 | 320 | 26 | 67 | 0 | 22 | 424 | 67 | 73 |
| Binary | 10100010 | 1011110 | 11010000 | 10110 | 110111 | 0 | 10010 | 100010100 | 110111 | 111011 |
Color Harmonies of #A25ED0
Complementary color
Monochromatic Colors of #A25ED0
Black with #A25ED0
Text Example
Text Example
White with #A25ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ED0; }
p { color: rgb(162,94,208); }
H1.HeaderClassName
{
color: #A25ED0;
}
.AnyTagClassName
{
color: #A25ED0;
}
</style>
background-color css
<style>
a { background-color: #A25ED0; }
a { background-color: rgb(162,94,208); }
div.DivClassName
{
background-color: #A25ED0;
}
.BgClassName
{
background-color: #A25ED0;
}
</style>
border-color css
<style>
span { border-color: #A25ED0; }
span { border-color: rgb(162,94,208); }
td.TdClassName
{
border-color: #A25ED0;
}
.TagClassName
{
border-color: #A25ED0;
}
</style>