Shades of Amethyst #A24EEF
Tints of Amethyst #A24EEF
RGB
CMYK
RGB Variations
Color information
#A24EEF (or 0xA24EEF) is known color: Amethyst. HEX triplet: A2, 4E and EF. RGB value is (162,78,239). Sum of RGB (Red+Green+Blue) = 162+78+239=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #A24EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EEF is #5DB110. Grayscale: #787878. Windows color (decimal): -6140177 or 15683234. OLE color: 15683234.
HSL color Cylindrical-coordinate representation of color #A24EEF: hue angle of 271.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24EEF is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 78 | 239 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.06 |
| HSL | 271.3º | 0.83% | 0.62% | - |
| HSV(B) | 271.3º | 0.67% | 0.94% | - |
| XYZ | 33.2 | 19.36 | 83.65 | - |
| YUV | 121.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 239 | 0.32 | 0.67 | 0 | 0.06 | 271.3 | 0.83 | 0.62 |
| Hex | A2 | 4E | EF | 20 | 43 | 0 | 6 | 10F | 53 | 3E |
| Octal | 242 | 116 | 357 | 40 | 103 | 0 | 6 | 417 | 123 | 76 |
| Binary | 10100010 | 1001110 | 11101111 | 100000 | 1000011 | 0 | 110 | 100001111 | 1010011 | 111110 |
Color Harmonies of #A24EEF
Complementary color
Monochromatic Colors of #A24EEF
Black with #A24EEF
Text Example
Text Example
White with #A24EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EEF; }
p { color: rgb(162,78,239); }
H1.HeaderClassName
{
color: #A24EEF;
}
.AnyTagClassName
{
color: #A24EEF;
}
</style>
background-color css
<style>
a { background-color: #A24EEF; }
a { background-color: rgb(162,78,239); }
div.DivClassName
{
background-color: #A24EEF;
}
.BgClassName
{
background-color: #A24EEF;
}
</style>
border-color css
<style>
span { border-color: #A24EEF; }
span { border-color: rgb(162,78,239); }
td.TdClassName
{
border-color: #A24EEF;
}
.TagClassName
{
border-color: #A24EEF;
}
</style>