Shades of Medium Purple #A784F0
Tints of Medium Purple #A784F0
RGB
CMYK
RGB Variations
Color information
#A784F0 (or 0xA784F0) is known color: Medium Purple. HEX triplet: A7, 84 and F0. RGB value is (167,132,240). Sum of RGB (Red+Green+Blue) = 167+132+240=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #A784F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A784F0 is #587B0F. Grayscale: #9A9A9A. Windows color (decimal): -5798672 or 15762599. OLE color: 15762599.
HSL color Cylindrical-coordinate representation of color #A784F0: hue angle of 259.44º 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 #A784F0 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 132 | 240 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.06 |
| HSL | 259.44º | 0.78% | 0.73% | - |
| HSV(B) | 259.44º | 0.45% | 0.94% | - |
| XYZ | 39.92 | 31.01 | 86.32 | - |
| YUV | 154.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 240 | 0.30 | 0.45 | 0 | 0.06 | 259.44 | 0.78 | 0.73 |
| Hex | A7 | 84 | F0 | 1E | 2D | 0 | 6 | 103 | 4E | 49 |
| Octal | 247 | 204 | 360 | 36 | 55 | 0 | 6 | 403 | 116 | 111 |
| Binary | 10100111 | 10000100 | 11110000 | 11110 | 101101 | 0 | 110 | 100000011 | 1001110 | 1001001 |
Color Harmonies of #A784F0
Complementary color
Monochromatic Colors of #A784F0
Black with #A784F0
Text Example
Text Example
White with #A784F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A784F0; }
p { color: rgb(167,132,240); }
H1.HeaderClassName
{
color: #A784F0;
}
.AnyTagClassName
{
color: #A784F0;
}
</style>
background-color css
<style>
a { background-color: #A784F0; }
a { background-color: rgb(167,132,240); }
div.DivClassName
{
background-color: #A784F0;
}
.BgClassName
{
background-color: #A784F0;
}
</style>
border-color css
<style>
span { border-color: #A784F0; }
span { border-color: rgb(167,132,240); }
td.TdClassName
{
border-color: #A784F0;
}
.TagClassName
{
border-color: #A784F0;
}
</style>