Shades of Amethyst #A14FDB
Tints of Amethyst #A14FDB
RGB
CMYK
RGB Variations
Color information
#A14FDB (or 0xA14FDB) is known color: Amethyst. HEX triplet: A1, 4F and DB. RGB value is (161,79,219). Sum of RGB (Red+Green+Blue) = 161+79+219=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A14FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FDB is #5EB024. Grayscale: #777777. Windows color (decimal): -6205477 or 14372769. OLE color: 14372769.
HSL color Cylindrical-coordinate representation of color #A14FDB: hue angle of 275.14º 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 #A14FDB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 79 | 219 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.14 |
| HSL | 275.14º | 0.66% | 0.58% | - |
| HSV(B) | 275.14º | 0.64% | 0.86% | - |
| XYZ | 30.28 | 18.28 | 68.95 | - |
| YUV | 119.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 219 | 0.26 | 0.64 | 0 | 0.14 | 275.14 | 0.66 | 0.58 |
| Hex | A1 | 4F | DB | 1A | 40 | 0 | E | 113 | 42 | 3A |
| Octal | 241 | 117 | 333 | 32 | 100 | 0 | 16 | 423 | 102 | 72 |
| Binary | 10100001 | 1001111 | 11011011 | 11010 | 1000000 | 0 | 1110 | 100010011 | 1000010 | 111010 |
Color Harmonies of #A14FDB
Complementary color
Monochromatic Colors of #A14FDB
Black with #A14FDB
Text Example
Text Example
White with #A14FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FDB; }
p { color: rgb(161,79,219); }
H1.HeaderClassName
{
color: #A14FDB;
}
.AnyTagClassName
{
color: #A14FDB;
}
</style>
background-color css
<style>
a { background-color: #A14FDB; }
a { background-color: rgb(161,79,219); }
div.DivClassName
{
background-color: #A14FDB;
}
.BgClassName
{
background-color: #A14FDB;
}
</style>
border-color css
<style>
span { border-color: #A14FDB; }
span { border-color: rgb(161,79,219); }
td.TdClassName
{
border-color: #A14FDB;
}
.TagClassName
{
border-color: #A14FDB;
}
</style>