Shades of Medium Purple #A063EC
Tints of Medium Purple #A063EC
RGB
CMYK
RGB Variations
Color information
#A063EC (or 0xA063EC) is known color: Medium Purple. HEX triplet: A0, 63 and EC. RGB value is (160,99,236). Sum of RGB (Red+Green+Blue) = 160+99+236=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #A063EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A063EC is #5F9C13. Grayscale: #848484. Windows color (decimal): -6265876 or 15492000. OLE color: 15492000.
HSL color Cylindrical-coordinate representation of color #A063EC: hue angle of 266.72º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A063EC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 99 | 236 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.07 |
| HSL | 266.72º | 0.78% | 0.66% | - |
| HSV(B) | 266.72º | 0.58% | 0.93% | - |
| XYZ | 34.1 | 22.45 | 81.89 | - |
| YUV | 132.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 236 | 0.32 | 0.58 | 0 | 0.07 | 266.72 | 0.78 | 0.66 |
| Hex | A0 | 63 | EC | 20 | 3A | 0 | 7 | 10B | 4E | 42 |
| Octal | 240 | 143 | 354 | 40 | 72 | 0 | 7 | 413 | 116 | 102 |
| Binary | 10100000 | 1100011 | 11101100 | 100000 | 111010 | 0 | 111 | 100001011 | 1001110 | 1000010 |
Color Harmonies of #A063EC
Complementary color
Monochromatic Colors of #A063EC
Black with #A063EC
Text Example
Text Example
White with #A063EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A063EC; }
p { color: rgb(160,99,236); }
H1.HeaderClassName
{
color: #A063EC;
}
.AnyTagClassName
{
color: #A063EC;
}
</style>
background-color css
<style>
a { background-color: #A063EC; }
a { background-color: rgb(160,99,236); }
div.DivClassName
{
background-color: #A063EC;
}
.BgClassName
{
background-color: #A063EC;
}
</style>
border-color css
<style>
span { border-color: #A063EC; }
span { border-color: rgb(160,99,236); }
td.TdClassName
{
border-color: #A063EC;
}
.TagClassName
{
border-color: #A063EC;
}
</style>