Shades of Medium Purple #A870EC
Tints of Medium Purple #A870EC
RGB
CMYK
RGB Variations
Color information
#A870EC (or 0xA870EC) is known color: Medium Purple. HEX triplet: A8, 70 and EC. RGB value is (168,112,236). Sum of RGB (Red+Green+Blue) = 168+112+236=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #A870EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A870EC is #578F13. Grayscale: #8E8E8E. Windows color (decimal): -5738260 or 15495336. OLE color: 15495336.
HSL color Cylindrical-coordinate representation of color #A870EC: hue angle of 267.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A870EC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 112 | 236 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 267.1º | 0.77% | 0.68% | - |
| HSV(B) | 267.1º | 0.53% | 0.93% | - |
| XYZ | 37.08 | 25.97 | 82.41 | - |
| YUV | 142.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 236 | 0.29 | 0.53 | 0 | 0.07 | 267.1 | 0.77 | 0.68 |
| Hex | A8 | 70 | EC | 1D | 35 | 0 | 7 | 10B | 4D | 44 |
| Octal | 250 | 160 | 354 | 35 | 65 | 0 | 7 | 413 | 115 | 104 |
| Binary | 10101000 | 1110000 | 11101100 | 11101 | 110101 | 0 | 111 | 100001011 | 1001101 | 1000100 |
Color Harmonies of #A870EC
Complementary color
Monochromatic Colors of #A870EC
Black with #A870EC
Text Example
Text Example
White with #A870EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870EC; }
p { color: rgb(168,112,236); }
H1.HeaderClassName
{
color: #A870EC;
}
.AnyTagClassName
{
color: #A870EC;
}
</style>
background-color css
<style>
a { background-color: #A870EC; }
a { background-color: rgb(168,112,236); }
div.DivClassName
{
background-color: #A870EC;
}
.BgClassName
{
background-color: #A870EC;
}
</style>
border-color css
<style>
span { border-color: #A870EC; }
span { border-color: rgb(168,112,236); }
td.TdClassName
{
border-color: #A870EC;
}
.TagClassName
{
border-color: #A870EC;
}
</style>