Shades of Amethyst #A46CDB
Tints of Amethyst #A46CDB
RGB
CMYK
RGB Variations
Color information
#A46CDB (or 0xA46CDB) is known color: Amethyst. HEX triplet: A4, 6C and DB. RGB value is (164,108,219). Sum of RGB (Red+Green+Blue) = 164+108+219=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #A46CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CDB is #5B9324. Grayscale: #898989. Windows color (decimal): -6001445 or 14380196. OLE color: 14380196.
HSL color Cylindrical-coordinate representation of color #A46CDB: hue angle of 270.27º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46CDB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 108 | 219 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.14 |
| HSL | 270.27º | 0.61% | 0.64% | - |
| HSV(B) | 270.27º | 0.51% | 0.86% | - |
| XYZ | 33.46 | 23.73 | 69.84 | - |
| YUV | 137.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 219 | 0.25 | 0.51 | 0 | 0.14 | 270.27 | 0.61 | 0.64 |
| Hex | A4 | 6C | DB | 19 | 33 | 0 | E | 10E | 3D | 40 |
| Octal | 244 | 154 | 333 | 31 | 63 | 0 | 16 | 416 | 75 | 100 |
| Binary | 10100100 | 1101100 | 11011011 | 11001 | 110011 | 0 | 1110 | 100001110 | 111101 | 1000000 |
Color Harmonies of #A46CDB
Complementary color
Monochromatic Colors of #A46CDB
Black with #A46CDB
Text Example
Text Example
White with #A46CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CDB; }
p { color: rgb(164,108,219); }
H1.HeaderClassName
{
color: #A46CDB;
}
.AnyTagClassName
{
color: #A46CDB;
}
</style>
background-color css
<style>
a { background-color: #A46CDB; }
a { background-color: rgb(164,108,219); }
div.DivClassName
{
background-color: #A46CDB;
}
.BgClassName
{
background-color: #A46CDB;
}
</style>
border-color css
<style>
span { border-color: #A46CDB; }
span { border-color: rgb(164,108,219); }
td.TdClassName
{
border-color: #A46CDB;
}
.TagClassName
{
border-color: #A46CDB;
}
</style>