Shades of Amethyst #A06AD8
Tints of Amethyst #A06AD8
RGB
CMYK
RGB Variations
Color information
#A06AD8 (or 0xA06AD8) is known color: Amethyst. HEX triplet: A0, 6A and D8. RGB value is (160,106,216). Sum of RGB (Red+Green+Blue) = 160+106+216=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #A06AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06AD8 is #5F9527. Grayscale: #868686. Windows color (decimal): -6264104 or 14183072. OLE color: 14183072.
HSL color Cylindrical-coordinate representation of color #A06AD8: hue angle of 269.45º 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 #A06AD8 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 106 | 216 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.15 |
| HSL | 269.45º | 0.59% | 0.63% | - |
| HSV(B) | 269.45º | 0.51% | 0.85% | - |
| XYZ | 32.05 | 22.74 | 67.67 | - |
| YUV | 134.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 216 | 0.26 | 0.51 | 0 | 0.15 | 269.45 | 0.59 | 0.63 |
| Hex | A0 | 6A | D8 | 1A | 33 | 0 | F | 10D | 3B | 3F |
| Octal | 240 | 152 | 330 | 32 | 63 | 0 | 17 | 415 | 73 | 77 |
| Binary | 10100000 | 1101010 | 11011000 | 11010 | 110011 | 0 | 1111 | 100001101 | 111011 | 111111 |
Color Harmonies of #A06AD8
Complementary color
Monochromatic Colors of #A06AD8
Black with #A06AD8
Text Example
Text Example
White with #A06AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AD8; }
p { color: rgb(160,106,216); }
H1.HeaderClassName
{
color: #A06AD8;
}
.AnyTagClassName
{
color: #A06AD8;
}
</style>
background-color css
<style>
a { background-color: #A06AD8; }
a { background-color: rgb(160,106,216); }
div.DivClassName
{
background-color: #A06AD8;
}
.BgClassName
{
background-color: #A06AD8;
}
</style>
border-color css
<style>
span { border-color: #A06AD8; }
span { border-color: rgb(160,106,216); }
td.TdClassName
{
border-color: #A06AD8;
}
.TagClassName
{
border-color: #A06AD8;
}
</style>