Shades of Medium Purple #A686ED
Tints of Medium Purple #A686ED
RGB
CMYK
RGB Variations
Color information
#A686ED (or 0xA686ED) is known color: Medium Purple. HEX triplet: A6, 86 and ED. RGB value is (166,134,237). Sum of RGB (Red+Green+Blue) = 166+134+237=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #A686ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686ED is #597912. Grayscale: #9A9A9A. Windows color (decimal): -5863699 or 15566502. OLE color: 15566502.
HSL color Cylindrical-coordinate representation of color #A686ED: hue angle of 258.64º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A686ED is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 134 | 237 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.07 |
| HSL | 258.64º | 0.74% | 0.73% | - |
| HSV(B) | 258.64º | 0.43% | 0.93% | - |
| XYZ | 39.54 | 31.27 | 84.07 | - |
| YUV | 155.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 237 | 0.30 | 0.43 | 0 | 0.07 | 258.64 | 0.74 | 0.73 |
| Hex | A6 | 86 | ED | 1E | 2B | 0 | 7 | 103 | 4A | 49 |
| Octal | 246 | 206 | 355 | 36 | 53 | 0 | 7 | 403 | 112 | 111 |
| Binary | 10100110 | 10000110 | 11101101 | 11110 | 101011 | 0 | 111 | 100000011 | 1001010 | 1001001 |
Color Harmonies of #A686ED
Complementary color
Monochromatic Colors of #A686ED
Black with #A686ED
Text Example
Text Example
White with #A686ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686ED; }
p { color: rgb(166,134,237); }
H1.HeaderClassName
{
color: #A686ED;
}
.AnyTagClassName
{
color: #A686ED;
}
</style>
background-color css
<style>
a { background-color: #A686ED; }
a { background-color: rgb(166,134,237); }
div.DivClassName
{
background-color: #A686ED;
}
.BgClassName
{
background-color: #A686ED;
}
</style>
border-color css
<style>
span { border-color: #A686ED; }
span { border-color: rgb(166,134,237); }
td.TdClassName
{
border-color: #A686ED;
}
.TagClassName
{
border-color: #A686ED;
}
</style>