Shades of Medium Purple #A686EE
Tints of Medium Purple #A686EE
RGB
CMYK
RGB Variations
Color information
#A686EE (or 0xA686EE) is known color: Medium Purple. HEX triplet: A6, 86 and EE. RGB value is (166,134,238). Sum of RGB (Red+Green+Blue) = 166+134+238=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #A686EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686EE is #597911. Grayscale: #9B9B9B. Windows color (decimal): -5863698 or 15632038. OLE color: 15632038.
HSL color Cylindrical-coordinate representation of color #A686EE: hue angle of 258.46º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A686EE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 134 | 238 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.07 |
| HSL | 258.46º | 0.75% | 0.73% | - |
| HSV(B) | 258.46º | 0.44% | 0.93% | - |
| XYZ | 39.68 | 31.33 | 84.84 | - |
| YUV | 155.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 238 | 0.30 | 0.44 | 0 | 0.07 | 258.46 | 0.75 | 0.73 |
| Hex | A6 | 86 | EE | 1E | 2C | 0 | 7 | 102 | 4B | 49 |
| Octal | 246 | 206 | 356 | 36 | 54 | 0 | 7 | 402 | 113 | 111 |
| Binary | 10100110 | 10000110 | 11101110 | 11110 | 101100 | 0 | 111 | 100000010 | 1001011 | 1001001 |
Color Harmonies of #A686EE
Complementary color
Monochromatic Colors of #A686EE
Black with #A686EE
Text Example
Text Example
White with #A686EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686EE; }
p { color: rgb(166,134,238); }
H1.HeaderClassName
{
color: #A686EE;
}
.AnyTagClassName
{
color: #A686EE;
}
</style>
background-color css
<style>
a { background-color: #A686EE; }
a { background-color: rgb(166,134,238); }
div.DivClassName
{
background-color: #A686EE;
}
.BgClassName
{
background-color: #A686EE;
}
</style>
border-color css
<style>
span { border-color: #A686EE; }
span { border-color: rgb(166,134,238); }
td.TdClassName
{
border-color: #A686EE;
}
.TagClassName
{
border-color: #A686EE;
}
</style>