Shades of Medium Purple #A86FED
Tints of Medium Purple #A86FED
RGB
CMYK
RGB Variations
Color information
#A86FED (or 0xA86FED) is known color: Medium Purple. HEX triplet: A8, 6F and ED. RGB value is (168,111,237). Sum of RGB (Red+Green+Blue) = 168+111+237=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #A86FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FED is #579012. Grayscale: #8D8D8D. Windows color (decimal): -5738515 or 15560616. OLE color: 15560616.
HSL color Cylindrical-coordinate representation of color #A86FED: hue angle of 267.14º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86FED is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 111 | 237 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 267.14º | 0.78% | 0.68% | - |
| HSV(B) | 267.14º | 0.53% | 0.93% | - |
| XYZ | 37.12 | 25.81 | 83.15 | - |
| YUV | 142.41 | 181.38 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 237 | 0.29 | 0.53 | 0 | 0.07 | 267.14 | 0.78 | 0.68 |
| Hex | A8 | 6F | ED | 1D | 35 | 0 | 7 | 10B | 4E | 44 |
| Octal | 250 | 157 | 355 | 35 | 65 | 0 | 7 | 413 | 116 | 104 |
| Binary | 10101000 | 1101111 | 11101101 | 11101 | 110101 | 0 | 111 | 100001011 | 1001110 | 1000100 |
Color Harmonies of #A86FED
Complementary color
Monochromatic Colors of #A86FED
Black with #A86FED
Text Example
Text Example
White with #A86FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FED; }
p { color: rgb(168,111,237); }
H1.HeaderClassName
{
color: #A86FED;
}
.AnyTagClassName
{
color: #A86FED;
}
</style>
background-color css
<style>
a { background-color: #A86FED; }
a { background-color: rgb(168,111,237); }
div.DivClassName
{
background-color: #A86FED;
}
.BgClassName
{
background-color: #A86FED;
}
</style>
border-color css
<style>
span { border-color: #A86FED; }
span { border-color: rgb(168,111,237); }
td.TdClassName
{
border-color: #A86FED;
}
.TagClassName
{
border-color: #A86FED;
}
</style>