Shades of Medium Purple #A364EC
Tints of Medium Purple #A364EC
RGB
CMYK
RGB Variations
Color information
#A364EC (or 0xA364EC) is known color: Medium Purple. HEX triplet: A3, 64 and EC. RGB value is (163,100,236). Sum of RGB (Red+Green+Blue) = 163+100+236=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A364EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364EC is #5C9B13. Grayscale: #858585. Windows color (decimal): -6069012 or 15492259. OLE color: 15492259.
HSL color Cylindrical-coordinate representation of color #A364EC: hue angle of 267.79º 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 #A364EC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 100 | 236 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.07 |
| HSL | 267.79º | 0.78% | 0.66% | - |
| HSV(B) | 267.79º | 0.58% | 0.93% | - |
| XYZ | 34.8 | 22.96 | 81.95 | - |
| YUV | 134.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 236 | 0.31 | 0.58 | 0 | 0.07 | 267.79 | 0.78 | 0.66 |
| Hex | A3 | 64 | EC | 1F | 3A | 0 | 7 | 10C | 4E | 42 |
| Octal | 243 | 144 | 354 | 37 | 72 | 0 | 7 | 414 | 116 | 102 |
| Binary | 10100011 | 1100100 | 11101100 | 11111 | 111010 | 0 | 111 | 100001100 | 1001110 | 1000010 |
Color Harmonies of #A364EC
Complementary color
Monochromatic Colors of #A364EC
Black with #A364EC
Text Example
Text Example
White with #A364EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364EC; }
p { color: rgb(163,100,236); }
H1.HeaderClassName
{
color: #A364EC;
}
.AnyTagClassName
{
color: #A364EC;
}
</style>
background-color css
<style>
a { background-color: #A364EC; }
a { background-color: rgb(163,100,236); }
div.DivClassName
{
background-color: #A364EC;
}
.BgClassName
{
background-color: #A364EC;
}
</style>
border-color css
<style>
span { border-color: #A364EC; }
span { border-color: rgb(163,100,236); }
td.TdClassName
{
border-color: #A364EC;
}
.TagClassName
{
border-color: #A364EC;
}
</style>