Shades of Amethyst #A24EE8
Tints of Amethyst #A24EE8
RGB
CMYK
RGB Variations
Color information
#A24EE8 (or 0xA24EE8) is known color: Amethyst. HEX triplet: A2, 4E and E8. RGB value is (162,78,232). Sum of RGB (Red+Green+Blue) = 162+78+232=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #A24EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EE8 is #5DB117. Grayscale: #787878. Windows color (decimal): -6140184 or 15224482. OLE color: 15224482.
HSL color Cylindrical-coordinate representation of color #A24EE8: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24EE8 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 78 | 232 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.09 |
| HSL | 272.73º | 0.77% | 0.61% | - |
| HSV(B) | 272.73º | 0.66% | 0.91% | - |
| XYZ | 32.19 | 18.96 | 78.31 | - |
| YUV | 120.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 232 | 0.30 | 0.66 | 0 | 0.09 | 272.73 | 0.77 | 0.61 |
| Hex | A2 | 4E | E8 | 1E | 42 | 0 | 9 | 111 | 4D | 3D |
| Octal | 242 | 116 | 350 | 36 | 102 | 0 | 11 | 421 | 115 | 75 |
| Binary | 10100010 | 1001110 | 11101000 | 11110 | 1000010 | 0 | 1001 | 100010001 | 1001101 | 111101 |
Color Harmonies of #A24EE8
Complementary color
Monochromatic Colors of #A24EE8
Black with #A24EE8
Text Example
Text Example
White with #A24EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EE8; }
p { color: rgb(162,78,232); }
H1.HeaderClassName
{
color: #A24EE8;
}
.AnyTagClassName
{
color: #A24EE8;
}
</style>
background-color css
<style>
a { background-color: #A24EE8; }
a { background-color: rgb(162,78,232); }
div.DivClassName
{
background-color: #A24EE8;
}
.BgClassName
{
background-color: #A24EE8;
}
</style>
border-color css
<style>
span { border-color: #A24EE8; }
span { border-color: rgb(162,78,232); }
td.TdClassName
{
border-color: #A24EE8;
}
.TagClassName
{
border-color: #A24EE8;
}
</style>