Shades of Amethyst #A46CBD
Tints of Amethyst #A46CBD
RGB
CMYK
RGB Variations
Color information
#A46CBD (or 0xA46CBD) is known color: Amethyst. HEX triplet: A4, 6C and BD. RGB value is (164,108,189). Sum of RGB (Red+Green+Blue) = 164+108+189=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #A46CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CBD is #5B9342. Grayscale: #858585. Windows color (decimal): -6001475 or 12414116. OLE color: 12414116.
HSL color Cylindrical-coordinate representation of color #A46CBD: hue angle of 281.48º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46CBD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 108 | 189 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.26 |
| HSL | 281.48º | 0.38% | 0.58% | - |
| HSV(B) | 281.48º | 0.43% | 0.74% | - |
| XYZ | 29.86 | 22.29 | 50.87 | - |
| YUV | 133.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 189 | 0.13 | 0.43 | 0 | 0.26 | 281.48 | 0.38 | 0.58 |
| Hex | A4 | 6C | BD | D | 2B | 0 | 1A | 119 | 26 | 3A |
| Octal | 244 | 154 | 275 | 15 | 53 | 0 | 32 | 431 | 46 | 72 |
| Binary | 10100100 | 1101100 | 10111101 | 1101 | 101011 | 0 | 11010 | 100011001 | 100110 | 111010 |
Color Harmonies of #A46CBD
Complementary color
Monochromatic Colors of #A46CBD
Black with #A46CBD
Text Example
Text Example
White with #A46CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CBD; }
p { color: rgb(164,108,189); }
H1.HeaderClassName
{
color: #A46CBD;
}
.AnyTagClassName
{
color: #A46CBD;
}
</style>
background-color css
<style>
a { background-color: #A46CBD; }
a { background-color: rgb(164,108,189); }
div.DivClassName
{
background-color: #A46CBD;
}
.BgClassName
{
background-color: #A46CBD;
}
</style>
border-color css
<style>
span { border-color: #A46CBD; }
span { border-color: rgb(164,108,189); }
td.TdClassName
{
border-color: #A46CBD;
}
.TagClassName
{
border-color: #A46CBD;
}
</style>