Shades of Medium Purple #A86DE6
Tints of Medium Purple #A86DE6
RGB
CMYK
RGB Variations
Color information
#A86DE6 (or 0xA86DE6) is known color: Medium Purple. HEX triplet: A8, 6D and E6. RGB value is (168,109,230). Sum of RGB (Red+Green+Blue) = 168+109+230=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #A86DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86DE6 is #579219. Grayscale: #8C8C8C. Windows color (decimal): -5739034 or 15101352. OLE color: 15101352.
HSL color Cylindrical-coordinate representation of color #A86DE6: hue angle of 269.26º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86DE6 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 109 | 230 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.10 |
| HSL | 269.26º | 0.71% | 0.66% | - |
| HSV(B) | 269.26º | 0.53% | 0.9% | - |
| XYZ | 35.9 | 24.98 | 77.79 | - |
| YUV | 140.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 230 | 0.27 | 0.53 | 0 | 0.10 | 269.26 | 0.71 | 0.66 |
| Hex | A8 | 6D | E6 | 1B | 35 | 0 | A | 10D | 47 | 42 |
| Octal | 250 | 155 | 346 | 33 | 65 | 0 | 12 | 415 | 107 | 102 |
| Binary | 10101000 | 1101101 | 11100110 | 11011 | 110101 | 0 | 1010 | 100001101 | 1000111 | 1000010 |
Color Harmonies of #A86DE6
Complementary color
Monochromatic Colors of #A86DE6
Black with #A86DE6
Text Example
Text Example
White with #A86DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DE6; }
p { color: rgb(168,109,230); }
H1.HeaderClassName
{
color: #A86DE6;
}
.AnyTagClassName
{
color: #A86DE6;
}
</style>
background-color css
<style>
a { background-color: #A86DE6; }
a { background-color: rgb(168,109,230); }
div.DivClassName
{
background-color: #A86DE6;
}
.BgClassName
{
background-color: #A86DE6;
}
</style>
border-color css
<style>
span { border-color: #A86DE6; }
span { border-color: rgb(168,109,230); }
td.TdClassName
{
border-color: #A86DE6;
}
.TagClassName
{
border-color: #A86DE6;
}
</style>