Shades of Medium Purple #A780EC
Tints of Medium Purple #A780EC
RGB
CMYK
RGB Variations
Color information
#A780EC (or 0xA780EC) is known color: Medium Purple. HEX triplet: A7, 80 and EC. RGB value is (167,128,236). Sum of RGB (Red+Green+Blue) = 167+128+236=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #A780EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A780EC is #587F13. Grayscale: #979797. Windows color (decimal): -5799700 or 15499431. OLE color: 15499431.
HSL color Cylindrical-coordinate representation of color #A780EC: hue angle of 261.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A780EC is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 128 | 236 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.07 |
| HSL | 261.67º | 0.74% | 0.71% | - |
| HSV(B) | 261.67º | 0.46% | 0.93% | - |
| XYZ | 38.8 | 29.71 | 83.05 | - |
| YUV | 151.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 236 | 0.29 | 0.46 | 0 | 0.07 | 261.67 | 0.74 | 0.71 |
| Hex | A7 | 80 | EC | 1D | 2E | 0 | 7 | 106 | 4A | 47 |
| Octal | 247 | 200 | 354 | 35 | 56 | 0 | 7 | 406 | 112 | 107 |
| Binary | 10100111 | 10000000 | 11101100 | 11101 | 101110 | 0 | 111 | 100000110 | 1001010 | 1000111 |
Color Harmonies of #A780EC
Complementary color
Monochromatic Colors of #A780EC
Black with #A780EC
Text Example
Text Example
White with #A780EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A780EC; }
p { color: rgb(167,128,236); }
H1.HeaderClassName
{
color: #A780EC;
}
.AnyTagClassName
{
color: #A780EC;
}
</style>
background-color css
<style>
a { background-color: #A780EC; }
a { background-color: rgb(167,128,236); }
div.DivClassName
{
background-color: #A780EC;
}
.BgClassName
{
background-color: #A780EC;
}
</style>
border-color css
<style>
span { border-color: #A780EC; }
span { border-color: rgb(167,128,236); }
td.TdClassName
{
border-color: #A780EC;
}
.TagClassName
{
border-color: #A780EC;
}
</style>