Shades of Medium Purple #A062EC
Tints of Medium Purple #A062EC
RGB
CMYK
RGB Variations
Color information
#A062EC (or 0xA062EC) is known color: Medium Purple. HEX triplet: A0, 62 and EC. RGB value is (160,98,236). Sum of RGB (Red+Green+Blue) = 160+98+236=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #A062EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A062EC is #5F9D13. Grayscale: #838383. Windows color (decimal): -6266132 or 15491744. OLE color: 15491744.
HSL color Cylindrical-coordinate representation of color #A062EC: hue angle of 266.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A062EC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 98 | 236 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.07 |
| HSL | 266.96º | 0.78% | 0.65% | - |
| HSV(B) | 266.96º | 0.58% | 0.93% | - |
| XYZ | 34.01 | 22.27 | 81.86 | - |
| YUV | 132.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 236 | 0.32 | 0.58 | 0 | 0.07 | 266.96 | 0.78 | 0.65 |
| Hex | A0 | 62 | EC | 20 | 3A | 0 | 7 | 10B | 4E | 41 |
| Octal | 240 | 142 | 354 | 40 | 72 | 0 | 7 | 413 | 116 | 101 |
| Binary | 10100000 | 1100010 | 11101100 | 100000 | 111010 | 0 | 111 | 100001011 | 1001110 | 1000001 |
Color Harmonies of #A062EC
Complementary color
Monochromatic Colors of #A062EC
Black with #A062EC
Text Example
Text Example
White with #A062EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A062EC; }
p { color: rgb(160,98,236); }
H1.HeaderClassName
{
color: #A062EC;
}
.AnyTagClassName
{
color: #A062EC;
}
</style>
background-color css
<style>
a { background-color: #A062EC; }
a { background-color: rgb(160,98,236); }
div.DivClassName
{
background-color: #A062EC;
}
.BgClassName
{
background-color: #A062EC;
}
</style>
border-color css
<style>
span { border-color: #A062EC; }
span { border-color: rgb(160,98,236); }
td.TdClassName
{
border-color: #A062EC;
}
.TagClassName
{
border-color: #A062EC;
}
</style>