Shades of Medium Purple #A686F9
Tints of Medium Purple #A686F9
RGB
CMYK
RGB Variations
Color information
#A686F9 (or 0xA686F9) is known color: Medium Purple. HEX triplet: A6, 86 and F9. RGB value is (166,134,249). Sum of RGB (Red+Green+Blue) = 166+134+249=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #A686F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686F9 is #597906. Grayscale: #9C9C9C. Windows color (decimal): -5863687 or 16352934. OLE color: 16352934.
HSL color Cylindrical-coordinate representation of color #A686F9: hue angle of 256.7º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A686F9 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 134 | 249 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.02 |
| HSL | 256.7º | 0.91% | 0.75% | - |
| HSV(B) | 256.7º | 0.46% | 0.98% | - |
| XYZ | 41.35 | 32 | 93.62 | - |
| YUV | 156.68 | 180.1 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 249 | 0.33 | 0.46 | 0 | 0.02 | 256.7 | 0.91 | 0.75 |
| Hex | A6 | 86 | F9 | 21 | 2E | 0 | 2 | 101 | 5B | 4B |
| Octal | 246 | 206 | 371 | 41 | 56 | 0 | 2 | 401 | 133 | 113 |
| Binary | 10100110 | 10000110 | 11111001 | 100001 | 101110 | 0 | 10 | 100000001 | 1011011 | 1001011 |
Color Harmonies of #A686F9
Complementary color
Monochromatic Colors of #A686F9
Black with #A686F9
Text Example
Text Example
White with #A686F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A686F9; }
p { color: rgb(166,134,249); }
H1.HeaderClassName
{
color: #A686F9;
}
.AnyTagClassName
{
color: #A686F9;
}
</style>
background-color css
<style>
a { background-color: #A686F9; }
a { background-color: rgb(166,134,249); }
div.DivClassName
{
background-color: #A686F9;
}
.BgClassName
{
background-color: #A686F9;
}
</style>
border-color css
<style>
span { border-color: #A686F9; }
span { border-color: rgb(166,134,249); }
td.TdClassName
{
border-color: #A686F9;
}
.TagClassName
{
border-color: #A686F9;
}
</style>