Shades of Medium Purple #A060EC
Tints of Medium Purple #A060EC
RGB
CMYK
RGB Variations
Color information
#A060EC (or 0xA060EC) is known color: Medium Purple. HEX triplet: A0, 60 and EC. RGB value is (160,96,236). Sum of RGB (Red+Green+Blue) = 160+96+236=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #A060EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A060EC is #5F9F13. Grayscale: #828282. Windows color (decimal): -6266644 or 15491232. OLE color: 15491232.
HSL color Cylindrical-coordinate representation of color #A060EC: hue angle of 267.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A060EC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 96 | 236 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.07 |
| HSL | 267.43º | 0.79% | 0.65% | - |
| HSV(B) | 267.43º | 0.59% | 0.93% | - |
| XYZ | 33.82 | 21.9 | 81.8 | - |
| YUV | 131.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 236 | 0.32 | 0.59 | 0 | 0.07 | 267.43 | 0.79 | 0.65 |
| Hex | A0 | 60 | EC | 20 | 3B | 0 | 7 | 10B | 4F | 41 |
| Octal | 240 | 140 | 354 | 40 | 73 | 0 | 7 | 413 | 117 | 101 |
| Binary | 10100000 | 1100000 | 11101100 | 100000 | 111011 | 0 | 111 | 100001011 | 1001111 | 1000001 |
Color Harmonies of #A060EC
Complementary color
Monochromatic Colors of #A060EC
Black with #A060EC
Text Example
Text Example
White with #A060EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060EC; }
p { color: rgb(160,96,236); }
H1.HeaderClassName
{
color: #A060EC;
}
.AnyTagClassName
{
color: #A060EC;
}
</style>
background-color css
<style>
a { background-color: #A060EC; }
a { background-color: rgb(160,96,236); }
div.DivClassName
{
background-color: #A060EC;
}
.BgClassName
{
background-color: #A060EC;
}
</style>
border-color css
<style>
span { border-color: #A060EC; }
span { border-color: rgb(160,96,236); }
td.TdClassName
{
border-color: #A060EC;
}
.TagClassName
{
border-color: #A060EC;
}
</style>