Shades of Medium Purple #A086EC
Tints of Medium Purple #A086EC
RGB
CMYK
RGB Variations
Color information
#A086EC (or 0xA086EC) is known color: Medium Purple. HEX triplet: A0, 86 and EC. RGB value is (160,134,236). Sum of RGB (Red+Green+Blue) = 160+134+236=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #A086EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086EC is #5F7913. Grayscale: #999999. Windows color (decimal): -6256916 or 15500960. OLE color: 15500960.
HSL color Cylindrical-coordinate representation of color #A086EC: hue angle of 255.29º 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 #A086EC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 134 | 236 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.07 |
| HSL | 255.29º | 0.73% | 0.73% | - |
| HSV(B) | 255.29º | 0.43% | 0.93% | - |
| XYZ | 38.16 | 30.58 | 83.25 | - |
| YUV | 153.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 236 | 0.32 | 0.43 | 0 | 0.07 | 255.29 | 0.73 | 0.73 |
| Hex | A0 | 86 | EC | 20 | 2B | 0 | 7 | FF | 49 | 49 |
| Octal | 240 | 206 | 354 | 40 | 53 | 0 | 7 | 377 | 111 | 111 |
| Binary | 10100000 | 10000110 | 11101100 | 100000 | 101011 | 0 | 111 | 11111111 | 1001001 | 1001001 |
Color Harmonies of #A086EC
Complementary color
Monochromatic Colors of #A086EC
Black with #A086EC
Text Example
Text Example
White with #A086EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086EC; }
p { color: rgb(160,134,236); }
H1.HeaderClassName
{
color: #A086EC;
}
.AnyTagClassName
{
color: #A086EC;
}
</style>
background-color css
<style>
a { background-color: #A086EC; }
a { background-color: rgb(160,134,236); }
div.DivClassName
{
background-color: #A086EC;
}
.BgClassName
{
background-color: #A086EC;
}
</style>
border-color css
<style>
span { border-color: #A086EC; }
span { border-color: rgb(160,134,236); }
td.TdClassName
{
border-color: #A086EC;
}
.TagClassName
{
border-color: #A086EC;
}
</style>