Shades of Medium Purple #A473EC
Tints of Medium Purple #A473EC
RGB
CMYK
RGB Variations
Color information
#A473EC (or 0xA473EC) is known color: Medium Purple. HEX triplet: A4, 73 and EC. RGB value is (164,115,236). Sum of RGB (Red+Green+Blue) = 164+115+236=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A473EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A473EC is #5B8C13. Grayscale: #8F8F8F. Windows color (decimal): -5999636 or 15496100. OLE color: 15496100.
HSL color Cylindrical-coordinate representation of color #A473EC: hue angle of 264.3º 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 #A473EC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 115 | 236 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.07 |
| HSL | 264.3º | 0.76% | 0.69% | - |
| HSV(B) | 264.3º | 0.51% | 0.93% | - |
| XYZ | 36.58 | 26.21 | 82.49 | - |
| YUV | 143.45 | 180.23 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 236 | 0.31 | 0.51 | 0 | 0.07 | 264.3 | 0.76 | 0.69 |
| Hex | A4 | 73 | EC | 1F | 33 | 0 | 7 | 108 | 4C | 45 |
| Octal | 244 | 163 | 354 | 37 | 63 | 0 | 7 | 410 | 114 | 105 |
| Binary | 10100100 | 1110011 | 11101100 | 11111 | 110011 | 0 | 111 | 100001000 | 1001100 | 1000101 |
Color Harmonies of #A473EC
Complementary color
Monochromatic Colors of #A473EC
Black with #A473EC
Text Example
Text Example
White with #A473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473EC; }
p { color: rgb(164,115,236); }
H1.HeaderClassName
{
color: #A473EC;
}
.AnyTagClassName
{
color: #A473EC;
}
</style>
background-color css
<style>
a { background-color: #A473EC; }
a { background-color: rgb(164,115,236); }
div.DivClassName
{
background-color: #A473EC;
}
.BgClassName
{
background-color: #A473EC;
}
</style>
border-color css
<style>
span { border-color: #A473EC; }
span { border-color: rgb(164,115,236); }
td.TdClassName
{
border-color: #A473EC;
}
.TagClassName
{
border-color: #A473EC;
}
</style>