Shades of Medium Purple #A086EF
Tints of Medium Purple #A086EF
RGB
CMYK
RGB Variations
Color information
#A086EF (or 0xA086EF) is known color: Medium Purple. HEX triplet: A0, 86 and EF. RGB value is (160,134,239). Sum of RGB (Red+Green+Blue) = 160+134+239=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #A086EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086EF is #5F7910. Grayscale: #999999. Windows color (decimal): -6256913 or 15697568. OLE color: 15697568.
HSL color Cylindrical-coordinate representation of color #A086EF: hue angle of 254.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A086EF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 134 | 239 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.06 |
| HSL | 254.86º | 0.77% | 0.73% | - |
| HSV(B) | 254.86º | 0.44% | 0.94% | - |
| XYZ | 38.6 | 30.76 | 85.56 | - |
| YUV | 153.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 239 | 0.33 | 0.44 | 0 | 0.06 | 254.86 | 0.77 | 0.73 |
| Hex | A0 | 86 | EF | 21 | 2C | 0 | 6 | FF | 4D | 49 |
| Octal | 240 | 206 | 357 | 41 | 54 | 0 | 6 | 377 | 115 | 111 |
| Binary | 10100000 | 10000110 | 11101111 | 100001 | 101100 | 0 | 110 | 11111111 | 1001101 | 1001001 |
Color Harmonies of #A086EF
Complementary color
Monochromatic Colors of #A086EF
Black with #A086EF
Text Example
Text Example
White with #A086EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086EF; }
p { color: rgb(160,134,239); }
H1.HeaderClassName
{
color: #A086EF;
}
.AnyTagClassName
{
color: #A086EF;
}
</style>
background-color css
<style>
a { background-color: #A086EF; }
a { background-color: rgb(160,134,239); }
div.DivClassName
{
background-color: #A086EF;
}
.BgClassName
{
background-color: #A086EF;
}
</style>
border-color css
<style>
span { border-color: #A086EF; }
span { border-color: rgb(160,134,239); }
td.TdClassName
{
border-color: #A086EF;
}
.TagClassName
{
border-color: #A086EF;
}
</style>