Shades of Medium Purple #A86CFC
Tints of Medium Purple #A86CFC
RGB
CMYK
RGB Variations
Color information
#A86CFC (or 0xA86CFC) is known color: Medium Purple. HEX triplet: A8, 6C and FC. RGB value is (168,108,252). Sum of RGB (Red+Green+Blue) = 168+108+252=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #A86CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CFC is #579303. Grayscale: #8D8D8D. Windows color (decimal): -5739268 or 16542888. OLE color: 16542888.
HSL color Cylindrical-coordinate representation of color #A86CFC: hue angle of 265º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86CFC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 108 | 252 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.01 |
| HSL | 265º | 0.96% | 0.71% | - |
| HSV(B) | 265º | 0.57% | 0.99% | - |
| XYZ | 39.08 | 26.08 | 95.07 | - |
| YUV | 142.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 252 | 0.33 | 0.57 | 0 | 0.01 | 265 | 0.96 | 0.71 |
| Hex | A8 | 6C | FC | 21 | 39 | 0 | 1 | 109 | 60 | 47 |
| Octal | 250 | 154 | 374 | 41 | 71 | 0 | 1 | 411 | 140 | 107 |
| Binary | 10101000 | 1101100 | 11111100 | 100001 | 111001 | 0 | 1 | 100001001 | 1100000 | 1000111 |
Color Harmonies of #A86CFC
Complementary color
Monochromatic Colors of #A86CFC
Black with #A86CFC
Text Example
Text Example
White with #A86CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CFC; }
p { color: rgb(168,108,252); }
H1.HeaderClassName
{
color: #A86CFC;
}
.AnyTagClassName
{
color: #A86CFC;
}
</style>
background-color css
<style>
a { background-color: #A86CFC; }
a { background-color: rgb(168,108,252); }
div.DivClassName
{
background-color: #A86CFC;
}
.BgClassName
{
background-color: #A86CFC;
}
</style>
border-color css
<style>
span { border-color: #A86CFC; }
span { border-color: rgb(168,108,252); }
td.TdClassName
{
border-color: #A86CFC;
}
.TagClassName
{
border-color: #A86CFC;
}
</style>