Shades of Medium Purple #A886F6
Tints of Medium Purple #A886F6
RGB
CMYK
RGB Variations
Color information
#A886F6 (or 0xA886F6) is known color: Medium Purple. HEX triplet: A8, 86 and F6. RGB value is (168,134,246). Sum of RGB (Red+Green+Blue) = 168+134+246=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #A886F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886F6 is #577909. Grayscale: #9C9C9C. Windows color (decimal): -5732618 or 16156328. OLE color: 16156328.
HSL color Cylindrical-coordinate representation of color #A886F6: hue angle of 258.21º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A886F6 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 134 | 246 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.04 |
| HSL | 258.21º | 0.86% | 0.75% | - |
| HSV(B) | 258.21º | 0.46% | 0.96% | - |
| XYZ | 41.31 | 32.03 | 91.19 | - |
| YUV | 156.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 246 | 0.32 | 0.46 | 0 | 0.04 | 258.21 | 0.86 | 0.75 |
| Hex | A8 | 86 | F6 | 20 | 2E | 0 | 4 | 102 | 56 | 4B |
| Octal | 250 | 206 | 366 | 40 | 56 | 0 | 4 | 402 | 126 | 113 |
| Binary | 10101000 | 10000110 | 11110110 | 100000 | 101110 | 0 | 100 | 100000010 | 1010110 | 1001011 |
Color Harmonies of #A886F6
Complementary color
Monochromatic Colors of #A886F6
Black with #A886F6
Text Example
Text Example
White with #A886F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886F6; }
p { color: rgb(168,134,246); }
H1.HeaderClassName
{
color: #A886F6;
}
.AnyTagClassName
{
color: #A886F6;
}
</style>
background-color css
<style>
a { background-color: #A886F6; }
a { background-color: rgb(168,134,246); }
div.DivClassName
{
background-color: #A886F6;
}
.BgClassName
{
background-color: #A886F6;
}
</style>
border-color css
<style>
span { border-color: #A886F6; }
span { border-color: rgb(168,134,246); }
td.TdClassName
{
border-color: #A886F6;
}
.TagClassName
{
border-color: #A886F6;
}
</style>