Shades of Medium Purple #A878EC
Tints of Medium Purple #A878EC
RGB
CMYK
RGB Variations
Color information
#A878EC (or 0xA878EC) is known color: Medium Purple. HEX triplet: A8, 78 and EC. RGB value is (168,120,236). Sum of RGB (Red+Green+Blue) = 168+120+236=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #A878EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878EC is #578713. Grayscale: #939393. Windows color (decimal): -5736212 or 15497384. OLE color: 15497384.
HSL color Cylindrical-coordinate representation of color #A878EC: hue angle of 264.83º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A878EC is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 120 | 236 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.07 |
| HSL | 264.83º | 0.75% | 0.7% | - |
| HSV(B) | 264.83º | 0.49% | 0.93% | - |
| XYZ | 38.01 | 27.81 | 82.72 | - |
| YUV | 147.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 236 | 0.29 | 0.49 | 0 | 0.07 | 264.83 | 0.75 | 0.7 |
| Hex | A8 | 78 | EC | 1D | 31 | 0 | 7 | 109 | 4B | 46 |
| Octal | 250 | 170 | 354 | 35 | 61 | 0 | 7 | 411 | 113 | 106 |
| Binary | 10101000 | 1111000 | 11101100 | 11101 | 110001 | 0 | 111 | 100001001 | 1001011 | 1000110 |
Color Harmonies of #A878EC
Complementary color
Monochromatic Colors of #A878EC
Black with #A878EC
Text Example
Text Example
White with #A878EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878EC; }
p { color: rgb(168,120,236); }
H1.HeaderClassName
{
color: #A878EC;
}
.AnyTagClassName
{
color: #A878EC;
}
</style>
background-color css
<style>
a { background-color: #A878EC; }
a { background-color: rgb(168,120,236); }
div.DivClassName
{
background-color: #A878EC;
}
.BgClassName
{
background-color: #A878EC;
}
</style>
border-color css
<style>
span { border-color: #A878EC; }
span { border-color: rgb(168,120,236); }
td.TdClassName
{
border-color: #A878EC;
}
.TagClassName
{
border-color: #A878EC;
}
</style>