Shades of Amethyst #A25EDF
Tints of Amethyst #A25EDF
RGB
CMYK
RGB Variations
Color information
#A25EDF (or 0xA25EDF) is known color: Amethyst. HEX triplet: A2, 5E and DF. RGB value is (162,94,223). Sum of RGB (Red+Green+Blue) = 162+94+223=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #A25EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EDF is #5DA120. Grayscale: #808080. Windows color (decimal): -6136097 or 14638754. OLE color: 14638754.
HSL color Cylindrical-coordinate representation of color #A25EDF: hue angle of 271.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25EDF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 94 | 223 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.13 |
| HSL | 271.63º | 0.67% | 0.62% | - |
| HSV(B) | 271.63º | 0.58% | 0.87% | - |
| XYZ | 32.22 | 21.01 | 72.17 | - |
| YUV | 129.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 223 | 0.27 | 0.58 | 0 | 0.13 | 271.63 | 0.67 | 0.62 |
| Hex | A2 | 5E | DF | 1B | 3A | 0 | D | 110 | 43 | 3E |
| Octal | 242 | 136 | 337 | 33 | 72 | 0 | 15 | 420 | 103 | 76 |
| Binary | 10100010 | 1011110 | 11011111 | 11011 | 111010 | 0 | 1101 | 100010000 | 1000011 | 111110 |
Color Harmonies of #A25EDF
Complementary color
Monochromatic Colors of #A25EDF
Black with #A25EDF
Text Example
Text Example
White with #A25EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EDF; }
p { color: rgb(162,94,223); }
H1.HeaderClassName
{
color: #A25EDF;
}
.AnyTagClassName
{
color: #A25EDF;
}
</style>
background-color css
<style>
a { background-color: #A25EDF; }
a { background-color: rgb(162,94,223); }
div.DivClassName
{
background-color: #A25EDF;
}
.BgClassName
{
background-color: #A25EDF;
}
</style>
border-color css
<style>
span { border-color: #A25EDF; }
span { border-color: rgb(162,94,223); }
td.TdClassName
{
border-color: #A25EDF;
}
.TagClassName
{
border-color: #A25EDF;
}
</style>