Shades of Amethyst #A46EDB
Tints of Amethyst #A46EDB
RGB
CMYK
RGB Variations
Color information
#A46EDB (or 0xA46EDB) is known color: Amethyst. HEX triplet: A4, 6E and DB. RGB value is (164,110,219). Sum of RGB (Red+Green+Blue) = 164+110+219=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A46EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EDB is #5B9124. Grayscale: #8A8A8A. Windows color (decimal): -6000933 or 14380708. OLE color: 14380708.
HSL color Cylindrical-coordinate representation of color #A46EDB: hue angle of 269.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46EDB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 110 | 219 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.14 |
| HSL | 269.72º | 0.6% | 0.65% | - |
| HSV(B) | 269.72º | 0.5% | 0.86% | - |
| XYZ | 33.67 | 24.16 | 69.91 | - |
| YUV | 138.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 219 | 0.25 | 0.50 | 0 | 0.14 | 269.72 | 0.6 | 0.65 |
| Hex | A4 | 6E | DB | 19 | 32 | 0 | E | 10E | 3C | 41 |
| Octal | 244 | 156 | 333 | 31 | 62 | 0 | 16 | 416 | 74 | 101 |
| Binary | 10100100 | 1101110 | 11011011 | 11001 | 110010 | 0 | 1110 | 100001110 | 111100 | 1000001 |
Color Harmonies of #A46EDB
Complementary color
Monochromatic Colors of #A46EDB
Black with #A46EDB
Text Example
Text Example
White with #A46EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EDB; }
p { color: rgb(164,110,219); }
H1.HeaderClassName
{
color: #A46EDB;
}
.AnyTagClassName
{
color: #A46EDB;
}
</style>
background-color css
<style>
a { background-color: #A46EDB; }
a { background-color: rgb(164,110,219); }
div.DivClassName
{
background-color: #A46EDB;
}
.BgClassName
{
background-color: #A46EDB;
}
</style>
border-color css
<style>
span { border-color: #A46EDB; }
span { border-color: rgb(164,110,219); }
td.TdClassName
{
border-color: #A46EDB;
}
.TagClassName
{
border-color: #A46EDB;
}
</style>