Shades of Amethyst #A25EDA
Tints of Amethyst #A25EDA
RGB
CMYK
RGB Variations
Color information
#A25EDA (or 0xA25EDA) is known color: Amethyst. HEX triplet: A2, 5E and DA. RGB value is (162,94,218). Sum of RGB (Red+Green+Blue) = 162+94+218=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #A25EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EDA is #5DA125. Grayscale: #808080. Windows color (decimal): -6136102 or 14311074. OLE color: 14311074.
HSL color Cylindrical-coordinate representation of color #A25EDA: hue angle of 272.9º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25EDA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 94 | 218 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.15 |
| HSL | 272.9º | 0.63% | 0.61% | - |
| HSV(B) | 272.9º | 0.57% | 0.85% | - |
| XYZ | 31.56 | 20.75 | 68.67 | - |
| YUV | 128.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 218 | 0.26 | 0.57 | 0 | 0.15 | 272.9 | 0.63 | 0.61 |
| Hex | A2 | 5E | DA | 1A | 39 | 0 | F | 111 | 3F | 3D |
| Octal | 242 | 136 | 332 | 32 | 71 | 0 | 17 | 421 | 77 | 75 |
| Binary | 10100010 | 1011110 | 11011010 | 11010 | 111001 | 0 | 1111 | 100010001 | 111111 | 111101 |
Color Harmonies of #A25EDA
Complementary color
Monochromatic Colors of #A25EDA
Black with #A25EDA
Text Example
Text Example
White with #A25EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EDA; }
p { color: rgb(162,94,218); }
H1.HeaderClassName
{
color: #A25EDA;
}
.AnyTagClassName
{
color: #A25EDA;
}
</style>
background-color css
<style>
a { background-color: #A25EDA; }
a { background-color: rgb(162,94,218); }
div.DivClassName
{
background-color: #A25EDA;
}
.BgClassName
{
background-color: #A25EDA;
}
</style>
border-color css
<style>
span { border-color: #A25EDA; }
span { border-color: rgb(162,94,218); }
td.TdClassName
{
border-color: #A25EDA;
}
.TagClassName
{
border-color: #A25EDA;
}
</style>