Shades of Medium Purple #A073EC
Tints of Medium Purple #A073EC
RGB
CMYK
RGB Variations
Color information
#A073EC (or 0xA073EC) is known color: Medium Purple. HEX triplet: A0, 73 and EC. RGB value is (160,115,236). Sum of RGB (Red+Green+Blue) = 160+115+236=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A073EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073EC is #5F8C13. Grayscale: #8D8D8D. Windows color (decimal): -6261780 or 15496096. OLE color: 15496096.
HSL color Cylindrical-coordinate representation of color #A073EC: hue angle of 262.31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A073EC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 115 | 236 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.07 |
| HSL | 262.31º | 0.76% | 0.69% | - |
| HSV(B) | 262.31º | 0.51% | 0.93% | - |
| XYZ | 35.77 | 25.79 | 82.45 | - |
| YUV | 142.25 | 180.91 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 236 | 0.32 | 0.51 | 0 | 0.07 | 262.31 | 0.76 | 0.69 |
| Hex | A0 | 73 | EC | 20 | 33 | 0 | 7 | 106 | 4C | 45 |
| Octal | 240 | 163 | 354 | 40 | 63 | 0 | 7 | 406 | 114 | 105 |
| Binary | 10100000 | 1110011 | 11101100 | 100000 | 110011 | 0 | 111 | 100000110 | 1001100 | 1000101 |
Color Harmonies of #A073EC
Complementary color
Monochromatic Colors of #A073EC
Black with #A073EC
Text Example
Text Example
White with #A073EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A073EC; }
p { color: rgb(160,115,236); }
H1.HeaderClassName
{
color: #A073EC;
}
.AnyTagClassName
{
color: #A073EC;
}
</style>
background-color css
<style>
a { background-color: #A073EC; }
a { background-color: rgb(160,115,236); }
div.DivClassName
{
background-color: #A073EC;
}
.BgClassName
{
background-color: #A073EC;
}
</style>
border-color css
<style>
span { border-color: #A073EC; }
span { border-color: rgb(160,115,236); }
td.TdClassName
{
border-color: #A073EC;
}
.TagClassName
{
border-color: #A073EC;
}
</style>