Shades of Medium Purple #A058EC
Tints of Medium Purple #A058EC
RGB
CMYK
RGB Variations
Color information
#A058EC (or 0xA058EC) is known color: Medium Purple. HEX triplet: A0, 58 and EC. RGB value is (160,88,236). Sum of RGB (Red+Green+Blue) = 160+88+236=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A058EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058EC is #5FA713. Grayscale: #7D7D7D. Windows color (decimal): -6268692 or 15489184. OLE color: 15489184.
HSL color Cylindrical-coordinate representation of color #A058EC: hue angle of 269.19º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A058EC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 88 | 236 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.07 |
| HSL | 269.19º | 0.8% | 0.64% | - |
| HSV(B) | 269.19º | 0.63% | 0.93% | - |
| XYZ | 33.13 | 20.51 | 81.57 | - |
| YUV | 126.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 236 | 0.32 | 0.63 | 0 | 0.07 | 269.19 | 0.8 | 0.64 |
| Hex | A0 | 58 | EC | 20 | 3F | 0 | 7 | 10D | 50 | 40 |
| Octal | 240 | 130 | 354 | 40 | 77 | 0 | 7 | 415 | 120 | 100 |
| Binary | 10100000 | 1011000 | 11101100 | 100000 | 111111 | 0 | 111 | 100001101 | 1010000 | 1000000 |
Color Harmonies of #A058EC
Complementary color
Monochromatic Colors of #A058EC
Black with #A058EC
Text Example
Text Example
White with #A058EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A058EC; }
p { color: rgb(160,88,236); }
H1.HeaderClassName
{
color: #A058EC;
}
.AnyTagClassName
{
color: #A058EC;
}
</style>
background-color css
<style>
a { background-color: #A058EC; }
a { background-color: rgb(160,88,236); }
div.DivClassName
{
background-color: #A058EC;
}
.BgClassName
{
background-color: #A058EC;
}
</style>
border-color css
<style>
span { border-color: #A058EC; }
span { border-color: rgb(160,88,236); }
td.TdClassName
{
border-color: #A058EC;
}
.TagClassName
{
border-color: #A058EC;
}
</style>