Shades of Medium Purple #A386EF
Tints of Medium Purple #A386EF
RGB
CMYK
RGB Variations
Color information
#A386EF (or 0xA386EF) is known color: Medium Purple. HEX triplet: A3, 86 and EF. RGB value is (163,134,239). Sum of RGB (Red+Green+Blue) = 163+134+239=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #A386EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386EF is #5C7910. Grayscale: #9A9A9A. Windows color (decimal): -6060305 or 15697571. OLE color: 15697571.
HSL color Cylindrical-coordinate representation of color #A386EF: hue angle of 256.57º 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 #A386EF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 134 | 239 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.06 |
| HSL | 256.57º | 0.77% | 0.73% | - |
| HSV(B) | 256.57º | 0.44% | 0.94% | - |
| XYZ | 39.21 | 31.07 | 85.59 | - |
| YUV | 154.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 239 | 0.32 | 0.44 | 0 | 0.06 | 256.57 | 0.77 | 0.73 |
| Hex | A3 | 86 | EF | 20 | 2C | 0 | 6 | 101 | 4D | 49 |
| Octal | 243 | 206 | 357 | 40 | 54 | 0 | 6 | 401 | 115 | 111 |
| Binary | 10100011 | 10000110 | 11101111 | 100000 | 101100 | 0 | 110 | 100000001 | 1001101 | 1001001 |
Color Harmonies of #A386EF
Complementary color
Monochromatic Colors of #A386EF
Black with #A386EF
Text Example
Text Example
White with #A386EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386EF; }
p { color: rgb(163,134,239); }
H1.HeaderClassName
{
color: #A386EF;
}
.AnyTagClassName
{
color: #A386EF;
}
</style>
background-color css
<style>
a { background-color: #A386EF; }
a { background-color: rgb(163,134,239); }
div.DivClassName
{
background-color: #A386EF;
}
.BgClassName
{
background-color: #A386EF;
}
</style>
border-color css
<style>
span { border-color: #A386EF; }
span { border-color: rgb(163,134,239); }
td.TdClassName
{
border-color: #A386EF;
}
.TagClassName
{
border-color: #A386EF;
}
</style>