Shades of Medium Purple #A086DF
Tints of Medium Purple #A086DF
RGB
CMYK
RGB Variations
Color information
#A086DF (or 0xA086DF) is known color: Medium Purple. HEX triplet: A0, 86 and DF. RGB value is (160,134,223). Sum of RGB (Red+Green+Blue) = 160+134+223=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A086DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086DF is #5F7920. Grayscale: #979797. Windows color (decimal): -6256929 or 14648992. OLE color: 14648992.
HSL color Cylindrical-coordinate representation of color #A086DF: hue angle of 257.53º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A086DF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 134 | 223 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.13 |
| HSL | 257.53º | 0.58% | 0.7% | - |
| HSV(B) | 257.53º | 0.4% | 0.87% | - |
| XYZ | 36.34 | 29.85 | 73.66 | - |
| YUV | 151.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 223 | 0.28 | 0.40 | 0 | 0.13 | 257.53 | 0.58 | 0.7 |
| Hex | A0 | 86 | DF | 1C | 28 | 0 | D | 102 | 3A | 46 |
| Octal | 240 | 206 | 337 | 34 | 50 | 0 | 15 | 402 | 72 | 106 |
| Binary | 10100000 | 10000110 | 11011111 | 11100 | 101000 | 0 | 1101 | 100000010 | 111010 | 1000110 |
Color Harmonies of #A086DF
Complementary color
Monochromatic Colors of #A086DF
Black with #A086DF
Text Example
Text Example
White with #A086DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086DF; }
p { color: rgb(160,134,223); }
H1.HeaderClassName
{
color: #A086DF;
}
.AnyTagClassName
{
color: #A086DF;
}
</style>
background-color css
<style>
a { background-color: #A086DF; }
a { background-color: rgb(160,134,223); }
div.DivClassName
{
background-color: #A086DF;
}
.BgClassName
{
background-color: #A086DF;
}
</style>
border-color css
<style>
span { border-color: #A086DF; }
span { border-color: rgb(160,134,223); }
td.TdClassName
{
border-color: #A086DF;
}
.TagClassName
{
border-color: #A086DF;
}
</style>