Shades of Amethyst #A06DCC
Tints of Amethyst #A06DCC
RGB
CMYK
RGB Variations
Color information
#A06DCC (or 0xA06DCC) is known color: Amethyst. HEX triplet: A0, 6D and CC. RGB value is (160,109,204). Sum of RGB (Red+Green+Blue) = 160+109+204=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #A06DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DCC is #5F9233. Grayscale: #868686. Windows color (decimal): -6263348 or 13397408. OLE color: 13397408.
HSL color Cylindrical-coordinate representation of color #A06DCC: hue angle of 272.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06DCC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 109 | 204 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.2 |
| HSL | 272.21º | 0.48% | 0.61% | - |
| HSV(B) | 272.21º | 0.47% | 0.8% | - |
| XYZ | 30.86 | 22.77 | 59.9 | - |
| YUV | 135.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 204 | 0.22 | 0.47 | 0 | 0.2 | 272.21 | 0.48 | 0.61 |
| Hex | A0 | 6D | CC | 16 | 2F | 0 | 14 | 110 | 30 | 3D |
| Octal | 240 | 155 | 314 | 26 | 57 | 0 | 24 | 420 | 60 | 75 |
| Binary | 10100000 | 1101101 | 11001100 | 10110 | 101111 | 0 | 10100 | 100010000 | 110000 | 111101 |
Color Harmonies of #A06DCC
Complementary color
Monochromatic Colors of #A06DCC
Black with #A06DCC
Text Example
Text Example
White with #A06DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DCC; }
p { color: rgb(160,109,204); }
H1.HeaderClassName
{
color: #A06DCC;
}
.AnyTagClassName
{
color: #A06DCC;
}
</style>
background-color css
<style>
a { background-color: #A06DCC; }
a { background-color: rgb(160,109,204); }
div.DivClassName
{
background-color: #A06DCC;
}
.BgClassName
{
background-color: #A06DCC;
}
</style>
border-color css
<style>
span { border-color: #A06DCC; }
span { border-color: rgb(160,109,204); }
td.TdClassName
{
border-color: #A06DCC;
}
.TagClassName
{
border-color: #A06DCC;
}
</style>