Shades of Medium Purple #A86CFF
Tints of Medium Purple #A86CFF
RGB
CMYK
RGB Variations
Color information
#A86CFF (or 0xA86CFF) is known color: Medium Purple. HEX triplet: A8, 6C and FF. RGB value is (168,108,255). Sum of RGB (Red+Green+Blue) = 168+108+255=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A86CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CFF is #579300. Grayscale: #8E8E8E. Windows color (decimal): -5739265 or 16739496. OLE color: 16739496.
HSL color Cylindrical-coordinate representation of color #A86CFF: hue angle of 264.49º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A86CFF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 108 | 255 | - |
| CMYK | 0.34 | 0.58 | 0 | 0 |
| HSL | 264.49º | 1% | 0.71% | - |
| HSV(B) | 264.49º | 0.58% | 1% | - |
| XYZ | 39.56 | 26.27 | 97.59 | - |
| YUV | 142.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 255 | 0.34 | 0.58 | 0 | 0 | 264.49 | 1 | 0.71 |
| Hex | A8 | 6C | FF | 22 | 3A | 0 | 0 | 108 | 64 | 47 |
| Octal | 250 | 154 | 377 | 42 | 72 | 0 | 0 | 410 | 144 | 107 |
| Binary | 10101000 | 1101100 | 11111111 | 100010 | 111010 | 0 | 0 | 100001000 | 1100100 | 1000111 |
Color Harmonies of #A86CFF
Complementary color
Monochromatic Colors of #A86CFF
Black with #A86CFF
Text Example
Text Example
White with #A86CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CFF; }
p { color: rgb(168,108,255); }
H1.HeaderClassName
{
color: #A86CFF;
}
.AnyTagClassName
{
color: #A86CFF;
}
</style>
background-color css
<style>
a { background-color: #A86CFF; }
a { background-color: rgb(168,108,255); }
div.DivClassName
{
background-color: #A86CFF;
}
.BgClassName
{
background-color: #A86CFF;
}
</style>
border-color css
<style>
span { border-color: #A86CFF; }
span { border-color: rgb(168,108,255); }
td.TdClassName
{
border-color: #A86CFF;
}
.TagClassName
{
border-color: #A86CFF;
}
</style>