Shades of Medium Purple #A386F0
Tints of Medium Purple #A386F0
RGB
CMYK
RGB Variations
Color information
#A386F0 (or 0xA386F0) is known color: Medium Purple. HEX triplet: A3, 86 and F0. RGB value is (163,134,240). Sum of RGB (Red+Green+Blue) = 163+134+240=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A386F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386F0 is #5C790F. Grayscale: #9A9A9A. Windows color (decimal): -6060304 or 15763107. OLE color: 15763107.
HSL color Cylindrical-coordinate representation of color #A386F0: hue angle of 256.42º degrees, saturation: 0.78, 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 #A386F0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 134 | 240 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.06 |
| HSL | 256.42º | 0.78% | 0.73% | - |
| HSV(B) | 256.42º | 0.44% | 0.94% | - |
| XYZ | 39.36 | 31.13 | 86.37 | - |
| YUV | 154.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 240 | 0.32 | 0.44 | 0 | 0.06 | 256.42 | 0.78 | 0.73 |
| Hex | A3 | 86 | F0 | 20 | 2C | 0 | 6 | 100 | 4E | 49 |
| Octal | 243 | 206 | 360 | 40 | 54 | 0 | 6 | 400 | 116 | 111 |
| Binary | 10100011 | 10000110 | 11110000 | 100000 | 101100 | 0 | 110 | 100000000 | 1001110 | 1001001 |
Color Harmonies of #A386F0
Complementary color
Monochromatic Colors of #A386F0
Black with #A386F0
Text Example
Text Example
White with #A386F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386F0; }
p { color: rgb(163,134,240); }
H1.HeaderClassName
{
color: #A386F0;
}
.AnyTagClassName
{
color: #A386F0;
}
</style>
background-color css
<style>
a { background-color: #A386F0; }
a { background-color: rgb(163,134,240); }
div.DivClassName
{
background-color: #A386F0;
}
.BgClassName
{
background-color: #A386F0;
}
</style>
border-color css
<style>
span { border-color: #A386F0; }
span { border-color: rgb(163,134,240); }
td.TdClassName
{
border-color: #A386F0;
}
.TagClassName
{
border-color: #A386F0;
}
</style>