Shades of Medium Purple #A86CF6
Tints of Medium Purple #A86CF6
RGB
CMYK
RGB Variations
Color information
#A86CF6 (or 0xA86CF6) is known color: Medium Purple. HEX triplet: A8, 6C and F6. RGB value is (168,108,246). Sum of RGB (Red+Green+Blue) = 168+108+246=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #A86CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CF6 is #579309. Grayscale: #8D8D8D. Windows color (decimal): -5739274 or 16149672. OLE color: 16149672.
HSL color Cylindrical-coordinate representation of color #A86CF6: hue angle of 266.09º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86CF6 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 108 | 246 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.04 |
| HSL | 266.09º | 0.88% | 0.69% | - |
| HSV(B) | 266.09º | 0.56% | 0.96% | - |
| XYZ | 38.15 | 25.7 | 90.14 | - |
| YUV | 141.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 246 | 0.32 | 0.56 | 0 | 0.04 | 266.09 | 0.88 | 0.69 |
| Hex | A8 | 6C | F6 | 20 | 38 | 0 | 4 | 10A | 58 | 45 |
| Octal | 250 | 154 | 366 | 40 | 70 | 0 | 4 | 412 | 130 | 105 |
| Binary | 10101000 | 1101100 | 11110110 | 100000 | 111000 | 0 | 100 | 100001010 | 1011000 | 1000101 |
Color Harmonies of #A86CF6
Complementary color
Monochromatic Colors of #A86CF6
Black with #A86CF6
Text Example
Text Example
White with #A86CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CF6; }
p { color: rgb(168,108,246); }
H1.HeaderClassName
{
color: #A86CF6;
}
.AnyTagClassName
{
color: #A86CF6;
}
</style>
background-color css
<style>
a { background-color: #A86CF6; }
a { background-color: rgb(168,108,246); }
div.DivClassName
{
background-color: #A86CF6;
}
.BgClassName
{
background-color: #A86CF6;
}
</style>
border-color css
<style>
span { border-color: #A86CF6; }
span { border-color: rgb(168,108,246); }
td.TdClassName
{
border-color: #A86CF6;
}
.TagClassName
{
border-color: #A86CF6;
}
</style>