Shades of Amethyst #A06AD1
Tints of Amethyst #A06AD1
RGB
CMYK
RGB Variations
Color information
#A06AD1 (or 0xA06AD1) is known color: Amethyst. HEX triplet: A0, 6A and D1. RGB value is (160,106,209). Sum of RGB (Red+Green+Blue) = 160+106+209=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #A06AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06AD1 is #5F952E. Grayscale: #858585. Windows color (decimal): -6264111 or 13724320. OLE color: 13724320.
HSL color Cylindrical-coordinate representation of color #A06AD1: hue angle of 271.46º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06AD1 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 106 | 209 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.18 |
| HSL | 271.46º | 0.53% | 0.62% | - |
| HSV(B) | 271.46º | 0.49% | 0.82% | - |
| XYZ | 31.16 | 22.39 | 63 | - |
| YUV | 133.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 209 | 0.23 | 0.49 | 0 | 0.18 | 271.46 | 0.53 | 0.62 |
| Hex | A0 | 6A | D1 | 17 | 31 | 0 | 12 | 10F | 35 | 3E |
| Octal | 240 | 152 | 321 | 27 | 61 | 0 | 22 | 417 | 65 | 76 |
| Binary | 10100000 | 1101010 | 11010001 | 10111 | 110001 | 0 | 10010 | 100001111 | 110101 | 111110 |
Color Harmonies of #A06AD1
Complementary color
Monochromatic Colors of #A06AD1
Black with #A06AD1
Text Example
Text Example
White with #A06AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AD1; }
p { color: rgb(160,106,209); }
H1.HeaderClassName
{
color: #A06AD1;
}
.AnyTagClassName
{
color: #A06AD1;
}
</style>
background-color css
<style>
a { background-color: #A06AD1; }
a { background-color: rgb(160,106,209); }
div.DivClassName
{
background-color: #A06AD1;
}
.BgClassName
{
background-color: #A06AD1;
}
</style>
border-color css
<style>
span { border-color: #A06AD1; }
span { border-color: rgb(160,106,209); }
td.TdClassName
{
border-color: #A06AD1;
}
.TagClassName
{
border-color: #A06AD1;
}
</style>