Shades of Medium Purple #A384F0
Tints of Medium Purple #A384F0
RGB
CMYK
RGB Variations
Color information
#A384F0 (or 0xA384F0) is known color: Medium Purple. HEX triplet: A3, 84 and F0. RGB value is (163,132,240). Sum of RGB (Red+Green+Blue) = 163+132+240=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A384F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384F0 is #5C7B0F. Grayscale: #999999. Windows color (decimal): -6060816 or 15762595. OLE color: 15762595.
HSL color Cylindrical-coordinate representation of color #A384F0: hue angle of 257.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A384F0 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 132 | 240 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.06 |
| HSL | 257.22º | 0.78% | 0.73% | - |
| HSV(B) | 257.22º | 0.45% | 0.94% | - |
| XYZ | 39.08 | 30.58 | 86.28 | - |
| YUV | 153.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 240 | 0.32 | 0.45 | 0 | 0.06 | 257.22 | 0.78 | 0.73 |
| Hex | A3 | 84 | F0 | 20 | 2D | 0 | 6 | 101 | 4E | 49 |
| Octal | 243 | 204 | 360 | 40 | 55 | 0 | 6 | 401 | 116 | 111 |
| Binary | 10100011 | 10000100 | 11110000 | 100000 | 101101 | 0 | 110 | 100000001 | 1001110 | 1001001 |
Color Harmonies of #A384F0
Complementary color
Monochromatic Colors of #A384F0
Black with #A384F0
Text Example
Text Example
White with #A384F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384F0; }
p { color: rgb(163,132,240); }
H1.HeaderClassName
{
color: #A384F0;
}
.AnyTagClassName
{
color: #A384F0;
}
</style>
background-color css
<style>
a { background-color: #A384F0; }
a { background-color: rgb(163,132,240); }
div.DivClassName
{
background-color: #A384F0;
}
.BgClassName
{
background-color: #A384F0;
}
</style>
border-color css
<style>
span { border-color: #A384F0; }
span { border-color: rgb(163,132,240); }
td.TdClassName
{
border-color: #A384F0;
}
.TagClassName
{
border-color: #A384F0;
}
</style>