Shades of Amethyst #A06AD6
Tints of Amethyst #A06AD6
RGB
CMYK
RGB Variations
Color information
#A06AD6 (or 0xA06AD6) is known color: Amethyst. HEX triplet: A0, 6A and D6. RGB value is (160,106,214). Sum of RGB (Red+Green+Blue) = 160+106+214=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #A06AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06AD6 is #5F9529. Grayscale: #868686. Windows color (decimal): -6264106 or 14052000. OLE color: 14052000.
HSL color Cylindrical-coordinate representation of color #A06AD6: hue angle of 270º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06AD6 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 106 | 214 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.16 |
| HSL | 270º | 0.57% | 0.63% | - |
| HSV(B) | 270º | 0.5% | 0.84% | - |
| XYZ | 31.79 | 22.64 | 66.31 | - |
| YUV | 134.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 214 | 0.25 | 0.50 | 0 | 0.16 | 270 | 0.57 | 0.63 |
| Hex | A0 | 6A | D6 | 19 | 32 | 0 | 10 | 10E | 39 | 3F |
| Octal | 240 | 152 | 326 | 31 | 62 | 0 | 20 | 416 | 71 | 77 |
| Binary | 10100000 | 1101010 | 11010110 | 11001 | 110010 | 0 | 10000 | 100001110 | 111001 | 111111 |
Color Harmonies of #A06AD6
Complementary color
Monochromatic Colors of #A06AD6
Black with #A06AD6
Text Example
Text Example
White with #A06AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AD6; }
p { color: rgb(160,106,214); }
H1.HeaderClassName
{
color: #A06AD6;
}
.AnyTagClassName
{
color: #A06AD6;
}
</style>
background-color css
<style>
a { background-color: #A06AD6; }
a { background-color: rgb(160,106,214); }
div.DivClassName
{
background-color: #A06AD6;
}
.BgClassName
{
background-color: #A06AD6;
}
</style>
border-color css
<style>
span { border-color: #A06AD6; }
span { border-color: rgb(160,106,214); }
td.TdClassName
{
border-color: #A06AD6;
}
.TagClassName
{
border-color: #A06AD6;
}
</style>