Shades of Amethyst #A86FC6
Tints of Amethyst #A86FC6
RGB
CMYK
RGB Variations
Color information
#A86FC6 (or 0xA86FC6) is known color: Amethyst. HEX triplet: A8, 6F and C6. RGB value is (168,111,198). Sum of RGB (Red+Green+Blue) = 168+111+198=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #A86FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FC6 is #579039. Grayscale: #898989. Windows color (decimal): -5738554 or 13004712. OLE color: 13004712.
HSL color Cylindrical-coordinate representation of color #A86FC6: hue angle of 279.31º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A86FC6 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 111 | 198 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.22 |
| HSL | 279.31º | 0.43% | 0.61% | - |
| HSV(B) | 279.31º | 0.44% | 0.78% | - |
| XYZ | 32.03 | 23.77 | 56.33 | - |
| YUV | 137.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 198 | 0.15 | 0.44 | 0 | 0.22 | 279.31 | 0.43 | 0.61 |
| Hex | A8 | 6F | C6 | F | 2C | 0 | 16 | 117 | 2B | 3D |
| Octal | 250 | 157 | 306 | 17 | 54 | 0 | 26 | 427 | 53 | 75 |
| Binary | 10101000 | 1101111 | 11000110 | 1111 | 101100 | 0 | 10110 | 100010111 | 101011 | 111101 |
Color Harmonies of #A86FC6
Complementary color
Monochromatic Colors of #A86FC6
Black with #A86FC6
Text Example
Text Example
White with #A86FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FC6; }
p { color: rgb(168,111,198); }
H1.HeaderClassName
{
color: #A86FC6;
}
.AnyTagClassName
{
color: #A86FC6;
}
</style>
background-color css
<style>
a { background-color: #A86FC6; }
a { background-color: rgb(168,111,198); }
div.DivClassName
{
background-color: #A86FC6;
}
.BgClassName
{
background-color: #A86FC6;
}
</style>
border-color css
<style>
span { border-color: #A86FC6; }
span { border-color: rgb(168,111,198); }
td.TdClassName
{
border-color: #A86FC6;
}
.TagClassName
{
border-color: #A86FC6;
}
</style>