Shades of Medium Purple #A86DEA
Tints of Medium Purple #A86DEA
RGB
CMYK
RGB Variations
Color information
#A86DEA (or 0xA86DEA) is known color: Medium Purple. HEX triplet: A8, 6D and EA. RGB value is (168,109,234). Sum of RGB (Red+Green+Blue) = 168+109+234=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #A86DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DEA is #579215. Grayscale: #8C8C8C. Windows color (decimal): -5739030 or 15363496. OLE color: 15363496.
HSL color Cylindrical-coordinate representation of color #A86DEA: hue angle of 268.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86DEA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 109 | 234 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.08 |
| HSL | 268.32º | 0.75% | 0.67% | - |
| HSV(B) | 268.32º | 0.53% | 0.92% | - |
| XYZ | 36.47 | 25.2 | 80.78 | - |
| YUV | 140.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 234 | 0.28 | 0.53 | 0 | 0.08 | 268.32 | 0.75 | 0.67 |
| Hex | A8 | 6D | EA | 1C | 35 | 0 | 8 | 10C | 4B | 43 |
| Octal | 250 | 155 | 352 | 34 | 65 | 0 | 10 | 414 | 113 | 103 |
| Binary | 10101000 | 1101101 | 11101010 | 11100 | 110101 | 0 | 1000 | 100001100 | 1001011 | 1000011 |
Color Harmonies of #A86DEA
Complementary color
Monochromatic Colors of #A86DEA
Black with #A86DEA
Text Example
Text Example
White with #A86DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DEA; }
p { color: rgb(168,109,234); }
H1.HeaderClassName
{
color: #A86DEA;
}
.AnyTagClassName
{
color: #A86DEA;
}
</style>
background-color css
<style>
a { background-color: #A86DEA; }
a { background-color: rgb(168,109,234); }
div.DivClassName
{
background-color: #A86DEA;
}
.BgClassName
{
background-color: #A86DEA;
}
</style>
border-color css
<style>
span { border-color: #A86DEA; }
span { border-color: rgb(168,109,234); }
td.TdClassName
{
border-color: #A86DEA;
}
.TagClassName
{
border-color: #A86DEA;
}
</style>