Shades of Medium Purple #A86FFC
Tints of Medium Purple #A86FFC
RGB
CMYK
RGB Variations
Color information
#A86FFC (or 0xA86FFC) is known color: Medium Purple. HEX triplet: A8, 6F and FC. RGB value is (168,111,252). Sum of RGB (Red+Green+Blue) = 168+111+252=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #A86FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FFC is #579003. Grayscale: #8F8F8F. Windows color (decimal): -5738500 or 16543656. OLE color: 16543656.
HSL color Cylindrical-coordinate representation of color #A86FFC: hue angle of 264.26º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86FFC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 111 | 252 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.01 |
| HSL | 264.26º | 0.96% | 0.71% | - |
| HSV(B) | 264.26º | 0.56% | 0.99% | - |
| XYZ | 39.4 | 26.72 | 95.18 | - |
| YUV | 144.12 | 188.88 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 252 | 0.33 | 0.56 | 0 | 0.01 | 264.26 | 0.96 | 0.71 |
| Hex | A8 | 6F | FC | 21 | 38 | 0 | 1 | 108 | 60 | 47 |
| Octal | 250 | 157 | 374 | 41 | 70 | 0 | 1 | 410 | 140 | 107 |
| Binary | 10101000 | 1101111 | 11111100 | 100001 | 111000 | 0 | 1 | 100001000 | 1100000 | 1000111 |
Color Harmonies of #A86FFC
Complementary color
Monochromatic Colors of #A86FFC
Black with #A86FFC
Text Example
Text Example
White with #A86FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FFC; }
p { color: rgb(168,111,252); }
H1.HeaderClassName
{
color: #A86FFC;
}
.AnyTagClassName
{
color: #A86FFC;
}
</style>
background-color css
<style>
a { background-color: #A86FFC; }
a { background-color: rgb(168,111,252); }
div.DivClassName
{
background-color: #A86FFC;
}
.BgClassName
{
background-color: #A86FFC;
}
</style>
border-color css
<style>
span { border-color: #A86FFC; }
span { border-color: rgb(168,111,252); }
td.TdClassName
{
border-color: #A86FFC;
}
.TagClassName
{
border-color: #A86FFC;
}
</style>