Shades of Medium Purple #A86DEC
Tints of Medium Purple #A86DEC
RGB
CMYK
RGB Variations
Color information
#A86DEC (or 0xA86DEC) is known color: Medium Purple. HEX triplet: A8, 6D and EC. RGB value is (168,109,236). Sum of RGB (Red+Green+Blue) = 168+109+236=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #A86DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DEC is #579213. Grayscale: #8C8C8C. Windows color (decimal): -5739028 or 15494568. OLE color: 15494568.
HSL color Cylindrical-coordinate representation of color #A86DEC: hue angle of 267.87º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A86DEC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 109 | 236 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.07 |
| HSL | 267.87º | 0.77% | 0.68% | - |
| HSV(B) | 267.87º | 0.54% | 0.93% | - |
| XYZ | 36.76 | 25.32 | 82.31 | - |
| YUV | 141.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 236 | 0.29 | 0.54 | 0 | 0.07 | 267.87 | 0.77 | 0.68 |
| Hex | A8 | 6D | EC | 1D | 36 | 0 | 7 | 10C | 4D | 44 |
| Octal | 250 | 155 | 354 | 35 | 66 | 0 | 7 | 414 | 115 | 104 |
| Binary | 10101000 | 1101101 | 11101100 | 11101 | 110110 | 0 | 111 | 100001100 | 1001101 | 1000100 |
Color Harmonies of #A86DEC
Complementary color
Monochromatic Colors of #A86DEC
Black with #A86DEC
Text Example
Text Example
White with #A86DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DEC; }
p { color: rgb(168,109,236); }
H1.HeaderClassName
{
color: #A86DEC;
}
.AnyTagClassName
{
color: #A86DEC;
}
</style>
background-color css
<style>
a { background-color: #A86DEC; }
a { background-color: rgb(168,109,236); }
div.DivClassName
{
background-color: #A86DEC;
}
.BgClassName
{
background-color: #A86DEC;
}
</style>
border-color css
<style>
span { border-color: #A86DEC; }
span { border-color: rgb(168,109,236); }
td.TdClassName
{
border-color: #A86DEC;
}
.TagClassName
{
border-color: #A86DEC;
}
</style>