Shades of Amethyst #A86FCA
Tints of Amethyst #A86FCA
RGB
CMYK
RGB Variations
Color information
#A86FCA (or 0xA86FCA) is known color: Amethyst. HEX triplet: A8, 6F and CA. RGB value is (168,111,202). Sum of RGB (Red+Green+Blue) = 168+111+202=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #A86FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FCA is #579035. Grayscale: #8A8A8A. Windows color (decimal): -5738550 or 13266856. OLE color: 13266856.
HSL color Cylindrical-coordinate representation of color #A86FCA: hue angle of 277.58º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A86FCA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 111 | 202 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.21 |
| HSL | 277.58º | 0.46% | 0.61% | - |
| HSV(B) | 277.58º | 0.45% | 0.79% | - |
| XYZ | 32.49 | 23.96 | 58.79 | - |
| YUV | 138.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 202 | 0.17 | 0.45 | 0 | 0.21 | 277.58 | 0.46 | 0.61 |
| Hex | A8 | 6F | CA | 11 | 2D | 0 | 15 | 116 | 2E | 3D |
| Octal | 250 | 157 | 312 | 21 | 55 | 0 | 25 | 426 | 56 | 75 |
| Binary | 10101000 | 1101111 | 11001010 | 10001 | 101101 | 0 | 10101 | 100010110 | 101110 | 111101 |
Color Harmonies of #A86FCA
Complementary color
Monochromatic Colors of #A86FCA
Black with #A86FCA
Text Example
Text Example
White with #A86FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FCA; }
p { color: rgb(168,111,202); }
H1.HeaderClassName
{
color: #A86FCA;
}
.AnyTagClassName
{
color: #A86FCA;
}
</style>
background-color css
<style>
a { background-color: #A86FCA; }
a { background-color: rgb(168,111,202); }
div.DivClassName
{
background-color: #A86FCA;
}
.BgClassName
{
background-color: #A86FCA;
}
</style>
border-color css
<style>
span { border-color: #A86FCA; }
span { border-color: rgb(168,111,202); }
td.TdClassName
{
border-color: #A86FCA;
}
.TagClassName
{
border-color: #A86FCA;
}
</style>