Shades of Amethyst #A86FC8
Tints of Amethyst #A86FC8
RGB
CMYK
RGB Variations
Color information
#A86FC8 (or 0xA86FC8) is known color: Amethyst. HEX triplet: A8, 6F and C8. RGB value is (168,111,200). Sum of RGB (Red+Green+Blue) = 168+111+200=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #A86FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FC8 is #579037. Grayscale: #898989. Windows color (decimal): -5738552 or 13135784. OLE color: 13135784.
HSL color Cylindrical-coordinate representation of color #A86FC8: hue angle of 278.43º degrees, saturation: 0.45, 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 #A86FC8 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 111 | 200 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.22 |
| HSL | 278.43º | 0.45% | 0.61% | - |
| HSV(B) | 278.43º | 0.45% | 0.78% | - |
| XYZ | 32.26 | 23.86 | 57.55 | - |
| YUV | 138.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 200 | 0.16 | 0.44 | 0 | 0.22 | 278.43 | 0.45 | 0.61 |
| Hex | A8 | 6F | C8 | 10 | 2C | 0 | 16 | 116 | 2D | 3D |
| Octal | 250 | 157 | 310 | 20 | 54 | 0 | 26 | 426 | 55 | 75 |
| Binary | 10101000 | 1101111 | 11001000 | 10000 | 101100 | 0 | 10110 | 100010110 | 101101 | 111101 |
Color Harmonies of #A86FC8
Complementary color
Monochromatic Colors of #A86FC8
Black with #A86FC8
Text Example
Text Example
White with #A86FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FC8; }
p { color: rgb(168,111,200); }
H1.HeaderClassName
{
color: #A86FC8;
}
.AnyTagClassName
{
color: #A86FC8;
}
</style>
background-color css
<style>
a { background-color: #A86FC8; }
a { background-color: rgb(168,111,200); }
div.DivClassName
{
background-color: #A86FC8;
}
.BgClassName
{
background-color: #A86FC8;
}
</style>
border-color css
<style>
span { border-color: #A86FC8; }
span { border-color: rgb(168,111,200); }
td.TdClassName
{
border-color: #A86FC8;
}
.TagClassName
{
border-color: #A86FC8;
}
</style>