Shades of Amethyst #A46DBD
Tints of Amethyst #A46DBD
RGB
CMYK
RGB Variations
Color information
#A46DBD (or 0xA46DBD) is known color: Amethyst. HEX triplet: A4, 6D and BD. RGB value is (164,109,189). Sum of RGB (Red+Green+Blue) = 164+109+189=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #A46DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DBD is #5B9242. Grayscale: #868686. Windows color (decimal): -6001219 or 12414372. OLE color: 12414372.
HSL color Cylindrical-coordinate representation of color #A46DBD: hue angle of 281.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46DBD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 109 | 189 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.26 |
| HSL | 281.25º | 0.38% | 0.58% | - |
| HSV(B) | 281.25º | 0.42% | 0.74% | - |
| XYZ | 29.96 | 22.5 | 50.91 | - |
| YUV | 134.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 189 | 0.13 | 0.42 | 0 | 0.26 | 281.25 | 0.38 | 0.58 |
| Hex | A4 | 6D | BD | D | 2A | 0 | 1A | 119 | 26 | 3A |
| Octal | 244 | 155 | 275 | 15 | 52 | 0 | 32 | 431 | 46 | 72 |
| Binary | 10100100 | 1101101 | 10111101 | 1101 | 101010 | 0 | 11010 | 100011001 | 100110 | 111010 |
Color Harmonies of #A46DBD
Complementary color
Monochromatic Colors of #A46DBD
Black with #A46DBD
Text Example
Text Example
White with #A46DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DBD; }
p { color: rgb(164,109,189); }
H1.HeaderClassName
{
color: #A46DBD;
}
.AnyTagClassName
{
color: #A46DBD;
}
</style>
background-color css
<style>
a { background-color: #A46DBD; }
a { background-color: rgb(164,109,189); }
div.DivClassName
{
background-color: #A46DBD;
}
.BgClassName
{
background-color: #A46DBD;
}
</style>
border-color css
<style>
span { border-color: #A46DBD; }
span { border-color: rgb(164,109,189); }
td.TdClassName
{
border-color: #A46DBD;
}
.TagClassName
{
border-color: #A46DBD;
}
</style>