Shades of Amethyst #A46DDD
Tints of Amethyst #A46DDD
RGB
CMYK
RGB Variations
Color information
#A46DDD (or 0xA46DDD) is known color: Amethyst. HEX triplet: A4, 6D and DD. RGB value is (164,109,221). Sum of RGB (Red+Green+Blue) = 164+109+221=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A46DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DDD is #5B9222. Grayscale: #898989. Windows color (decimal): -6001187 or 14511524. OLE color: 14511524.
HSL color Cylindrical-coordinate representation of color #A46DDD: hue angle of 269.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46DDD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 109 | 221 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.13 |
| HSL | 269.46º | 0.62% | 0.65% | - |
| HSV(B) | 269.46º | 0.51% | 0.87% | - |
| XYZ | 33.83 | 24.05 | 71.27 | - |
| YUV | 138.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 221 | 0.26 | 0.51 | 0 | 0.13 | 269.46 | 0.62 | 0.65 |
| Hex | A4 | 6D | DD | 1A | 33 | 0 | D | 10D | 3E | 41 |
| Octal | 244 | 155 | 335 | 32 | 63 | 0 | 15 | 415 | 76 | 101 |
| Binary | 10100100 | 1101101 | 11011101 | 11010 | 110011 | 0 | 1101 | 100001101 | 111110 | 1000001 |
Color Harmonies of #A46DDD
Complementary color
Monochromatic Colors of #A46DDD
Black with #A46DDD
Text Example
Text Example
White with #A46DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DDD; }
p { color: rgb(164,109,221); }
H1.HeaderClassName
{
color: #A46DDD;
}
.AnyTagClassName
{
color: #A46DDD;
}
</style>
background-color css
<style>
a { background-color: #A46DDD; }
a { background-color: rgb(164,109,221); }
div.DivClassName
{
background-color: #A46DDD;
}
.BgClassName
{
background-color: #A46DDD;
}
</style>
border-color css
<style>
span { border-color: #A46DDD; }
span { border-color: rgb(164,109,221); }
td.TdClassName
{
border-color: #A46DDD;
}
.TagClassName
{
border-color: #A46DDD;
}
</style>