Shades of Medium Purple #A385EF
Tints of Medium Purple #A385EF
RGB
CMYK
RGB Variations
Color information
#A385EF (or 0xA385EF) is known color: Medium Purple. HEX triplet: A3, 85 and EF. RGB value is (163,133,239). Sum of RGB (Red+Green+Blue) = 163+133+239=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #A385EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385EF is #5C7A10. Grayscale: #999999. Windows color (decimal): -6060561 or 15697315. OLE color: 15697315.
HSL color Cylindrical-coordinate representation of color #A385EF: hue angle of 256.98º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A385EF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 133 | 239 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.06 |
| HSL | 256.98º | 0.77% | 0.73% | - |
| HSV(B) | 256.98º | 0.44% | 0.94% | - |
| XYZ | 39.07 | 30.79 | 85.55 | - |
| YUV | 154.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 239 | 0.32 | 0.44 | 0 | 0.06 | 256.98 | 0.77 | 0.73 |
| Hex | A3 | 85 | EF | 20 | 2C | 0 | 6 | 101 | 4D | 49 |
| Octal | 243 | 205 | 357 | 40 | 54 | 0 | 6 | 401 | 115 | 111 |
| Binary | 10100011 | 10000101 | 11101111 | 100000 | 101100 | 0 | 110 | 100000001 | 1001101 | 1001001 |
Color Harmonies of #A385EF
Complementary color
Monochromatic Colors of #A385EF
Black with #A385EF
Text Example
Text Example
White with #A385EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385EF; }
p { color: rgb(163,133,239); }
H1.HeaderClassName
{
color: #A385EF;
}
.AnyTagClassName
{
color: #A385EF;
}
</style>
background-color css
<style>
a { background-color: #A385EF; }
a { background-color: rgb(163,133,239); }
div.DivClassName
{
background-color: #A385EF;
}
.BgClassName
{
background-color: #A385EF;
}
</style>
border-color css
<style>
span { border-color: #A385EF; }
span { border-color: rgb(163,133,239); }
td.TdClassName
{
border-color: #A385EF;
}
.TagClassName
{
border-color: #A385EF;
}
</style>