Shades of Medium Purple #A784ED
Tints of Medium Purple #A784ED
RGB
CMYK
RGB Variations
Color information
#A784ED (or 0xA784ED) is known color: Medium Purple. HEX triplet: A7, 84 and ED. RGB value is (167,132,237). Sum of RGB (Red+Green+Blue) = 167+132+237=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #A784ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A784ED is #587B12. Grayscale: #9A9A9A. Windows color (decimal): -5798675 or 15565991. OLE color: 15565991.
HSL color Cylindrical-coordinate representation of color #A784ED: hue angle of 260º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A784ED is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 132 | 237 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.07 |
| HSL | 260º | 0.74% | 0.72% | - |
| HSV(B) | 260º | 0.44% | 0.93% | - |
| XYZ | 39.47 | 30.83 | 83.99 | - |
| YUV | 154.44 | 174.6 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 237 | 0.30 | 0.44 | 0 | 0.07 | 260 | 0.74 | 0.72 |
| Hex | A7 | 84 | ED | 1E | 2C | 0 | 7 | 104 | 4A | 48 |
| Octal | 247 | 204 | 355 | 36 | 54 | 0 | 7 | 404 | 112 | 110 |
| Binary | 10100111 | 10000100 | 11101101 | 11110 | 101100 | 0 | 111 | 100000100 | 1001010 | 1001000 |
Color Harmonies of #A784ED
Complementary color
Monochromatic Colors of #A784ED
Black with #A784ED
Text Example
Text Example
White with #A784ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A784ED; }
p { color: rgb(167,132,237); }
H1.HeaderClassName
{
color: #A784ED;
}
.AnyTagClassName
{
color: #A784ED;
}
</style>
background-color css
<style>
a { background-color: #A784ED; }
a { background-color: rgb(167,132,237); }
div.DivClassName
{
background-color: #A784ED;
}
.BgClassName
{
background-color: #A784ED;
}
</style>
border-color css
<style>
span { border-color: #A784ED; }
span { border-color: rgb(167,132,237); }
td.TdClassName
{
border-color: #A784ED;
}
.TagClassName
{
border-color: #A784ED;
}
</style>