Shades of Medium Purple #A086E1
Tints of Medium Purple #A086E1
RGB
CMYK
RGB Variations
Color information
#A086E1 (or 0xA086E1) is known color: Medium Purple. HEX triplet: A0, 86 and E1. RGB value is (160,134,225). Sum of RGB (Red+Green+Blue) = 160+134+225=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #A086E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086E1 is #5F791E. Grayscale: #979797. Windows color (decimal): -6256927 or 14780064. OLE color: 14780064.
HSL color Cylindrical-coordinate representation of color #A086E1: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A086E1 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 134 | 225 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.12 |
| HSL | 257.14º | 0.6% | 0.7% | - |
| HSV(B) | 257.14º | 0.4% | 0.88% | - |
| XYZ | 36.61 | 29.96 | 75.09 | - |
| YUV | 152.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 225 | 0.29 | 0.40 | 0 | 0.12 | 257.14 | 0.6 | 0.7 |
| Hex | A0 | 86 | E1 | 1D | 28 | 0 | C | 101 | 3C | 46 |
| Octal | 240 | 206 | 341 | 35 | 50 | 0 | 14 | 401 | 74 | 106 |
| Binary | 10100000 | 10000110 | 11100001 | 11101 | 101000 | 0 | 1100 | 100000001 | 111100 | 1000110 |
Color Harmonies of #A086E1
Complementary color
Monochromatic Colors of #A086E1
Black with #A086E1
Text Example
Text Example
White with #A086E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086E1; }
p { color: rgb(160,134,225); }
H1.HeaderClassName
{
color: #A086E1;
}
.AnyTagClassName
{
color: #A086E1;
}
</style>
background-color css
<style>
a { background-color: #A086E1; }
a { background-color: rgb(160,134,225); }
div.DivClassName
{
background-color: #A086E1;
}
.BgClassName
{
background-color: #A086E1;
}
</style>
border-color css
<style>
span { border-color: #A086E1; }
span { border-color: rgb(160,134,225); }
td.TdClassName
{
border-color: #A086E1;
}
.TagClassName
{
border-color: #A086E1;
}
</style>