Shades of Amethyst #A14DDB
Tints of Amethyst #A14DDB
RGB
CMYK
RGB Variations
Color information
#A14DDB (or 0xA14DDB) is known color: Amethyst. HEX triplet: A1, 4D and DB. RGB value is (161,77,219). Sum of RGB (Red+Green+Blue) = 161+77+219=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #A14DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DDB is #5EB224. Grayscale: #757575. Windows color (decimal): -6205989 or 14372257. OLE color: 14372257.
HSL color Cylindrical-coordinate representation of color #A14DDB: hue angle of 275.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14DDB is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 77 | 219 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.14 |
| HSL | 275.49º | 0.66% | 0.58% | - |
| HSV(B) | 275.49º | 0.65% | 0.86% | - |
| XYZ | 30.14 | 18 | 68.9 | - |
| YUV | 118.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 219 | 0.26 | 0.65 | 0 | 0.14 | 275.49 | 0.66 | 0.58 |
| Hex | A1 | 4D | DB | 1A | 41 | 0 | E | 113 | 42 | 3A |
| Octal | 241 | 115 | 333 | 32 | 101 | 0 | 16 | 423 | 102 | 72 |
| Binary | 10100001 | 1001101 | 11011011 | 11010 | 1000001 | 0 | 1110 | 100010011 | 1000010 | 111010 |
Color Harmonies of #A14DDB
Complementary color
Monochromatic Colors of #A14DDB
Black with #A14DDB
Text Example
Text Example
White with #A14DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DDB; }
p { color: rgb(161,77,219); }
H1.HeaderClassName
{
color: #A14DDB;
}
.AnyTagClassName
{
color: #A14DDB;
}
</style>
background-color css
<style>
a { background-color: #A14DDB; }
a { background-color: rgb(161,77,219); }
div.DivClassName
{
background-color: #A14DDB;
}
.BgClassName
{
background-color: #A14DDB;
}
</style>
border-color css
<style>
span { border-color: #A14DDB; }
span { border-color: rgb(161,77,219); }
td.TdClassName
{
border-color: #A14DDB;
}
.TagClassName
{
border-color: #A14DDB;
}
</style>