Shades of Medium Purple #A385EC
Tints of Medium Purple #A385EC
RGB
CMYK
RGB Variations
Color information
#A385EC (or 0xA385EC) is known color: Medium Purple. HEX triplet: A3, 85 and EC. RGB value is (163,133,236). Sum of RGB (Red+Green+Blue) = 163+133+236=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #A385EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385EC is #5C7A13. Grayscale: #999999. Windows color (decimal): -6060564 or 15500707. OLE color: 15500707.
HSL color Cylindrical-coordinate representation of color #A385EC: hue angle of 257.48º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A385EC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 133 | 236 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.07 |
| HSL | 257.48º | 0.73% | 0.72% | - |
| HSV(B) | 257.48º | 0.44% | 0.93% | - |
| XYZ | 38.63 | 30.62 | 83.23 | - |
| YUV | 153.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 236 | 0.31 | 0.44 | 0 | 0.07 | 257.48 | 0.73 | 0.72 |
| Hex | A3 | 85 | EC | 1F | 2C | 0 | 7 | 101 | 49 | 48 |
| Octal | 243 | 205 | 354 | 37 | 54 | 0 | 7 | 401 | 111 | 110 |
| Binary | 10100011 | 10000101 | 11101100 | 11111 | 101100 | 0 | 111 | 100000001 | 1001001 | 1001000 |
Color Harmonies of #A385EC
Complementary color
Monochromatic Colors of #A385EC
Black with #A385EC
Text Example
Text Example
White with #A385EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385EC; }
p { color: rgb(163,133,236); }
H1.HeaderClassName
{
color: #A385EC;
}
.AnyTagClassName
{
color: #A385EC;
}
</style>
background-color css
<style>
a { background-color: #A385EC; }
a { background-color: rgb(163,133,236); }
div.DivClassName
{
background-color: #A385EC;
}
.BgClassName
{
background-color: #A385EC;
}
</style>
border-color css
<style>
span { border-color: #A385EC; }
span { border-color: rgb(163,133,236); }
td.TdClassName
{
border-color: #A385EC;
}
.TagClassName
{
border-color: #A385EC;
}
</style>