Shades of Medium Purple #A363EC
Tints of Medium Purple #A363EC
RGB
CMYK
RGB Variations
Color information
#A363EC (or 0xA363EC) is known color: Medium Purple. HEX triplet: A3, 63 and EC. RGB value is (163,99,236). Sum of RGB (Red+Green+Blue) = 163+99+236=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #A363EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363EC is #5C9C13. Grayscale: #858585. Windows color (decimal): -6069268 or 15492003. OLE color: 15492003.
HSL color Cylindrical-coordinate representation of color #A363EC: hue angle of 268.03º 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 #A363EC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 99 | 236 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.07 |
| HSL | 268.03º | 0.78% | 0.66% | - |
| HSV(B) | 268.03º | 0.58% | 0.93% | - |
| XYZ | 34.71 | 22.77 | 81.92 | - |
| YUV | 133.75 | 185.7 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 236 | 0.31 | 0.58 | 0 | 0.07 | 268.03 | 0.78 | 0.66 |
| Hex | A3 | 63 | EC | 1F | 3A | 0 | 7 | 10C | 4E | 42 |
| Octal | 243 | 143 | 354 | 37 | 72 | 0 | 7 | 414 | 116 | 102 |
| Binary | 10100011 | 1100011 | 11101100 | 11111 | 111010 | 0 | 111 | 100001100 | 1001110 | 1000010 |
Color Harmonies of #A363EC
Complementary color
Monochromatic Colors of #A363EC
Black with #A363EC
Text Example
Text Example
White with #A363EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363EC; }
p { color: rgb(163,99,236); }
H1.HeaderClassName
{
color: #A363EC;
}
.AnyTagClassName
{
color: #A363EC;
}
</style>
background-color css
<style>
a { background-color: #A363EC; }
a { background-color: rgb(163,99,236); }
div.DivClassName
{
background-color: #A363EC;
}
.BgClassName
{
background-color: #A363EC;
}
</style>
border-color css
<style>
span { border-color: #A363EC; }
span { border-color: rgb(163,99,236); }
td.TdClassName
{
border-color: #A363EC;
}
.TagClassName
{
border-color: #A363EC;
}
</style>