Shades of Amethyst #A06DC0
Tints of Amethyst #A06DC0
RGB
CMYK
RGB Variations
Color information
#A06DC0 (or 0xA06DC0) is known color: Amethyst. HEX triplet: A0, 6D and C0. RGB value is (160,109,192). Sum of RGB (Red+Green+Blue) = 160+109+192=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #A06DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DC0 is #5F923F. Grayscale: #858585. Windows color (decimal): -6263360 or 12610976. OLE color: 12610976.
HSL color Cylindrical-coordinate representation of color #A06DC0: hue angle of 276.87º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A06DC0 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 109 | 192 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.25 |
| HSL | 276.87º | 0.4% | 0.59% | - |
| HSV(B) | 276.87º | 0.43% | 0.75% | - |
| XYZ | 29.48 | 22.22 | 52.6 | - |
| YUV | 133.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 192 | 0.17 | 0.43 | 0 | 0.25 | 276.87 | 0.4 | 0.59 |
| Hex | A0 | 6D | C0 | 11 | 2B | 0 | 19 | 115 | 28 | 3B |
| Octal | 240 | 155 | 300 | 21 | 53 | 0 | 31 | 425 | 50 | 73 |
| Binary | 10100000 | 1101101 | 11000000 | 10001 | 101011 | 0 | 11001 | 100010101 | 101000 | 111011 |
Color Harmonies of #A06DC0
Complementary color
Monochromatic Colors of #A06DC0
Black with #A06DC0
Text Example
Text Example
White with #A06DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DC0; }
p { color: rgb(160,109,192); }
H1.HeaderClassName
{
color: #A06DC0;
}
.AnyTagClassName
{
color: #A06DC0;
}
</style>
background-color css
<style>
a { background-color: #A06DC0; }
a { background-color: rgb(160,109,192); }
div.DivClassName
{
background-color: #A06DC0;
}
.BgClassName
{
background-color: #A06DC0;
}
</style>
border-color css
<style>
span { border-color: #A06DC0; }
span { border-color: rgb(160,109,192); }
td.TdClassName
{
border-color: #A06DC0;
}
.TagClassName
{
border-color: #A06DC0;
}
</style>