Shades of Medium Purple #A086EB
Tints of Medium Purple #A086EB
RGB
CMYK
RGB Variations
Color information
#A086EB (or 0xA086EB) is known color: Medium Purple. HEX triplet: A0, 86 and EB. RGB value is (160,134,235). Sum of RGB (Red+Green+Blue) = 160+134+235=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #A086EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086EB is #5F7914. Grayscale: #989898. Windows color (decimal): -6256917 or 15435424. OLE color: 15435424.
HSL color Cylindrical-coordinate representation of color #A086EB: hue angle of 255.45º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A086EB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 134 | 235 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.08 |
| HSL | 255.45º | 0.72% | 0.72% | - |
| HSV(B) | 255.45º | 0.43% | 0.92% | - |
| XYZ | 38.02 | 30.52 | 82.48 | - |
| YUV | 153.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 235 | 0.32 | 0.43 | 0 | 0.08 | 255.45 | 0.72 | 0.72 |
| Hex | A0 | 86 | EB | 20 | 2B | 0 | 8 | FF | 48 | 48 |
| Octal | 240 | 206 | 353 | 40 | 53 | 0 | 10 | 377 | 110 | 110 |
| Binary | 10100000 | 10000110 | 11101011 | 100000 | 101011 | 0 | 1000 | 11111111 | 1001000 | 1001000 |
Color Harmonies of #A086EB
Complementary color
Monochromatic Colors of #A086EB
Black with #A086EB
Text Example
Text Example
White with #A086EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086EB; }
p { color: rgb(160,134,235); }
H1.HeaderClassName
{
color: #A086EB;
}
.AnyTagClassName
{
color: #A086EB;
}
</style>
background-color css
<style>
a { background-color: #A086EB; }
a { background-color: rgb(160,134,235); }
div.DivClassName
{
background-color: #A086EB;
}
.BgClassName
{
background-color: #A086EB;
}
</style>
border-color css
<style>
span { border-color: #A086EB; }
span { border-color: rgb(160,134,235); }
td.TdClassName
{
border-color: #A086EB;
}
.TagClassName
{
border-color: #A086EB;
}
</style>