Shades of Amethyst #A14EEA
Tints of Amethyst #A14EEA
RGB
CMYK
RGB Variations
Color information
#A14EEA (or 0xA14EEA) is known color: Amethyst. HEX triplet: A1, 4E and EA. RGB value is (161,78,234). Sum of RGB (Red+Green+Blue) = 161+78+234=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #A14EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EEA is #5EB115. Grayscale: #787878. Windows color (decimal): -6205718 or 15355553. OLE color: 15355553.
HSL color Cylindrical-coordinate representation of color #A14EEA: hue angle of 271.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14EEA is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 78 | 234 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.08 |
| HSL | 271.92º | 0.79% | 0.61% | - |
| HSV(B) | 271.92º | 0.67% | 0.92% | - |
| XYZ | 32.27 | 18.97 | 79.8 | - |
| YUV | 120.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 234 | 0.31 | 0.67 | 0 | 0.08 | 271.92 | 0.79 | 0.61 |
| Hex | A1 | 4E | EA | 1F | 43 | 0 | 8 | 110 | 4F | 3D |
| Octal | 241 | 116 | 352 | 37 | 103 | 0 | 10 | 420 | 117 | 75 |
| Binary | 10100001 | 1001110 | 11101010 | 11111 | 1000011 | 0 | 1000 | 100010000 | 1001111 | 111101 |
Color Harmonies of #A14EEA
Complementary color
Monochromatic Colors of #A14EEA
Black with #A14EEA
Text Example
Text Example
White with #A14EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EEA; }
p { color: rgb(161,78,234); }
H1.HeaderClassName
{
color: #A14EEA;
}
.AnyTagClassName
{
color: #A14EEA;
}
</style>
background-color css
<style>
a { background-color: #A14EEA; }
a { background-color: rgb(161,78,234); }
div.DivClassName
{
background-color: #A14EEA;
}
.BgClassName
{
background-color: #A14EEA;
}
</style>
border-color css
<style>
span { border-color: #A14EEA; }
span { border-color: rgb(161,78,234); }
td.TdClassName
{
border-color: #A14EEA;
}
.TagClassName
{
border-color: #A14EEA;
}
</style>