Shades of Medium Purple #A86DFE
Tints of Medium Purple #A86DFE
RGB
CMYK
RGB Variations
Color information
#A86DFE (or 0xA86DFE) is known color: Medium Purple. HEX triplet: A8, 6D and FE. RGB value is (168,109,254). Sum of RGB (Red+Green+Blue) = 168+109+254=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #A86DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DFE is #579201. Grayscale: #8E8E8E. Windows color (decimal): -5739010 or 16674216. OLE color: 16674216.
HSL color Cylindrical-coordinate representation of color #A86DFE: hue angle of 264.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86DFE is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 109 | 254 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.00 |
| HSL | 264.41º | 0.99% | 0.71% | - |
| HSV(B) | 264.41º | 0.57% | 1% | - |
| XYZ | 39.51 | 26.42 | 96.78 | - |
| YUV | 143.17 | 190.55 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 254 | 0.34 | 0.57 | 0 | 0.00 | 264.41 | 0.99 | 0.71 |
| Hex | A8 | 6D | FE | 22 | 39 | 0 | 0 | 108 | 63 | 47 |
| Octal | 250 | 155 | 376 | 42 | 71 | 0 | 0 | 410 | 143 | 107 |
| Binary | 10101000 | 1101101 | 11111110 | 100010 | 111001 | 0 | 0 | 100001000 | 1100011 | 1000111 |
Color Harmonies of #A86DFE
Complementary color
Monochromatic Colors of #A86DFE
Black with #A86DFE
Text Example
Text Example
White with #A86DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DFE; }
p { color: rgb(168,109,254); }
H1.HeaderClassName
{
color: #A86DFE;
}
.AnyTagClassName
{
color: #A86DFE;
}
</style>
background-color css
<style>
a { background-color: #A86DFE; }
a { background-color: rgb(168,109,254); }
div.DivClassName
{
background-color: #A86DFE;
}
.BgClassName
{
background-color: #A86DFE;
}
</style>
border-color css
<style>
span { border-color: #A86DFE; }
span { border-color: rgb(168,109,254); }
td.TdClassName
{
border-color: #A86DFE;
}
.TagClassName
{
border-color: #A86DFE;
}
</style>