Shades of Amethyst #A24FE7
Tints of Amethyst #A24FE7
RGB
CMYK
RGB Variations
Color information
#A24FE7 (or 0xA24FE7) is known color: Amethyst. HEX triplet: A2, 4F and E7. RGB value is (162,79,231). Sum of RGB (Red+Green+Blue) = 162+79+231=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #A24FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FE7 is #5DB018. Grayscale: #787878. Windows color (decimal): -6139929 or 15159202. OLE color: 15159202.
HSL color Cylindrical-coordinate representation of color #A24FE7: hue angle of 272.76º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24FE7 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 79 | 231 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.09 |
| HSL | 272.76º | 0.76% | 0.61% | - |
| HSV(B) | 272.76º | 0.66% | 0.91% | - |
| XYZ | 32.12 | 19.04 | 77.58 | - |
| YUV | 121.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 231 | 0.30 | 0.66 | 0 | 0.09 | 272.76 | 0.76 | 0.61 |
| Hex | A2 | 4F | E7 | 1E | 42 | 0 | 9 | 111 | 4C | 3D |
| Octal | 242 | 117 | 347 | 36 | 102 | 0 | 11 | 421 | 114 | 75 |
| Binary | 10100010 | 1001111 | 11100111 | 11110 | 1000010 | 0 | 1001 | 100010001 | 1001100 | 111101 |
Color Harmonies of #A24FE7
Complementary color
Monochromatic Colors of #A24FE7
Black with #A24FE7
Text Example
Text Example
White with #A24FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FE7; }
p { color: rgb(162,79,231); }
H1.HeaderClassName
{
color: #A24FE7;
}
.AnyTagClassName
{
color: #A24FE7;
}
</style>
background-color css
<style>
a { background-color: #A24FE7; }
a { background-color: rgb(162,79,231); }
div.DivClassName
{
background-color: #A24FE7;
}
.BgClassName
{
background-color: #A24FE7;
}
</style>
border-color css
<style>
span { border-color: #A24FE7; }
span { border-color: rgb(162,79,231); }
td.TdClassName
{
border-color: #A24FE7;
}
.TagClassName
{
border-color: #A24FE7;
}
</style>