Shades of Amethyst #A06DD8
Tints of Amethyst #A06DD8
RGB
CMYK
RGB Variations
Color information
#A06DD8 (or 0xA06DD8) is known color: Amethyst. HEX triplet: A0, 6D and D8. RGB value is (160,109,216). Sum of RGB (Red+Green+Blue) = 160+109+216=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #A06DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DD8 is #5F9227. Grayscale: #888888. Windows color (decimal): -6263336 or 14183840. OLE color: 14183840.
HSL color Cylindrical-coordinate representation of color #A06DD8: hue angle of 268.6º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06DD8 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 109 | 216 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.15 |
| HSL | 268.6º | 0.58% | 0.64% | - |
| HSV(B) | 268.6º | 0.5% | 0.85% | - |
| XYZ | 32.36 | 23.37 | 67.77 | - |
| YUV | 136.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 216 | 0.26 | 0.50 | 0 | 0.15 | 268.6 | 0.58 | 0.64 |
| Hex | A0 | 6D | D8 | 1A | 32 | 0 | F | 10D | 3A | 40 |
| Octal | 240 | 155 | 330 | 32 | 62 | 0 | 17 | 415 | 72 | 100 |
| Binary | 10100000 | 1101101 | 11011000 | 11010 | 110010 | 0 | 1111 | 100001101 | 111010 | 1000000 |
Color Harmonies of #A06DD8
Complementary color
Monochromatic Colors of #A06DD8
Black with #A06DD8
Text Example
Text Example
White with #A06DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DD8; }
p { color: rgb(160,109,216); }
H1.HeaderClassName
{
color: #A06DD8;
}
.AnyTagClassName
{
color: #A06DD8;
}
</style>
background-color css
<style>
a { background-color: #A06DD8; }
a { background-color: rgb(160,109,216); }
div.DivClassName
{
background-color: #A06DD8;
}
.BgClassName
{
background-color: #A06DD8;
}
</style>
border-color css
<style>
span { border-color: #A06DD8; }
span { border-color: rgb(160,109,216); }
td.TdClassName
{
border-color: #A06DD8;
}
.TagClassName
{
border-color: #A06DD8;
}
</style>