Shades of Medium Purple #A177EC
Tints of Medium Purple #A177EC
RGB
CMYK
RGB Variations
Color information
#A177EC (or 0xA177EC) is known color: Medium Purple. HEX triplet: A1, 77 and EC. RGB value is (161,119,236). Sum of RGB (Red+Green+Blue) = 161+119+236=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #A177EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A177EC is #5E8813. Grayscale: #909090. Windows color (decimal): -6195220 or 15497121. OLE color: 15497121.
HSL color Cylindrical-coordinate representation of color #A177EC: hue angle of 261.54º 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 #A177EC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 119 | 236 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.07 |
| HSL | 261.54º | 0.75% | 0.7% | - |
| HSV(B) | 261.54º | 0.5% | 0.93% | - |
| XYZ | 36.44 | 26.83 | 82.61 | - |
| YUV | 144.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 236 | 0.32 | 0.50 | 0 | 0.07 | 261.54 | 0.75 | 0.7 |
| Hex | A1 | 77 | EC | 20 | 32 | 0 | 7 | 106 | 4B | 46 |
| Octal | 241 | 167 | 354 | 40 | 62 | 0 | 7 | 406 | 113 | 106 |
| Binary | 10100001 | 1110111 | 11101100 | 100000 | 110010 | 0 | 111 | 100000110 | 1001011 | 1000110 |
Color Harmonies of #A177EC
Complementary color
Monochromatic Colors of #A177EC
Black with #A177EC
Text Example
Text Example
White with #A177EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177EC; }
p { color: rgb(161,119,236); }
H1.HeaderClassName
{
color: #A177EC;
}
.AnyTagClassName
{
color: #A177EC;
}
</style>
background-color css
<style>
a { background-color: #A177EC; }
a { background-color: rgb(161,119,236); }
div.DivClassName
{
background-color: #A177EC;
}
.BgClassName
{
background-color: #A177EC;
}
</style>
border-color css
<style>
span { border-color: #A177EC; }
span { border-color: rgb(161,119,236); }
td.TdClassName
{
border-color: #A177EC;
}
.TagClassName
{
border-color: #A177EC;
}
</style>