Shades of Amethyst #A24EEC
Tints of Amethyst #A24EEC
RGB
CMYK
RGB Variations
Color information
#A24EEC (or 0xA24EEC) is known color: Amethyst. HEX triplet: A2, 4E and EC. RGB value is (162,78,236). Sum of RGB (Red+Green+Blue) = 162+78+236=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #A24EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EEC is #5DB113. Grayscale: #787878. Windows color (decimal): -6140180 or 15486626. OLE color: 15486626.
HSL color Cylindrical-coordinate representation of color #A24EEC: hue angle of 271.9º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24EEC is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 78 | 236 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.07 |
| HSL | 271.9º | 0.81% | 0.62% | - |
| HSV(B) | 271.9º | 0.67% | 0.93% | - |
| XYZ | 32.77 | 19.19 | 81.33 | - |
| YUV | 121.13 | 192.83 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 236 | 0.31 | 0.67 | 0 | 0.07 | 271.9 | 0.81 | 0.62 |
| Hex | A2 | 4E | EC | 1F | 43 | 0 | 7 | 110 | 51 | 3E |
| Octal | 242 | 116 | 354 | 37 | 103 | 0 | 7 | 420 | 121 | 76 |
| Binary | 10100010 | 1001110 | 11101100 | 11111 | 1000011 | 0 | 111 | 100010000 | 1010001 | 111110 |
Color Harmonies of #A24EEC
Complementary color
Monochromatic Colors of #A24EEC
Black with #A24EEC
Text Example
Text Example
White with #A24EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EEC; }
p { color: rgb(162,78,236); }
H1.HeaderClassName
{
color: #A24EEC;
}
.AnyTagClassName
{
color: #A24EEC;
}
</style>
background-color css
<style>
a { background-color: #A24EEC; }
a { background-color: rgb(162,78,236); }
div.DivClassName
{
background-color: #A24EEC;
}
.BgClassName
{
background-color: #A24EEC;
}
</style>
border-color css
<style>
span { border-color: #A24EEC; }
span { border-color: rgb(162,78,236); }
td.TdClassName
{
border-color: #A24EEC;
}
.TagClassName
{
border-color: #A24EEC;
}
</style>