Shades of Medium Purple #A471EC
Tints of Medium Purple #A471EC
RGB
CMYK
RGB Variations
Color information
#A471EC (or 0xA471EC) is known color: Medium Purple. HEX triplet: A4, 71 and EC. RGB value is (164,113,236). Sum of RGB (Red+Green+Blue) = 164+113+236=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #A471EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A471EC is #5B8E13. Grayscale: #8D8D8D. Windows color (decimal): -6000148 or 15495588. OLE color: 15495588.
HSL color Cylindrical-coordinate representation of color #A471EC: hue angle of 264.88º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A471EC is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 113 | 236 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.07 |
| HSL | 264.88º | 0.76% | 0.68% | - |
| HSV(B) | 264.88º | 0.52% | 0.93% | - |
| XYZ | 36.36 | 25.76 | 82.41 | - |
| YUV | 142.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 236 | 0.31 | 0.52 | 0 | 0.07 | 264.88 | 0.76 | 0.68 |
| Hex | A4 | 71 | EC | 1F | 34 | 0 | 7 | 109 | 4C | 44 |
| Octal | 244 | 161 | 354 | 37 | 64 | 0 | 7 | 411 | 114 | 104 |
| Binary | 10100100 | 1110001 | 11101100 | 11111 | 110100 | 0 | 111 | 100001001 | 1001100 | 1000100 |
Color Harmonies of #A471EC
Complementary color
Monochromatic Colors of #A471EC
Black with #A471EC
Text Example
Text Example
White with #A471EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A471EC; }
p { color: rgb(164,113,236); }
H1.HeaderClassName
{
color: #A471EC;
}
.AnyTagClassName
{
color: #A471EC;
}
</style>
background-color css
<style>
a { background-color: #A471EC; }
a { background-color: rgb(164,113,236); }
div.DivClassName
{
background-color: #A471EC;
}
.BgClassName
{
background-color: #A471EC;
}
</style>
border-color css
<style>
span { border-color: #A471EC; }
span { border-color: rgb(164,113,236); }
td.TdClassName
{
border-color: #A471EC;
}
.TagClassName
{
border-color: #A471EC;
}
</style>