Shades of Amethyst #A46EDD
Tints of Amethyst #A46EDD
RGB
CMYK
RGB Variations
Color information
#A46EDD (or 0xA46EDD) is known color: Amethyst. HEX triplet: A4, 6E and DD. RGB value is (164,110,221). Sum of RGB (Red+Green+Blue) = 164+110+221=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #A46EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EDD is #5B9122. Grayscale: #8A8A8A. Windows color (decimal): -6000931 or 14511780. OLE color: 14511780.
HSL color Cylindrical-coordinate representation of color #A46EDD: hue angle of 269.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46EDD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 110 | 221 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.13 |
| HSL | 269.19º | 0.62% | 0.65% | - |
| HSV(B) | 269.19º | 0.5% | 0.87% | - |
| XYZ | 33.94 | 24.26 | 71.3 | - |
| YUV | 138.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 221 | 0.26 | 0.50 | 0 | 0.13 | 269.19 | 0.62 | 0.65 |
| Hex | A4 | 6E | DD | 1A | 32 | 0 | D | 10D | 3E | 41 |
| Octal | 244 | 156 | 335 | 32 | 62 | 0 | 15 | 415 | 76 | 101 |
| Binary | 10100100 | 1101110 | 11011101 | 11010 | 110010 | 0 | 1101 | 100001101 | 111110 | 1000001 |
Color Harmonies of #A46EDD
Complementary color
Monochromatic Colors of #A46EDD
Black with #A46EDD
Text Example
Text Example
White with #A46EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EDD; }
p { color: rgb(164,110,221); }
H1.HeaderClassName
{
color: #A46EDD;
}
.AnyTagClassName
{
color: #A46EDD;
}
</style>
background-color css
<style>
a { background-color: #A46EDD; }
a { background-color: rgb(164,110,221); }
div.DivClassName
{
background-color: #A46EDD;
}
.BgClassName
{
background-color: #A46EDD;
}
</style>
border-color css
<style>
span { border-color: #A46EDD; }
span { border-color: rgb(164,110,221); }
td.TdClassName
{
border-color: #A46EDD;
}
.TagClassName
{
border-color: #A46EDD;
}
</style>