Shades of Amethyst #A24FF1
Tints of Amethyst #A24FF1
RGB
CMYK
RGB Variations
Color information
#A24FF1 (or 0xA24FF1) is known color: Amethyst. HEX triplet: A2, 4F and F1. RGB value is (162,79,241). Sum of RGB (Red+Green+Blue) = 162+79+241=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #A24FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FF1 is #5DB00E. Grayscale: #797979. Windows color (decimal): -6139919 or 15814562. OLE color: 15814562.
HSL color Cylindrical-coordinate representation of color #A24FF1: hue angle of 270.74º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24FF1 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 79 | 241 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.05 |
| HSL | 270.74º | 0.85% | 0.63% | - |
| HSV(B) | 270.74º | 0.67% | 0.95% | - |
| XYZ | 33.57 | 19.62 | 85.24 | - |
| YUV | 122.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 241 | 0.33 | 0.67 | 0 | 0.05 | 270.74 | 0.85 | 0.63 |
| Hex | A2 | 4F | F1 | 21 | 43 | 0 | 5 | 10F | 55 | 3F |
| Octal | 242 | 117 | 361 | 41 | 103 | 0 | 5 | 417 | 125 | 77 |
| Binary | 10100010 | 1001111 | 11110001 | 100001 | 1000011 | 0 | 101 | 100001111 | 1010101 | 111111 |
Color Harmonies of #A24FF1
Complementary color
Monochromatic Colors of #A24FF1
Black with #A24FF1
Text Example
Text Example
White with #A24FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FF1; }
p { color: rgb(162,79,241); }
H1.HeaderClassName
{
color: #A24FF1;
}
.AnyTagClassName
{
color: #A24FF1;
}
</style>
background-color css
<style>
a { background-color: #A24FF1; }
a { background-color: rgb(162,79,241); }
div.DivClassName
{
background-color: #A24FF1;
}
.BgClassName
{
background-color: #A24FF1;
}
</style>
border-color css
<style>
span { border-color: #A24FF1; }
span { border-color: rgb(162,79,241); }
td.TdClassName
{
border-color: #A24FF1;
}
.TagClassName
{
border-color: #A24FF1;
}
</style>