Shades of Amethyst #A24EE6
Tints of Amethyst #A24EE6
RGB
CMYK
RGB Variations
Color information
#A24EE6 (or 0xA24EE6) is known color: Amethyst. HEX triplet: A2, 4E and E6. RGB value is (162,78,230). Sum of RGB (Red+Green+Blue) = 162+78+230=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #A24EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EE6 is #5DB119. Grayscale: #777777. Windows color (decimal): -6140186 or 15093410. OLE color: 15093410.
HSL color Cylindrical-coordinate representation of color #A24EE6: hue angle of 273.16º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24EE6 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 78 | 230 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.10 |
| HSL | 273.16º | 0.75% | 0.6% | - |
| HSV(B) | 273.16º | 0.66% | 0.9% | - |
| XYZ | 31.91 | 18.84 | 76.82 | - |
| YUV | 120.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 230 | 0.30 | 0.66 | 0 | 0.10 | 273.16 | 0.75 | 0.6 |
| Hex | A2 | 4E | E6 | 1E | 42 | 0 | A | 111 | 4B | 3C |
| Octal | 242 | 116 | 346 | 36 | 102 | 0 | 12 | 421 | 113 | 74 |
| Binary | 10100010 | 1001110 | 11100110 | 11110 | 1000010 | 0 | 1010 | 100010001 | 1001011 | 111100 |
Color Harmonies of #A24EE6
Complementary color
Monochromatic Colors of #A24EE6
Black with #A24EE6
Text Example
Text Example
White with #A24EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EE6; }
p { color: rgb(162,78,230); }
H1.HeaderClassName
{
color: #A24EE6;
}
.AnyTagClassName
{
color: #A24EE6;
}
</style>
background-color css
<style>
a { background-color: #A24EE6; }
a { background-color: rgb(162,78,230); }
div.DivClassName
{
background-color: #A24EE6;
}
.BgClassName
{
background-color: #A24EE6;
}
</style>
border-color css
<style>
span { border-color: #A24EE6; }
span { border-color: rgb(162,78,230); }
td.TdClassName
{
border-color: #A24EE6;
}
.TagClassName
{
border-color: #A24EE6;
}
</style>