Shades of Amethyst #A46DCC
Tints of Amethyst #A46DCC
RGB
CMYK
RGB Variations
Color information
#A46DCC (or 0xA46DCC) is known color: Amethyst. HEX triplet: A4, 6D and CC. RGB value is (164,109,204). Sum of RGB (Red+Green+Blue) = 164+109+204=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A46DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DCC is #5B9233. Grayscale: #878787. Windows color (decimal): -6001204 or 13397412. OLE color: 13397412.
HSL color Cylindrical-coordinate representation of color #A46DCC: hue angle of 274.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46DCC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 109 | 204 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.2 |
| HSL | 274.74º | 0.48% | 0.61% | - |
| HSV(B) | 274.74º | 0.47% | 0.8% | - |
| XYZ | 31.68 | 23.19 | 59.93 | - |
| YUV | 136.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 204 | 0.20 | 0.47 | 0 | 0.2 | 274.74 | 0.48 | 0.61 |
| Hex | A4 | 6D | CC | 14 | 2F | 0 | 14 | 113 | 30 | 3D |
| Octal | 244 | 155 | 314 | 24 | 57 | 0 | 24 | 423 | 60 | 75 |
| Binary | 10100100 | 1101101 | 11001100 | 10100 | 101111 | 0 | 10100 | 100010011 | 110000 | 111101 |
Color Harmonies of #A46DCC
Complementary color
Monochromatic Colors of #A46DCC
Black with #A46DCC
Text Example
Text Example
White with #A46DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DCC; }
p { color: rgb(164,109,204); }
H1.HeaderClassName
{
color: #A46DCC;
}
.AnyTagClassName
{
color: #A46DCC;
}
</style>
background-color css
<style>
a { background-color: #A46DCC; }
a { background-color: rgb(164,109,204); }
div.DivClassName
{
background-color: #A46DCC;
}
.BgClassName
{
background-color: #A46DCC;
}
</style>
border-color css
<style>
span { border-color: #A46DCC; }
span { border-color: rgb(164,109,204); }
td.TdClassName
{
border-color: #A46DCC;
}
.TagClassName
{
border-color: #A46DCC;
}
</style>