Shades of Amethyst #A25DE3
Tints of Amethyst #A25DE3
RGB
CMYK
RGB Variations
Color information
#A25DE3 (or 0xA25DE3) is known color: Amethyst. HEX triplet: A2, 5D and E3. RGB value is (162,93,227). Sum of RGB (Red+Green+Blue) = 162+93+227=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #A25DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DE3 is #5DA21C. Grayscale: #808080. Windows color (decimal): -6136349 or 14900642. OLE color: 14900642.
HSL color Cylindrical-coordinate representation of color #A25DE3: hue angle of 270.9º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25DE3 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 93 | 227 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.11 |
| HSL | 270.9º | 0.71% | 0.63% | - |
| HSV(B) | 270.9º | 0.59% | 0.89% | - |
| XYZ | 32.68 | 21.06 | 75.01 | - |
| YUV | 128.91 | 183.36 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 227 | 0.29 | 0.59 | 0 | 0.11 | 270.9 | 0.71 | 0.63 |
| Hex | A2 | 5D | E3 | 1D | 3B | 0 | B | 10F | 47 | 3F |
| Octal | 242 | 135 | 343 | 35 | 73 | 0 | 13 | 417 | 107 | 77 |
| Binary | 10100010 | 1011101 | 11100011 | 11101 | 111011 | 0 | 1011 | 100001111 | 1000111 | 111111 |
Color Harmonies of #A25DE3
Complementary color
Monochromatic Colors of #A25DE3
Black with #A25DE3
Text Example
Text Example
White with #A25DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DE3; }
p { color: rgb(162,93,227); }
H1.HeaderClassName
{
color: #A25DE3;
}
.AnyTagClassName
{
color: #A25DE3;
}
</style>
background-color css
<style>
a { background-color: #A25DE3; }
a { background-color: rgb(162,93,227); }
div.DivClassName
{
background-color: #A25DE3;
}
.BgClassName
{
background-color: #A25DE3;
}
</style>
border-color css
<style>
span { border-color: #A25DE3; }
span { border-color: rgb(162,93,227); }
td.TdClassName
{
border-color: #A25DE3;
}
.TagClassName
{
border-color: #A25DE3;
}
</style>