Shades of Medium Purple #A078EC
Tints of Medium Purple #A078EC
RGB
CMYK
RGB Variations
Color information
#A078EC (or 0xA078EC) is known color: Medium Purple. HEX triplet: A0, 78 and EC. RGB value is (160,120,236). Sum of RGB (Red+Green+Blue) = 160+120+236=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 120 (47.27% from 255 or 23.26% 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 #A078EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078EC is #5F8713. Grayscale: #909090. Windows color (decimal): -6260500 or 15497376. OLE color: 15497376.
HSL color Cylindrical-coordinate representation of color #A078EC: hue angle of 260.69º 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 #A078EC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 120 | 236 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.07 |
| HSL | 260.69º | 0.75% | 0.7% | - |
| HSV(B) | 260.69º | 0.49% | 0.93% | - |
| XYZ | 36.35 | 26.96 | 82.65 | - |
| YUV | 145.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 236 | 0.32 | 0.49 | 0 | 0.07 | 260.69 | 0.75 | 0.7 |
| Hex | A0 | 78 | EC | 20 | 31 | 0 | 7 | 105 | 4B | 46 |
| Octal | 240 | 170 | 354 | 40 | 61 | 0 | 7 | 405 | 113 | 106 |
| Binary | 10100000 | 1111000 | 11101100 | 100000 | 110001 | 0 | 111 | 100000101 | 1001011 | 1000110 |
Color Harmonies of #A078EC
Complementary color
Monochromatic Colors of #A078EC
Black with #A078EC
Text Example
Text Example
White with #A078EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078EC; }
p { color: rgb(160,120,236); }
H1.HeaderClassName
{
color: #A078EC;
}
.AnyTagClassName
{
color: #A078EC;
}
</style>
background-color css
<style>
a { background-color: #A078EC; }
a { background-color: rgb(160,120,236); }
div.DivClassName
{
background-color: #A078EC;
}
.BgClassName
{
background-color: #A078EC;
}
</style>
border-color css
<style>
span { border-color: #A078EC; }
span { border-color: rgb(160,120,236); }
td.TdClassName
{
border-color: #A078EC;
}
.TagClassName
{
border-color: #A078EC;
}
</style>