Shades of Amethyst #A06FCC
Tints of Amethyst #A06FCC
RGB
CMYK
RGB Variations
Color information
#A06FCC (or 0xA06FCC) is known color: Amethyst. HEX triplet: A0, 6F and CC. RGB value is (160,111,204). Sum of RGB (Red+Green+Blue) = 160+111+204=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A06FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCC is #5F9033. Grayscale: #878787. Windows color (decimal): -6262836 or 13397920. OLE color: 13397920.
HSL color Cylindrical-coordinate representation of color #A06FCC: hue angle of 271.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06FCC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 111 | 204 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.2 |
| HSL | 271.61º | 0.48% | 0.62% | - |
| HSV(B) | 271.61º | 0.46% | 0.8% | - |
| XYZ | 31.08 | 23.2 | 59.97 | - |
| YUV | 136.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 204 | 0.22 | 0.46 | 0 | 0.2 | 271.61 | 0.48 | 0.62 |
| Hex | A0 | 6F | CC | 16 | 2E | 0 | 14 | 110 | 30 | 3E |
| Octal | 240 | 157 | 314 | 26 | 56 | 0 | 24 | 420 | 60 | 76 |
| Binary | 10100000 | 1101111 | 11001100 | 10110 | 101110 | 0 | 10100 | 100010000 | 110000 | 111110 |
Color Harmonies of #A06FCC
Complementary color
Monochromatic Colors of #A06FCC
Black with #A06FCC
Text Example
Text Example
White with #A06FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FCC; }
p { color: rgb(160,111,204); }
H1.HeaderClassName
{
color: #A06FCC;
}
.AnyTagClassName
{
color: #A06FCC;
}
</style>
background-color css
<style>
a { background-color: #A06FCC; }
a { background-color: rgb(160,111,204); }
div.DivClassName
{
background-color: #A06FCC;
}
.BgClassName
{
background-color: #A06FCC;
}
</style>
border-color css
<style>
span { border-color: #A06FCC; }
span { border-color: rgb(160,111,204); }
td.TdClassName
{
border-color: #A06FCC;
}
.TagClassName
{
border-color: #A06FCC;
}
</style>