Shades of Amethyst #A14FEE
Tints of Amethyst #A14FEE
RGB
CMYK
RGB Variations
Color information
#A14FEE (or 0xA14FEE) is known color: Amethyst. HEX triplet: A1, 4F and EE. RGB value is (161,79,238). Sum of RGB (Red+Green+Blue) = 161+79+238=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #A14FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FEE is #5EB011. Grayscale: #797979. Windows color (decimal): -6205458 or 15617953. OLE color: 15617953.
HSL color Cylindrical-coordinate representation of color #A14FEE: hue angle of 270.94º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14FEE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 79 | 238 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.07 |
| HSL | 270.94º | 0.82% | 0.62% | - |
| HSV(B) | 270.94º | 0.67% | 0.93% | - |
| XYZ | 32.93 | 19.34 | 82.89 | - |
| YUV | 121.64 | 193.67 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 238 | 0.32 | 0.67 | 0 | 0.07 | 270.94 | 0.82 | 0.62 |
| Hex | A1 | 4F | EE | 20 | 43 | 0 | 7 | 10F | 52 | 3E |
| Octal | 241 | 117 | 356 | 40 | 103 | 0 | 7 | 417 | 122 | 76 |
| Binary | 10100001 | 1001111 | 11101110 | 100000 | 1000011 | 0 | 111 | 100001111 | 1010010 | 111110 |
Color Harmonies of #A14FEE
Complementary color
Monochromatic Colors of #A14FEE
Black with #A14FEE
Text Example
Text Example
White with #A14FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FEE; }
p { color: rgb(161,79,238); }
H1.HeaderClassName
{
color: #A14FEE;
}
.AnyTagClassName
{
color: #A14FEE;
}
</style>
background-color css
<style>
a { background-color: #A14FEE; }
a { background-color: rgb(161,79,238); }
div.DivClassName
{
background-color: #A14FEE;
}
.BgClassName
{
background-color: #A14FEE;
}
</style>
border-color css
<style>
span { border-color: #A14FEE; }
span { border-color: rgb(161,79,238); }
td.TdClassName
{
border-color: #A14FEE;
}
.TagClassName
{
border-color: #A14FEE;
}
</style>