Shades of Amethyst #A24EEE
Tints of Amethyst #A24EEE
RGB
CMYK
RGB Variations
Color information
#A24EEE (or 0xA24EEE) is known color: Amethyst. HEX triplet: A2, 4E and EE. RGB value is (162,78,238). Sum of RGB (Red+Green+Blue) = 162+78+238=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #A24EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EEE is #5DB111. Grayscale: #787878. Windows color (decimal): -6140178 or 15617698. OLE color: 15617698.
HSL color Cylindrical-coordinate representation of color #A24EEE: hue angle of 271.5º degrees, saturation: 0.82, 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 #A24EEE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 78 | 238 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.07 |
| HSL | 271.5º | 0.82% | 0.62% | - |
| HSV(B) | 271.5º | 0.67% | 0.93% | - |
| XYZ | 33.06 | 19.3 | 82.87 | - |
| YUV | 121.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 238 | 0.32 | 0.67 | 0 | 0.07 | 271.5 | 0.82 | 0.62 |
| Hex | A2 | 4E | EE | 20 | 43 | 0 | 7 | 110 | 52 | 3E |
| Octal | 242 | 116 | 356 | 40 | 103 | 0 | 7 | 420 | 122 | 76 |
| Binary | 10100010 | 1001110 | 11101110 | 100000 | 1000011 | 0 | 111 | 100010000 | 1010010 | 111110 |
Color Harmonies of #A24EEE
Complementary color
Monochromatic Colors of #A24EEE
Black with #A24EEE
Text Example
Text Example
White with #A24EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EEE; }
p { color: rgb(162,78,238); }
H1.HeaderClassName
{
color: #A24EEE;
}
.AnyTagClassName
{
color: #A24EEE;
}
</style>
background-color css
<style>
a { background-color: #A24EEE; }
a { background-color: rgb(162,78,238); }
div.DivClassName
{
background-color: #A24EEE;
}
.BgClassName
{
background-color: #A24EEE;
}
</style>
border-color css
<style>
span { border-color: #A24EEE; }
span { border-color: rgb(162,78,238); }
td.TdClassName
{
border-color: #A24EEE;
}
.TagClassName
{
border-color: #A24EEE;
}
</style>