Shades of Medium Purple #A086DD
Tints of Medium Purple #A086DD
RGB
CMYK
RGB Variations
Color information
#A086DD (or 0xA086DD) is known color: Medium Purple. HEX triplet: A0, 86 and DD. RGB value is (160,134,221). Sum of RGB (Red+Green+Blue) = 160+134+221=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #A086DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086DD is #5F7922. Grayscale: #979797. Windows color (decimal): -6256931 or 14517920. OLE color: 14517920.
HSL color Cylindrical-coordinate representation of color #A086DD: hue angle of 257.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A086DD is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 134 | 221 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.13 |
| HSL | 257.93º | 0.56% | 0.7% | - |
| HSV(B) | 257.93º | 0.39% | 0.87% | - |
| XYZ | 36.07 | 29.74 | 72.25 | - |
| YUV | 151.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 221 | 0.28 | 0.39 | 0 | 0.13 | 257.93 | 0.56 | 0.7 |
| Hex | A0 | 86 | DD | 1C | 27 | 0 | D | 102 | 38 | 46 |
| Octal | 240 | 206 | 335 | 34 | 47 | 0 | 15 | 402 | 70 | 106 |
| Binary | 10100000 | 10000110 | 11011101 | 11100 | 100111 | 0 | 1101 | 100000010 | 111000 | 1000110 |
Color Harmonies of #A086DD
Complementary color
Monochromatic Colors of #A086DD
Black with #A086DD
Text Example
Text Example
White with #A086DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086DD; }
p { color: rgb(160,134,221); }
H1.HeaderClassName
{
color: #A086DD;
}
.AnyTagClassName
{
color: #A086DD;
}
</style>
background-color css
<style>
a { background-color: #A086DD; }
a { background-color: rgb(160,134,221); }
div.DivClassName
{
background-color: #A086DD;
}
.BgClassName
{
background-color: #A086DD;
}
</style>
border-color css
<style>
span { border-color: #A086DD; }
span { border-color: rgb(160,134,221); }
td.TdClassName
{
border-color: #A086DD;
}
.TagClassName
{
border-color: #A086DD;
}
</style>