Shades of Amethyst #A14EEE
Tints of Amethyst #A14EEE
RGB
CMYK
RGB Variations
Color information
#A14EEE (or 0xA14EEE) is known color: Amethyst. HEX triplet: A1, 4E and EE. RGB value is (161,78,238). Sum of RGB (Red+Green+Blue) = 161+78+238=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A14EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EEE is #5EB111. Grayscale: #787878. Windows color (decimal): -6205714 or 15617697. OLE color: 15617697.
HSL color Cylindrical-coordinate representation of color #A14EEE: hue angle of 271.12º 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 #A14EEE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 78 | 238 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.07 |
| HSL | 271.13º | 0.82% | 0.62% | - |
| HSV(B) | 271.13º | 0.67% | 0.93% | - |
| XYZ | 32.85 | 19.2 | 82.86 | - |
| YUV | 121.06 | 194 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 238 | 0.32 | 0.67 | 0 | 0.07 | 271.13 | 0.82 | 0.62 |
| Hex | A1 | 4E | EE | 20 | 43 | 0 | 7 | 10F | 52 | 3E |
| Octal | 241 | 116 | 356 | 40 | 103 | 0 | 7 | 417 | 122 | 76 |
| Binary | 10100001 | 1001110 | 11101110 | 100000 | 1000011 | 0 | 111 | 100001111 | 1010010 | 111110 |
Color Harmonies of #A14EEE
Complementary color
Monochromatic Colors of #A14EEE
Black with #A14EEE
Text Example
Text Example
White with #A14EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EEE; }
p { color: rgb(161,78,238); }
H1.HeaderClassName
{
color: #A14EEE;
}
.AnyTagClassName
{
color: #A14EEE;
}
</style>
background-color css
<style>
a { background-color: #A14EEE; }
a { background-color: rgb(161,78,238); }
div.DivClassName
{
background-color: #A14EEE;
}
.BgClassName
{
background-color: #A14EEE;
}
</style>
border-color css
<style>
span { border-color: #A14EEE; }
span { border-color: rgb(161,78,238); }
td.TdClassName
{
border-color: #A14EEE;
}
.TagClassName
{
border-color: #A14EEE;
}
</style>