Shades of Amethyst #A24FF0
Tints of Amethyst #A24FF0
RGB
CMYK
RGB Variations
Color information
#A24FF0 (or 0xA24FF0) is known color: Amethyst. HEX triplet: A2, 4F and F0. RGB value is (162,79,240). Sum of RGB (Red+Green+Blue) = 162+79+240=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #A24FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FF0 is #5DB00F. Grayscale: #797979. Windows color (decimal): -6139920 or 15749026. OLE color: 15749026.
HSL color Cylindrical-coordinate representation of color #A24FF0: hue angle of 270.93º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24FF0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 79 | 240 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.06 |
| HSL | 270.93º | 0.84% | 0.63% | - |
| HSV(B) | 270.93º | 0.67% | 0.94% | - |
| XYZ | 33.42 | 19.56 | 84.45 | - |
| YUV | 122.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 240 | 0.32 | 0.67 | 0 | 0.06 | 270.93 | 0.84 | 0.63 |
| Hex | A2 | 4F | F0 | 20 | 43 | 0 | 6 | 10F | 54 | 3F |
| Octal | 242 | 117 | 360 | 40 | 103 | 0 | 6 | 417 | 124 | 77 |
| Binary | 10100010 | 1001111 | 11110000 | 100000 | 1000011 | 0 | 110 | 100001111 | 1010100 | 111111 |
Color Harmonies of #A24FF0
Complementary color
Monochromatic Colors of #A24FF0
Black with #A24FF0
Text Example
Text Example
White with #A24FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FF0; }
p { color: rgb(162,79,240); }
H1.HeaderClassName
{
color: #A24FF0;
}
.AnyTagClassName
{
color: #A24FF0;
}
</style>
background-color css
<style>
a { background-color: #A24FF0; }
a { background-color: rgb(162,79,240); }
div.DivClassName
{
background-color: #A24FF0;
}
.BgClassName
{
background-color: #A24FF0;
}
</style>
border-color css
<style>
span { border-color: #A24FF0; }
span { border-color: rgb(162,79,240); }
td.TdClassName
{
border-color: #A24FF0;
}
.TagClassName
{
border-color: #A24FF0;
}
</style>