Shades of Amethyst #A46DDB
Tints of Amethyst #A46DDB
RGB
CMYK
RGB Variations
Color information
#A46DDB (or 0xA46DDB) is known color: Amethyst. HEX triplet: A4, 6D and DB. RGB value is (164,109,219). Sum of RGB (Red+Green+Blue) = 164+109+219=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #A46DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DDB is #5B9224. Grayscale: #898989. Windows color (decimal): -6001189 or 14380452. OLE color: 14380452.
HSL color Cylindrical-coordinate representation of color #A46DDB: hue angle of 270º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46DDB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 164 | 109 | 219 | - |
CMYK | 0.25 | 0.50 | 0 | 0.14 |
HSL | 270º | 0.6% | 0.64% | - |
HSV(B) | 270º | 0.5% | 0.86% | - |
XYZ | 33.56 | 23.94 | 69.87 | - |
YUV | 137.99 | 173.72 | 146.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 109 | 219 | 0.25 | 0.50 | 0 | 0.14 | 270 | 0.6 | 0.64 |
Hex | A4 | 6D | DB | 19 | 32 | 0 | E | 10E | 3C | 40 |
Octal | 244 | 155 | 333 | 31 | 62 | 0 | 16 | 416 | 74 | 100 |
Binary | 10100100 | 1101101 | 11011011 | 11001 | 110010 | 0 | 1110 | 100001110 | 111100 | 1000000 |
Color Harmonies of #A46DDB
Complementary color
Monochromatic Colors of #A46DDB
Black with #A46DDB
Text Example
Text Example
White with #A46DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DDB; }
p { color: rgb(164,109,219); }
H1.HeaderClassName
{
color: #A46DDB;
}
.AnyTagClassName
{
color: #A46DDB;
}
</style>
background-color css
<style>
a { background-color: #A46DDB; }
a { background-color: rgb(164,109,219); }
div.DivClassName
{
background-color: #A46DDB;
}
.BgClassName
{
background-color: #A46DDB;
}
</style>
border-color css
<style>
span { border-color: #A46DDB; }
span { border-color: rgb(164,109,219); }
td.TdClassName
{
border-color: #A46DDB;
}
.TagClassName
{
border-color: #A46DDB;
}
</style>