Shades of Medium Purple #A387EC
Tints of Medium Purple #A387EC
RGB
CMYK
RGB Variations
Color information
#A387EC (or 0xA387EC) is known color: Medium Purple. HEX triplet: A3, 87 and EC. RGB value is (163,135,236). Sum of RGB (Red+Green+Blue) = 163+135+236=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #A387EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A387EC is #5C7813. Grayscale: #9A9A9A. Windows color (decimal): -6060052 or 15501219. OLE color: 15501219.
HSL color Cylindrical-coordinate representation of color #A387EC: hue angle of 256.63º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A387EC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 135 | 236 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.07 |
| HSL | 256.63º | 0.73% | 0.73% | - |
| HSV(B) | 256.63º | 0.43% | 0.93% | - |
| XYZ | 38.91 | 31.17 | 83.32 | - |
| YUV | 154.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 236 | 0.31 | 0.43 | 0 | 0.07 | 256.63 | 0.73 | 0.73 |
| Hex | A3 | 87 | EC | 1F | 2B | 0 | 7 | 101 | 49 | 49 |
| Octal | 243 | 207 | 354 | 37 | 53 | 0 | 7 | 401 | 111 | 111 |
| Binary | 10100011 | 10000111 | 11101100 | 11111 | 101011 | 0 | 111 | 100000001 | 1001001 | 1001001 |
Color Harmonies of #A387EC
Complementary color
Monochromatic Colors of #A387EC
Black with #A387EC
Text Example
Text Example
White with #A387EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387EC; }
p { color: rgb(163,135,236); }
H1.HeaderClassName
{
color: #A387EC;
}
.AnyTagClassName
{
color: #A387EC;
}
</style>
background-color css
<style>
a { background-color: #A387EC; }
a { background-color: rgb(163,135,236); }
div.DivClassName
{
background-color: #A387EC;
}
.BgClassName
{
background-color: #A387EC;
}
</style>
border-color css
<style>
span { border-color: #A387EC; }
span { border-color: rgb(163,135,236); }
td.TdClassName
{
border-color: #A387EC;
}
.TagClassName
{
border-color: #A387EC;
}
</style>