Shades of Medium Purple #A373EC
Tints of Medium Purple #A373EC
RGB
CMYK
RGB Variations
Color information
#A373EC (or 0xA373EC) is known color: Medium Purple. HEX triplet: A3, 73 and EC. RGB value is (163,115,236). Sum of RGB (Red+Green+Blue) = 163+115+236=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 115 (45.31% from 255 or 22.37% 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 #A373EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A373EC is #5C8C13. Grayscale: #8E8E8E. Windows color (decimal): -6065172 or 15496099. OLE color: 15496099.
HSL color Cylindrical-coordinate representation of color #A373EC: hue angle of 263.8º 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 #A373EC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 115 | 236 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.07 |
| HSL | 263.8º | 0.76% | 0.69% | - |
| HSV(B) | 263.8º | 0.51% | 0.93% | - |
| XYZ | 36.38 | 26.1 | 82.48 | - |
| YUV | 143.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 236 | 0.31 | 0.51 | 0 | 0.07 | 263.8 | 0.76 | 0.69 |
| Hex | A3 | 73 | EC | 1F | 33 | 0 | 7 | 108 | 4C | 45 |
| Octal | 243 | 163 | 354 | 37 | 63 | 0 | 7 | 410 | 114 | 105 |
| Binary | 10100011 | 1110011 | 11101100 | 11111 | 110011 | 0 | 111 | 100001000 | 1001100 | 1000101 |
Color Harmonies of #A373EC
Complementary color
Monochromatic Colors of #A373EC
Black with #A373EC
Text Example
Text Example
White with #A373EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A373EC; }
p { color: rgb(163,115,236); }
H1.HeaderClassName
{
color: #A373EC;
}
.AnyTagClassName
{
color: #A373EC;
}
</style>
background-color css
<style>
a { background-color: #A373EC; }
a { background-color: rgb(163,115,236); }
div.DivClassName
{
background-color: #A373EC;
}
.BgClassName
{
background-color: #A373EC;
}
</style>
border-color css
<style>
span { border-color: #A373EC; }
span { border-color: rgb(163,115,236); }
td.TdClassName
{
border-color: #A373EC;
}
.TagClassName
{
border-color: #A373EC;
}
</style>