Shades of Medium Purple #A877EC
Tints of Medium Purple #A877EC
RGB
CMYK
RGB Variations
Color information
#A877EC (or 0xA877EC) is known color: Medium Purple. HEX triplet: A8, 77 and EC. RGB value is (168,119,236). Sum of RGB (Red+Green+Blue) = 168+119+236=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #A877EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A877EC is #578813. Grayscale: #929292. Windows color (decimal): -5736468 or 15497128. OLE color: 15497128.
HSL color Cylindrical-coordinate representation of color #A877EC: hue angle of 265.13º 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 #A877EC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 119 | 236 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.07 |
| HSL | 265.13º | 0.75% | 0.7% | - |
| HSV(B) | 265.13º | 0.5% | 0.93% | - |
| XYZ | 37.89 | 27.57 | 82.68 | - |
| YUV | 146.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 236 | 0.29 | 0.50 | 0 | 0.07 | 265.13 | 0.75 | 0.7 |
| Hex | A8 | 77 | EC | 1D | 32 | 0 | 7 | 109 | 4B | 46 |
| Octal | 250 | 167 | 354 | 35 | 62 | 0 | 7 | 411 | 113 | 106 |
| Binary | 10101000 | 1110111 | 11101100 | 11101 | 110010 | 0 | 111 | 100001001 | 1001011 | 1000110 |
Color Harmonies of #A877EC
Complementary color
Monochromatic Colors of #A877EC
Black with #A877EC
Text Example
Text Example
White with #A877EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877EC; }
p { color: rgb(168,119,236); }
H1.HeaderClassName
{
color: #A877EC;
}
.AnyTagClassName
{
color: #A877EC;
}
</style>
background-color css
<style>
a { background-color: #A877EC; }
a { background-color: rgb(168,119,236); }
div.DivClassName
{
background-color: #A877EC;
}
.BgClassName
{
background-color: #A877EC;
}
</style>
border-color css
<style>
span { border-color: #A877EC; }
span { border-color: rgb(168,119,236); }
td.TdClassName
{
border-color: #A877EC;
}
.TagClassName
{
border-color: #A877EC;
}
</style>