Shades of Amethyst #A46ADB
Tints of Amethyst #A46ADB
RGB
CMYK
RGB Variations
Color information
#A46ADB (or 0xA46ADB) is known color: Amethyst. HEX triplet: A4, 6A and DB. RGB value is (164,106,219). Sum of RGB (Red+Green+Blue) = 164+106+219=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #A46ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ADB is #5B9524. Grayscale: #878787. Windows color (decimal): -6001957 or 14379684. OLE color: 14379684.
HSL color Cylindrical-coordinate representation of color #A46ADB: hue angle of 270.8º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46ADB is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 106 | 219 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.14 |
| HSL | 270.8º | 0.61% | 0.64% | - |
| HSV(B) | 270.8º | 0.52% | 0.86% | - |
| XYZ | 33.25 | 23.32 | 69.77 | - |
| YUV | 136.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 219 | 0.25 | 0.52 | 0 | 0.14 | 270.8 | 0.61 | 0.64 |
| Hex | A4 | 6A | DB | 19 | 34 | 0 | E | 10F | 3D | 40 |
| Octal | 244 | 152 | 333 | 31 | 64 | 0 | 16 | 417 | 75 | 100 |
| Binary | 10100100 | 1101010 | 11011011 | 11001 | 110100 | 0 | 1110 | 100001111 | 111101 | 1000000 |
Color Harmonies of #A46ADB
Complementary color
Monochromatic Colors of #A46ADB
Black with #A46ADB
Text Example
Text Example
White with #A46ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ADB; }
p { color: rgb(164,106,219); }
H1.HeaderClassName
{
color: #A46ADB;
}
.AnyTagClassName
{
color: #A46ADB;
}
</style>
background-color css
<style>
a { background-color: #A46ADB; }
a { background-color: rgb(164,106,219); }
div.DivClassName
{
background-color: #A46ADB;
}
.BgClassName
{
background-color: #A46ADB;
}
</style>
border-color css
<style>
span { border-color: #A46ADB; }
span { border-color: rgb(164,106,219); }
td.TdClassName
{
border-color: #A46ADB;
}
.TagClassName
{
border-color: #A46ADB;
}
</style>