Shades of Amethyst #A24FEF
Tints of Amethyst #A24FEF
RGB
CMYK
RGB Variations
Color information
#A24FEF (or 0xA24FEF) is known color: Amethyst. HEX triplet: A2, 4F and EF. RGB value is (162,79,239). Sum of RGB (Red+Green+Blue) = 162+79+239=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #A24FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FEF is #5DB010. Grayscale: #797979. Windows color (decimal): -6139921 or 15683490. OLE color: 15683490.
HSL color Cylindrical-coordinate representation of color #A24FEF: hue angle of 271.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24FEF is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 79 | 239 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.06 |
| HSL | 271.13º | 0.83% | 0.62% | - |
| HSV(B) | 271.13º | 0.67% | 0.94% | - |
| XYZ | 33.28 | 19.51 | 83.67 | - |
| YUV | 122.06 | 194 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 239 | 0.32 | 0.67 | 0 | 0.06 | 271.13 | 0.83 | 0.62 |
| Hex | A2 | 4F | EF | 20 | 43 | 0 | 6 | 10F | 53 | 3E |
| Octal | 242 | 117 | 357 | 40 | 103 | 0 | 6 | 417 | 123 | 76 |
| Binary | 10100010 | 1001111 | 11101111 | 100000 | 1000011 | 0 | 110 | 100001111 | 1010011 | 111110 |
Color Harmonies of #A24FEF
Complementary color
Monochromatic Colors of #A24FEF
Black with #A24FEF
Text Example
Text Example
White with #A24FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FEF; }
p { color: rgb(162,79,239); }
H1.HeaderClassName
{
color: #A24FEF;
}
.AnyTagClassName
{
color: #A24FEF;
}
</style>
background-color css
<style>
a { background-color: #A24FEF; }
a { background-color: rgb(162,79,239); }
div.DivClassName
{
background-color: #A24FEF;
}
.BgClassName
{
background-color: #A24FEF;
}
</style>
border-color css
<style>
span { border-color: #A24FEF; }
span { border-color: rgb(162,79,239); }
td.TdClassName
{
border-color: #A24FEF;
}
.TagClassName
{
border-color: #A24FEF;
}
</style>