Shades of Medium Purple #A86EFB
Tints of Medium Purple #A86EFB
RGB
CMYK
RGB Variations
Color information
#A86EFB (or 0xA86EFB) is known color: Medium Purple. HEX triplet: A8, 6E and FB. RGB value is (168,110,251). Sum of RGB (Red+Green+Blue) = 168+110+251=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #A86EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EFB is #579104. Grayscale: #8E8E8E. Windows color (decimal): -5738757 or 16477864. OLE color: 16477864.
HSL color Cylindrical-coordinate representation of color #A86EFB: hue angle of 264.68º 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 #A86EFB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 110 | 251 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.02 |
| HSL | 264.68º | 0.95% | 0.71% | - |
| HSV(B) | 264.68º | 0.56% | 0.98% | - |
| XYZ | 39.14 | 26.44 | 94.31 | - |
| YUV | 143.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 251 | 0.33 | 0.56 | 0 | 0.02 | 264.68 | 0.95 | 0.71 |
| Hex | A8 | 6E | FB | 21 | 38 | 0 | 2 | 109 | 5F | 47 |
| Octal | 250 | 156 | 373 | 41 | 70 | 0 | 2 | 411 | 137 | 107 |
| Binary | 10101000 | 1101110 | 11111011 | 100001 | 111000 | 0 | 10 | 100001001 | 1011111 | 1000111 |
Color Harmonies of #A86EFB
Complementary color
Monochromatic Colors of #A86EFB
Black with #A86EFB
Text Example
Text Example
White with #A86EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EFB; }
p { color: rgb(168,110,251); }
H1.HeaderClassName
{
color: #A86EFB;
}
.AnyTagClassName
{
color: #A86EFB;
}
</style>
background-color css
<style>
a { background-color: #A86EFB; }
a { background-color: rgb(168,110,251); }
div.DivClassName
{
background-color: #A86EFB;
}
.BgClassName
{
background-color: #A86EFB;
}
</style>
border-color css
<style>
span { border-color: #A86EFB; }
span { border-color: rgb(168,110,251); }
td.TdClassName
{
border-color: #A86EFB;
}
.TagClassName
{
border-color: #A86EFB;
}
</style>