Shades of Medium Purple #A763EC
Tints of Medium Purple #A763EC
RGB
CMYK
RGB Variations
Color information
#A763EC (or 0xA763EC) is known color: Medium Purple. HEX triplet: A7, 63 and EC. RGB value is (167,99,236). Sum of RGB (Red+Green+Blue) = 167+99+236=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A763EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A763EC is #589C13. Grayscale: #868686. Windows color (decimal): -5807124 or 15492007. OLE color: 15492007.
HSL color Cylindrical-coordinate representation of color #A763EC: hue angle of 269.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A763EC is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 99 | 236 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.07 |
| HSL | 269.78º | 0.78% | 0.66% | - |
| HSV(B) | 269.78º | 0.58% | 0.93% | - |
| XYZ | 35.54 | 23.2 | 81.96 | - |
| YUV | 134.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 236 | 0.29 | 0.58 | 0 | 0.07 | 269.78 | 0.78 | 0.66 |
| Hex | A7 | 63 | EC | 1D | 3A | 0 | 7 | 10E | 4E | 42 |
| Octal | 247 | 143 | 354 | 35 | 72 | 0 | 7 | 416 | 116 | 102 |
| Binary | 10100111 | 1100011 | 11101100 | 11101 | 111010 | 0 | 111 | 100001110 | 1001110 | 1000010 |
Color Harmonies of #A763EC
Complementary color
Monochromatic Colors of #A763EC
Black with #A763EC
Text Example
Text Example
White with #A763EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A763EC; }
p { color: rgb(167,99,236); }
H1.HeaderClassName
{
color: #A763EC;
}
.AnyTagClassName
{
color: #A763EC;
}
</style>
background-color css
<style>
a { background-color: #A763EC; }
a { background-color: rgb(167,99,236); }
div.DivClassName
{
background-color: #A763EC;
}
.BgClassName
{
background-color: #A763EC;
}
</style>
border-color css
<style>
span { border-color: #A763EC; }
span { border-color: rgb(167,99,236); }
td.TdClassName
{
border-color: #A763EC;
}
.TagClassName
{
border-color: #A763EC;
}
</style>