Shades of Medium Purple #A782EC
Tints of Medium Purple #A782EC
RGB
CMYK
RGB Variations
Color information
#A782EC (or 0xA782EC) is known color: Medium Purple. HEX triplet: A7, 82 and EC. RGB value is (167,130,236). Sum of RGB (Red+Green+Blue) = 167+130+236=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A782EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782EC is #587D13. Grayscale: #989898. Windows color (decimal): -5799188 or 15499943. OLE color: 15499943.
HSL color Cylindrical-coordinate representation of color #A782EC: hue angle of 260.94º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A782EC is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 130 | 236 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.07 |
| HSL | 260.94º | 0.74% | 0.72% | - |
| HSV(B) | 260.94º | 0.45% | 0.93% | - |
| XYZ | 39.06 | 30.24 | 83.13 | - |
| YUV | 153.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 236 | 0.29 | 0.45 | 0 | 0.07 | 260.94 | 0.74 | 0.72 |
| Hex | A7 | 82 | EC | 1D | 2D | 0 | 7 | 105 | 4A | 48 |
| Octal | 247 | 202 | 354 | 35 | 55 | 0 | 7 | 405 | 112 | 110 |
| Binary | 10100111 | 10000010 | 11101100 | 11101 | 101101 | 0 | 111 | 100000101 | 1001010 | 1001000 |
Color Harmonies of #A782EC
Complementary color
Monochromatic Colors of #A782EC
Black with #A782EC
Text Example
Text Example
White with #A782EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A782EC; }
p { color: rgb(167,130,236); }
H1.HeaderClassName
{
color: #A782EC;
}
.AnyTagClassName
{
color: #A782EC;
}
</style>
background-color css
<style>
a { background-color: #A782EC; }
a { background-color: rgb(167,130,236); }
div.DivClassName
{
background-color: #A782EC;
}
.BgClassName
{
background-color: #A782EC;
}
</style>
border-color css
<style>
span { border-color: #A782EC; }
span { border-color: rgb(167,130,236); }
td.TdClassName
{
border-color: #A782EC;
}
.TagClassName
{
border-color: #A782EC;
}
</style>