Shades of Medium Purple #A386ED
Tints of Medium Purple #A386ED
RGB
CMYK
RGB Variations
Color information
#A386ED (or 0xA386ED) is known color: Medium Purple. HEX triplet: A3, 86 and ED. RGB value is (163,134,237). Sum of RGB (Red+Green+Blue) = 163+134+237=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #A386ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386ED is #5C7912. Grayscale: #9A9A9A. Windows color (decimal): -6060307 or 15566499. OLE color: 15566499.
HSL color Cylindrical-coordinate representation of color #A386ED: hue angle of 256.89º degrees, saturation: 0.74, 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 #A386ED is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 134 | 237 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.07 |
| HSL | 256.89º | 0.74% | 0.73% | - |
| HSV(B) | 256.89º | 0.43% | 0.93% | - |
| XYZ | 38.92 | 30.95 | 84.04 | - |
| YUV | 154.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 237 | 0.31 | 0.43 | 0 | 0.07 | 256.89 | 0.74 | 0.73 |
| Hex | A3 | 86 | ED | 1F | 2B | 0 | 7 | 101 | 4A | 49 |
| Octal | 243 | 206 | 355 | 37 | 53 | 0 | 7 | 401 | 112 | 111 |
| Binary | 10100011 | 10000110 | 11101101 | 11111 | 101011 | 0 | 111 | 100000001 | 1001010 | 1001001 |
Color Harmonies of #A386ED
Complementary color
Monochromatic Colors of #A386ED
Black with #A386ED
Text Example
Text Example
White with #A386ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386ED; }
p { color: rgb(163,134,237); }
H1.HeaderClassName
{
color: #A386ED;
}
.AnyTagClassName
{
color: #A386ED;
}
</style>
background-color css
<style>
a { background-color: #A386ED; }
a { background-color: rgb(163,134,237); }
div.DivClassName
{
background-color: #A386ED;
}
.BgClassName
{
background-color: #A386ED;
}
</style>
border-color css
<style>
span { border-color: #A386ED; }
span { border-color: rgb(163,134,237); }
td.TdClassName
{
border-color: #A386ED;
}
.TagClassName
{
border-color: #A386ED;
}
</style>