Shades of Amethyst #A24EDD
Tints of Amethyst #A24EDD
RGB
CMYK
RGB Variations
Color information
#A24EDD (or 0xA24EDD) is known color: Amethyst. HEX triplet: A2, 4E and DD. RGB value is (162,78,221). Sum of RGB (Red+Green+Blue) = 162+78+221=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #A24EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24EDD is #5DB122. Grayscale: #767676. Windows color (decimal): -6140195 or 14503586. OLE color: 14503586.
HSL color Cylindrical-coordinate representation of color #A24EDD: hue angle of 275.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24EDD is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 78 | 221 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.13 |
| HSL | 275.24º | 0.68% | 0.59% | - |
| HSV(B) | 275.24º | 0.65% | 0.87% | - |
| XYZ | 30.68 | 18.35 | 70.33 | - |
| YUV | 119.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 221 | 0.27 | 0.65 | 0 | 0.13 | 275.24 | 0.68 | 0.59 |
| Hex | A2 | 4E | DD | 1B | 41 | 0 | D | 113 | 44 | 3B |
| Octal | 242 | 116 | 335 | 33 | 101 | 0 | 15 | 423 | 104 | 73 |
| Binary | 10100010 | 1001110 | 11011101 | 11011 | 1000001 | 0 | 1101 | 100010011 | 1000100 | 111011 |
Color Harmonies of #A24EDD
Complementary color
Monochromatic Colors of #A24EDD
Black with #A24EDD
Text Example
Text Example
White with #A24EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EDD; }
p { color: rgb(162,78,221); }
H1.HeaderClassName
{
color: #A24EDD;
}
.AnyTagClassName
{
color: #A24EDD;
}
</style>
background-color css
<style>
a { background-color: #A24EDD; }
a { background-color: rgb(162,78,221); }
div.DivClassName
{
background-color: #A24EDD;
}
.BgClassName
{
background-color: #A24EDD;
}
</style>
border-color css
<style>
span { border-color: #A24EDD; }
span { border-color: rgb(162,78,221); }
td.TdClassName
{
border-color: #A24EDD;
}
.TagClassName
{
border-color: #A24EDD;
}
</style>