Shades of Amethyst #A14EDB
Tints of Amethyst #A14EDB
RGB
CMYK
RGB Variations
Color information
#A14EDB (or 0xA14EDB) is known color: Amethyst. HEX triplet: A1, 4E and DB. RGB value is (161,78,219). Sum of RGB (Red+Green+Blue) = 161+78+219=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #A14EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EDB is #5EB124. Grayscale: #767676. Windows color (decimal): -6205733 or 14372513. OLE color: 14372513.
HSL color Cylindrical-coordinate representation of color #A14EDB: hue angle of 275.32º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14EDB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 78 | 219 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.14 |
| HSL | 275.32º | 0.66% | 0.58% | - |
| HSV(B) | 275.32º | 0.64% | 0.86% | - |
| XYZ | 30.21 | 18.14 | 68.93 | - |
| YUV | 118.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 219 | 0.26 | 0.64 | 0 | 0.14 | 275.32 | 0.66 | 0.58 |
| Hex | A1 | 4E | DB | 1A | 40 | 0 | E | 113 | 42 | 3A |
| Octal | 241 | 116 | 333 | 32 | 100 | 0 | 16 | 423 | 102 | 72 |
| Binary | 10100001 | 1001110 | 11011011 | 11010 | 1000000 | 0 | 1110 | 100010011 | 1000010 | 111010 |
Color Harmonies of #A14EDB
Complementary color
Monochromatic Colors of #A14EDB
Black with #A14EDB
Text Example
Text Example
White with #A14EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EDB; }
p { color: rgb(161,78,219); }
H1.HeaderClassName
{
color: #A14EDB;
}
.AnyTagClassName
{
color: #A14EDB;
}
</style>
background-color css
<style>
a { background-color: #A14EDB; }
a { background-color: rgb(161,78,219); }
div.DivClassName
{
background-color: #A14EDB;
}
.BgClassName
{
background-color: #A14EDB;
}
</style>
border-color css
<style>
span { border-color: #A14EDB; }
span { border-color: rgb(161,78,219); }
td.TdClassName
{
border-color: #A14EDB;
}
.TagClassName
{
border-color: #A14EDB;
}
</style>