Shades of Medium Purple #A186EC
Tints of Medium Purple #A186EC
RGB
CMYK
RGB Variations
Color information
#A186EC (or 0xA186EC) is known color: Medium Purple. HEX triplet: A1, 86 and EC. RGB value is (161,134,236). Sum of RGB (Red+Green+Blue) = 161+134+236=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #A186EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A186EC is #5E7913. Grayscale: #999999. Windows color (decimal): -6191380 or 15500961. OLE color: 15500961.
HSL color Cylindrical-coordinate representation of color #A186EC: hue angle of 255.88º degrees, saturation: 0.73, 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 #A186EC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 134 | 236 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.07 |
| HSL | 255.88º | 0.73% | 0.73% | - |
| HSV(B) | 255.88º | 0.43% | 0.93% | - |
| XYZ | 38.36 | 30.68 | 83.26 | - |
| YUV | 153.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 236 | 0.32 | 0.43 | 0 | 0.07 | 255.88 | 0.73 | 0.73 |
| Hex | A1 | 86 | EC | 20 | 2B | 0 | 7 | 100 | 49 | 49 |
| Octal | 241 | 206 | 354 | 40 | 53 | 0 | 7 | 400 | 111 | 111 |
| Binary | 10100001 | 10000110 | 11101100 | 100000 | 101011 | 0 | 111 | 100000000 | 1001001 | 1001001 |
Color Harmonies of #A186EC
Complementary color
Monochromatic Colors of #A186EC
Black with #A186EC
Text Example
Text Example
White with #A186EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A186EC; }
p { color: rgb(161,134,236); }
H1.HeaderClassName
{
color: #A186EC;
}
.AnyTagClassName
{
color: #A186EC;
}
</style>
background-color css
<style>
a { background-color: #A186EC; }
a { background-color: rgb(161,134,236); }
div.DivClassName
{
background-color: #A186EC;
}
.BgClassName
{
background-color: #A186EC;
}
</style>
border-color css
<style>
span { border-color: #A186EC; }
span { border-color: rgb(161,134,236); }
td.TdClassName
{
border-color: #A186EC;
}
.TagClassName
{
border-color: #A186EC;
}
</style>