Shades of Medium Purple #A377EC
Tints of Medium Purple #A377EC
RGB
CMYK
RGB Variations
Color information
#A377EC (or 0xA377EC) is known color: Medium Purple. HEX triplet: A3, 77 and EC. RGB value is (163,119,236). Sum of RGB (Red+Green+Blue) = 163+119+236=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #A377EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377EC is #5C8813. Grayscale: #919191. Windows color (decimal): -6064148 or 15497123. OLE color: 15497123.
HSL color Cylindrical-coordinate representation of color #A377EC: hue angle of 262.56º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A377EC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 119 | 236 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.07 |
| HSL | 262.56º | 0.75% | 0.7% | - |
| HSV(B) | 262.56º | 0.5% | 0.93% | - |
| XYZ | 36.84 | 27.04 | 82.63 | - |
| YUV | 145.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 236 | 0.31 | 0.50 | 0 | 0.07 | 262.56 | 0.75 | 0.7 |
| Hex | A3 | 77 | EC | 1F | 32 | 0 | 7 | 107 | 4B | 46 |
| Octal | 243 | 167 | 354 | 37 | 62 | 0 | 7 | 407 | 113 | 106 |
| Binary | 10100011 | 1110111 | 11101100 | 11111 | 110010 | 0 | 111 | 100000111 | 1001011 | 1000110 |
Color Harmonies of #A377EC
Complementary color
Monochromatic Colors of #A377EC
Black with #A377EC
Text Example
Text Example
White with #A377EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377EC; }
p { color: rgb(163,119,236); }
H1.HeaderClassName
{
color: #A377EC;
}
.AnyTagClassName
{
color: #A377EC;
}
</style>
background-color css
<style>
a { background-color: #A377EC; }
a { background-color: rgb(163,119,236); }
div.DivClassName
{
background-color: #A377EC;
}
.BgClassName
{
background-color: #A377EC;
}
</style>
border-color css
<style>
span { border-color: #A377EC; }
span { border-color: rgb(163,119,236); }
td.TdClassName
{
border-color: #A377EC;
}
.TagClassName
{
border-color: #A377EC;
}
</style>