Shades of Amethyst #A14FF0
Tints of Amethyst #A14FF0
RGB
CMYK
RGB Variations
Color information
#A14FF0 (or 0xA14FF0) is known color: Amethyst. HEX triplet: A1, 4F and F0. RGB value is (161,79,240). Sum of RGB (Red+Green+Blue) = 161+79+240=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #A14FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FF0 is #5EB00F. Grayscale: #797979. Windows color (decimal): -6205456 or 15749025. OLE color: 15749025.
HSL color Cylindrical-coordinate representation of color #A14FF0: hue angle of 270.56º 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 #A14FF0 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 79 | 240 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.06 |
| HSL | 270.56º | 0.84% | 0.63% | - |
| HSV(B) | 270.56º | 0.67% | 0.94% | - |
| XYZ | 33.22 | 19.46 | 84.44 | - |
| YUV | 121.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 240 | 0.33 | 0.67 | 0 | 0.06 | 270.56 | 0.84 | 0.63 |
| Hex | A1 | 4F | F0 | 21 | 43 | 0 | 6 | 10F | 54 | 3F |
| Octal | 241 | 117 | 360 | 41 | 103 | 0 | 6 | 417 | 124 | 77 |
| Binary | 10100001 | 1001111 | 11110000 | 100001 | 1000011 | 0 | 110 | 100001111 | 1010100 | 111111 |
Color Harmonies of #A14FF0
Complementary color
Monochromatic Colors of #A14FF0
Black with #A14FF0
Text Example
Text Example
White with #A14FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FF0; }
p { color: rgb(161,79,240); }
H1.HeaderClassName
{
color: #A14FF0;
}
.AnyTagClassName
{
color: #A14FF0;
}
</style>
background-color css
<style>
a { background-color: #A14FF0; }
a { background-color: rgb(161,79,240); }
div.DivClassName
{
background-color: #A14FF0;
}
.BgClassName
{
background-color: #A14FF0;
}
</style>
border-color css
<style>
span { border-color: #A14FF0; }
span { border-color: rgb(161,79,240); }
td.TdClassName
{
border-color: #A14FF0;
}
.TagClassName
{
border-color: #A14FF0;
}
</style>