Shades of Medium Purple #A86DED
Tints of Medium Purple #A86DED
RGB
CMYK
RGB Variations
Color information
#A86DED (or 0xA86DED) is known color: Medium Purple. HEX triplet: A8, 6D and ED. RGB value is (168,109,237). Sum of RGB (Red+Green+Blue) = 168+109+237=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #A86DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DED is #579212. Grayscale: #8C8C8C. Windows color (decimal): -5739027 or 15560104. OLE color: 15560104.
HSL color Cylindrical-coordinate representation of color #A86DED: hue angle of 267.66º degrees, saturation: 0.78, 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 #A86DED is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 109 | 237 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.07 |
| HSL | 267.66º | 0.78% | 0.68% | - |
| HSV(B) | 267.66º | 0.54% | 0.93% | - |
| XYZ | 36.9 | 25.38 | 83.07 | - |
| YUV | 141.23 | 182.05 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 237 | 0.29 | 0.54 | 0 | 0.07 | 267.66 | 0.78 | 0.68 |
| Hex | A8 | 6D | ED | 1D | 36 | 0 | 7 | 10C | 4E | 44 |
| Octal | 250 | 155 | 355 | 35 | 66 | 0 | 7 | 414 | 116 | 104 |
| Binary | 10101000 | 1101101 | 11101101 | 11101 | 110110 | 0 | 111 | 100001100 | 1001110 | 1000100 |
Color Harmonies of #A86DED
Complementary color
Monochromatic Colors of #A86DED
Black with #A86DED
Text Example
Text Example
White with #A86DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DED; }
p { color: rgb(168,109,237); }
H1.HeaderClassName
{
color: #A86DED;
}
.AnyTagClassName
{
color: #A86DED;
}
</style>
background-color css
<style>
a { background-color: #A86DED; }
a { background-color: rgb(168,109,237); }
div.DivClassName
{
background-color: #A86DED;
}
.BgClassName
{
background-color: #A86DED;
}
</style>
border-color css
<style>
span { border-color: #A86DED; }
span { border-color: rgb(168,109,237); }
td.TdClassName
{
border-color: #A86DED;
}
.TagClassName
{
border-color: #A86DED;
}
</style>