Shades of Medium Purple #A877FA
Tints of Medium Purple #A877FA
RGB
CMYK
RGB Variations
Color information
#A877FA (or 0xA877FA) is known color: Medium Purple. HEX triplet: A8, 77 and FA. RGB value is (168,119,250). Sum of RGB (Red+Green+Blue) = 168+119+250=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #A877FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A877FA is #578805. Grayscale: #949494. Windows color (decimal): -5736454 or 16414632. OLE color: 16414632.
HSL color Cylindrical-coordinate representation of color #A877FA: hue angle of 262.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A877FA is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 119 | 250 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.02 |
| HSL | 262.44º | 0.93% | 0.72% | - |
| HSV(B) | 262.44º | 0.52% | 0.98% | - |
| XYZ | 40 | 28.42 | 93.82 | - |
| YUV | 148.59 | 185.23 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 250 | 0.33 | 0.52 | 0 | 0.02 | 262.44 | 0.93 | 0.72 |
| Hex | A8 | 77 | FA | 21 | 34 | 0 | 2 | 106 | 5D | 48 |
| Octal | 250 | 167 | 372 | 41 | 64 | 0 | 2 | 406 | 135 | 110 |
| Binary | 10101000 | 1110111 | 11111010 | 100001 | 110100 | 0 | 10 | 100000110 | 1011101 | 1001000 |
Color Harmonies of #A877FA
Complementary color
Monochromatic Colors of #A877FA
Black with #A877FA
Text Example
Text Example
White with #A877FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877FA; }
p { color: rgb(168,119,250); }
H1.HeaderClassName
{
color: #A877FA;
}
.AnyTagClassName
{
color: #A877FA;
}
</style>
background-color css
<style>
a { background-color: #A877FA; }
a { background-color: rgb(168,119,250); }
div.DivClassName
{
background-color: #A877FA;
}
.BgClassName
{
background-color: #A877FA;
}
</style>
border-color css
<style>
span { border-color: #A877FA; }
span { border-color: rgb(168,119,250); }
td.TdClassName
{
border-color: #A877FA;
}
.TagClassName
{
border-color: #A877FA;
}
</style>