Shades of Medium Purple #A86FFB
Tints of Medium Purple #A86FFB
RGB
CMYK
RGB Variations
Color information
#A86FFB (or 0xA86FFB) is known color: Medium Purple. HEX triplet: A8, 6F and FB. RGB value is (168,111,251). Sum of RGB (Red+Green+Blue) = 168+111+251=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #A86FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FFB is #579004. Grayscale: #8F8F8F. Windows color (decimal): -5738501 or 16478120. OLE color: 16478120.
HSL color Cylindrical-coordinate representation of color #A86FFB: hue angle of 264.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86FFB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 111 | 251 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.02 |
| HSL | 264.43º | 0.95% | 0.71% | - |
| HSV(B) | 264.43º | 0.56% | 0.98% | - |
| XYZ | 39.25 | 26.66 | 94.34 | - |
| YUV | 144 | 188.38 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 251 | 0.33 | 0.56 | 0 | 0.02 | 264.43 | 0.95 | 0.71 |
| Hex | A8 | 6F | FB | 21 | 38 | 0 | 2 | 108 | 5F | 47 |
| Octal | 250 | 157 | 373 | 41 | 70 | 0 | 2 | 410 | 137 | 107 |
| Binary | 10101000 | 1101111 | 11111011 | 100001 | 111000 | 0 | 10 | 100001000 | 1011111 | 1000111 |
Color Harmonies of #A86FFB
Complementary color
Monochromatic Colors of #A86FFB
Black with #A86FFB
Text Example
Text Example
White with #A86FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FFB; }
p { color: rgb(168,111,251); }
H1.HeaderClassName
{
color: #A86FFB;
}
.AnyTagClassName
{
color: #A86FFB;
}
</style>
background-color css
<style>
a { background-color: #A86FFB; }
a { background-color: rgb(168,111,251); }
div.DivClassName
{
background-color: #A86FFB;
}
.BgClassName
{
background-color: #A86FFB;
}
</style>
border-color css
<style>
span { border-color: #A86FFB; }
span { border-color: rgb(168,111,251); }
td.TdClassName
{
border-color: #A86FFB;
}
.TagClassName
{
border-color: #A86FFB;
}
</style>