Shades of Medium Purple #A376EC
Tints of Medium Purple #A376EC
RGB
CMYK
RGB Variations
Color information
#A376EC (or 0xA376EC) is known color: Medium Purple. HEX triplet: A3, 76 and EC. RGB value is (163,118,236). Sum of RGB (Red+Green+Blue) = 163+118+236=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #A376EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A376EC is #5C8913. Grayscale: #909090. Windows color (decimal): -6064404 or 15496867. OLE color: 15496867.
HSL color Cylindrical-coordinate representation of color #A376EC: hue angle of 262.88º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A376EC is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 118 | 236 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.07 |
| HSL | 262.88º | 0.76% | 0.69% | - |
| HSV(B) | 262.88º | 0.5% | 0.93% | - |
| XYZ | 36.72 | 26.8 | 82.59 | - |
| YUV | 144.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 236 | 0.31 | 0.5 | 0 | 0.07 | 262.88 | 0.76 | 0.69 |
| Hex | A3 | 76 | EC | 1F | 32 | 0 | 7 | 107 | 4C | 45 |
| Octal | 243 | 166 | 354 | 37 | 62 | 0 | 7 | 407 | 114 | 105 |
| Binary | 10100011 | 1110110 | 11101100 | 11111 | 110010 | 0 | 111 | 100000111 | 1001100 | 1000101 |
Color Harmonies of #A376EC
Complementary color
Monochromatic Colors of #A376EC
Black with #A376EC
Text Example
Text Example
White with #A376EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376EC; }
p { color: rgb(163,118,236); }
H1.HeaderClassName
{
color: #A376EC;
}
.AnyTagClassName
{
color: #A376EC;
}
</style>
background-color css
<style>
a { background-color: #A376EC; }
a { background-color: rgb(163,118,236); }
div.DivClassName
{
background-color: #A376EC;
}
.BgClassName
{
background-color: #A376EC;
}
</style>
border-color css
<style>
span { border-color: #A376EC; }
span { border-color: rgb(163,118,236); }
td.TdClassName
{
border-color: #A376EC;
}
.TagClassName
{
border-color: #A376EC;
}
</style>