Shades of Amethyst #A24DEE
Tints of Amethyst #A24DEE
RGB
CMYK
RGB Variations
Color information
#A24DEE (or 0xA24DEE) is known color: Amethyst. HEX triplet: A2, 4D and EE. RGB value is (162,77,238). Sum of RGB (Red+Green+Blue) = 162+77+238=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A24DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24DEE is #5DB211. Grayscale: #787878. Windows color (decimal): -6140434 or 15617442. OLE color: 15617442.
HSL color Cylindrical-coordinate representation of color #A24DEE: hue angle of 271.68º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24DEE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 77 | 238 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.07 |
| HSL | 271.68º | 0.83% | 0.62% | - |
| HSV(B) | 271.68º | 0.68% | 0.93% | - |
| XYZ | 32.99 | 19.16 | 82.85 | - |
| YUV | 120.77 | 194.16 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 238 | 0.32 | 0.68 | 0 | 0.07 | 271.68 | 0.83 | 0.62 |
| Hex | A2 | 4D | EE | 20 | 44 | 0 | 7 | 110 | 53 | 3E |
| Octal | 242 | 115 | 356 | 40 | 104 | 0 | 7 | 420 | 123 | 76 |
| Binary | 10100010 | 1001101 | 11101110 | 100000 | 1000100 | 0 | 111 | 100010000 | 1010011 | 111110 |
Color Harmonies of #A24DEE
Complementary color
Monochromatic Colors of #A24DEE
Black with #A24DEE
Text Example
Text Example
White with #A24DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24DEE; }
p { color: rgb(162,77,238); }
H1.HeaderClassName
{
color: #A24DEE;
}
.AnyTagClassName
{
color: #A24DEE;
}
</style>
background-color css
<style>
a { background-color: #A24DEE; }
a { background-color: rgb(162,77,238); }
div.DivClassName
{
background-color: #A24DEE;
}
.BgClassName
{
background-color: #A24DEE;
}
</style>
border-color css
<style>
span { border-color: #A24DEE; }
span { border-color: rgb(162,77,238); }
td.TdClassName
{
border-color: #A24DEE;
}
.TagClassName
{
border-color: #A24DEE;
}
</style>