Shades of Amethyst #A46ACE
Tints of Amethyst #A46ACE
RGB
CMYK
RGB Variations
Color information
#A46ACE (or 0xA46ACE) is known color: Amethyst. HEX triplet: A4, 6A and CE. RGB value is (164,106,206). Sum of RGB (Red+Green+Blue) = 164+106+206=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #A46ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ACE is #5B9531. Grayscale: #868686. Windows color (decimal): -6001970 or 13527716. OLE color: 13527716.
HSL color Cylindrical-coordinate representation of color #A46ACE: hue angle of 274.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46ACE is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 106 | 206 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.19 |
| HSL | 274.8º | 0.51% | 0.61% | - |
| HSV(B) | 274.8º | 0.49% | 0.81% | - |
| XYZ | 31.6 | 22.66 | 61.1 | - |
| YUV | 134.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 206 | 0.20 | 0.49 | 0 | 0.19 | 274.8 | 0.51 | 0.61 |
| Hex | A4 | 6A | CE | 14 | 31 | 0 | 13 | 113 | 33 | 3D |
| Octal | 244 | 152 | 316 | 24 | 61 | 0 | 23 | 423 | 63 | 75 |
| Binary | 10100100 | 1101010 | 11001110 | 10100 | 110001 | 0 | 10011 | 100010011 | 110011 | 111101 |
Color Harmonies of #A46ACE
Complementary color
Monochromatic Colors of #A46ACE
Black with #A46ACE
Text Example
Text Example
White with #A46ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ACE; }
p { color: rgb(164,106,206); }
H1.HeaderClassName
{
color: #A46ACE;
}
.AnyTagClassName
{
color: #A46ACE;
}
</style>
background-color css
<style>
a { background-color: #A46ACE; }
a { background-color: rgb(164,106,206); }
div.DivClassName
{
background-color: #A46ACE;
}
.BgClassName
{
background-color: #A46ACE;
}
</style>
border-color css
<style>
span { border-color: #A46ACE; }
span { border-color: rgb(164,106,206); }
td.TdClassName
{
border-color: #A46ACE;
}
.TagClassName
{
border-color: #A46ACE;
}
</style>