Shades of Amethyst #A46ADF
Tints of Amethyst #A46ADF
RGB
CMYK
RGB Variations
Color information
#A46ADF (or 0xA46ADF) is known color: Amethyst. HEX triplet: A4, 6A and DF. RGB value is (164,106,223). Sum of RGB (Red+Green+Blue) = 164+106+223=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #A46ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ADF is #5B9520. Grayscale: #888888. Windows color (decimal): -6001953 or 14641828. OLE color: 14641828.
HSL color Cylindrical-coordinate representation of color #A46ADF: hue angle of 269.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46ADF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 106 | 223 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.13 |
| HSL | 269.74º | 0.65% | 0.65% | - |
| HSV(B) | 269.74º | 0.52% | 0.87% | - |
| XYZ | 33.78 | 23.53 | 72.57 | - |
| YUV | 136.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 223 | 0.26 | 0.52 | 0 | 0.13 | 269.74 | 0.65 | 0.65 |
| Hex | A4 | 6A | DF | 1A | 34 | 0 | D | 10E | 41 | 41 |
| Octal | 244 | 152 | 337 | 32 | 64 | 0 | 15 | 416 | 101 | 101 |
| Binary | 10100100 | 1101010 | 11011111 | 11010 | 110100 | 0 | 1101 | 100001110 | 1000001 | 1000001 |
Color Harmonies of #A46ADF
Complementary color
Monochromatic Colors of #A46ADF
Black with #A46ADF
Text Example
Text Example
White with #A46ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ADF; }
p { color: rgb(164,106,223); }
H1.HeaderClassName
{
color: #A46ADF;
}
.AnyTagClassName
{
color: #A46ADF;
}
</style>
background-color css
<style>
a { background-color: #A46ADF; }
a { background-color: rgb(164,106,223); }
div.DivClassName
{
background-color: #A46ADF;
}
.BgClassName
{
background-color: #A46ADF;
}
</style>
border-color css
<style>
span { border-color: #A46ADF; }
span { border-color: rgb(164,106,223); }
td.TdClassName
{
border-color: #A46ADF;
}
.TagClassName
{
border-color: #A46ADF;
}
</style>