Shades of Amethyst #A14FE7
Tints of Amethyst #A14FE7
RGB
CMYK
RGB Variations
Color information
#A14FE7 (or 0xA14FE7) is known color: Amethyst. HEX triplet: A1, 4F and E7. RGB value is (161,79,231). Sum of RGB (Red+Green+Blue) = 161+79+231=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #A14FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FE7 is #5EB018. Grayscale: #787878. Windows color (decimal): -6205465 or 15159201. OLE color: 15159201.
HSL color Cylindrical-coordinate representation of color #A14FE7: hue angle of 272.37º 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 #A14FE7 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 79 | 231 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.09 |
| HSL | 272.37º | 0.76% | 0.61% | - |
| HSV(B) | 272.37º | 0.66% | 0.91% | - |
| XYZ | 31.92 | 18.94 | 77.57 | - |
| YUV | 120.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 231 | 0.30 | 0.66 | 0 | 0.09 | 272.37 | 0.76 | 0.61 |
| Hex | A1 | 4F | E7 | 1E | 42 | 0 | 9 | 110 | 4C | 3D |
| Octal | 241 | 117 | 347 | 36 | 102 | 0 | 11 | 420 | 114 | 75 |
| Binary | 10100001 | 1001111 | 11100111 | 11110 | 1000010 | 0 | 1001 | 100010000 | 1001100 | 111101 |
Color Harmonies of #A14FE7
Complementary color
Monochromatic Colors of #A14FE7
Black with #A14FE7
Text Example
Text Example
White with #A14FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FE7; }
p { color: rgb(161,79,231); }
H1.HeaderClassName
{
color: #A14FE7;
}
.AnyTagClassName
{
color: #A14FE7;
}
</style>
background-color css
<style>
a { background-color: #A14FE7; }
a { background-color: rgb(161,79,231); }
div.DivClassName
{
background-color: #A14FE7;
}
.BgClassName
{
background-color: #A14FE7;
}
</style>
border-color css
<style>
span { border-color: #A14FE7; }
span { border-color: rgb(161,79,231); }
td.TdClassName
{
border-color: #A14FE7;
}
.TagClassName
{
border-color: #A14FE7;
}
</style>