Shades of Medium Purple #A076EC
Tints of Medium Purple #A076EC
RGB
CMYK
RGB Variations
Color information
#A076EC (or 0xA076EC) is known color: Medium Purple. HEX triplet: A0, 76 and EC. RGB value is (160,118,236). Sum of RGB (Red+Green+Blue) = 160+118+236=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #A076EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A076EC is #5F8913. Grayscale: #8F8F8F. Windows color (decimal): -6261012 or 15496864. OLE color: 15496864.
HSL color Cylindrical-coordinate representation of color #A076EC: hue angle of 261.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A076EC is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 118 | 236 | - |
| CMYK | 0.32 | 0.5 | 0 | 0.07 |
| HSL | 261.36º | 0.76% | 0.69% | - |
| HSV(B) | 261.36º | 0.5% | 0.93% | - |
| XYZ | 36.12 | 26.49 | 82.57 | - |
| YUV | 144.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 236 | 0.32 | 0.5 | 0 | 0.07 | 261.36 | 0.76 | 0.69 |
| Hex | A0 | 76 | EC | 20 | 32 | 0 | 7 | 105 | 4C | 45 |
| Octal | 240 | 166 | 354 | 40 | 62 | 0 | 7 | 405 | 114 | 105 |
| Binary | 10100000 | 1110110 | 11101100 | 100000 | 110010 | 0 | 111 | 100000101 | 1001100 | 1000101 |
Color Harmonies of #A076EC
Complementary color
Monochromatic Colors of #A076EC
Black with #A076EC
Text Example
Text Example
White with #A076EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076EC; }
p { color: rgb(160,118,236); }
H1.HeaderClassName
{
color: #A076EC;
}
.AnyTagClassName
{
color: #A076EC;
}
</style>
background-color css
<style>
a { background-color: #A076EC; }
a { background-color: rgb(160,118,236); }
div.DivClassName
{
background-color: #A076EC;
}
.BgClassName
{
background-color: #A076EC;
}
</style>
border-color css
<style>
span { border-color: #A076EC; }
span { border-color: rgb(160,118,236); }
td.TdClassName
{
border-color: #A076EC;
}
.TagClassName
{
border-color: #A076EC;
}
</style>