Shades of Amethyst #A06AD9
Tints of Amethyst #A06AD9
RGB
CMYK
RGB Variations
Color information
#A06AD9 (or 0xA06AD9) is known color: Amethyst. HEX triplet: A0, 6A and D9. RGB value is (160,106,217). Sum of RGB (Red+Green+Blue) = 160+106+217=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #A06AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06AD9 is #5F9526. Grayscale: #868686. Windows color (decimal): -6264103 or 14248608. OLE color: 14248608.
HSL color Cylindrical-coordinate representation of color #A06AD9: hue angle of 269.19º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A06AD9 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 106 | 217 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.15 |
| HSL | 269.19º | 0.59% | 0.63% | - |
| HSV(B) | 269.19º | 0.51% | 0.85% | - |
| XYZ | 32.18 | 22.79 | 68.35 | - |
| YUV | 134.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 217 | 0.26 | 0.51 | 0 | 0.15 | 269.19 | 0.59 | 0.63 |
| Hex | A0 | 6A | D9 | 1A | 33 | 0 | F | 10D | 3B | 3F |
| Octal | 240 | 152 | 331 | 32 | 63 | 0 | 17 | 415 | 73 | 77 |
| Binary | 10100000 | 1101010 | 11011001 | 11010 | 110011 | 0 | 1111 | 100001101 | 111011 | 111111 |
Color Harmonies of #A06AD9
Complementary color
Monochromatic Colors of #A06AD9
Black with #A06AD9
Text Example
Text Example
White with #A06AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AD9; }
p { color: rgb(160,106,217); }
H1.HeaderClassName
{
color: #A06AD9;
}
.AnyTagClassName
{
color: #A06AD9;
}
</style>
background-color css
<style>
a { background-color: #A06AD9; }
a { background-color: rgb(160,106,217); }
div.DivClassName
{
background-color: #A06AD9;
}
.BgClassName
{
background-color: #A06AD9;
}
</style>
border-color css
<style>
span { border-color: #A06AD9; }
span { border-color: rgb(160,106,217); }
td.TdClassName
{
border-color: #A06AD9;
}
.TagClassName
{
border-color: #A06AD9;
}
</style>