Shades of Medium Purple #A877EE
Tints of Medium Purple #A877EE
RGB
CMYK
RGB Variations
Color information
#A877EE (or 0xA877EE) is known color: Medium Purple. HEX triplet: A8, 77 and EE. RGB value is (168,119,238). Sum of RGB (Red+Green+Blue) = 168+119+238=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #A877EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A877EE is #578811. Grayscale: #929292. Windows color (decimal): -5736466 or 15628200. OLE color: 15628200.
HSL color Cylindrical-coordinate representation of color #A877EE: hue angle of 264.71º degrees, saturation: 0.78, 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 #A877EE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 119 | 238 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.07 |
| HSL | 264.71º | 0.78% | 0.7% | - |
| HSV(B) | 264.71º | 0.5% | 0.93% | - |
| XYZ | 38.18 | 27.69 | 84.22 | - |
| YUV | 147.22 | 179.23 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 238 | 0.29 | 0.50 | 0 | 0.07 | 264.71 | 0.78 | 0.7 |
| Hex | A8 | 77 | EE | 1D | 32 | 0 | 7 | 109 | 4E | 46 |
| Octal | 250 | 167 | 356 | 35 | 62 | 0 | 7 | 411 | 116 | 106 |
| Binary | 10101000 | 1110111 | 11101110 | 11101 | 110010 | 0 | 111 | 100001001 | 1001110 | 1000110 |
Color Harmonies of #A877EE
Complementary color
Monochromatic Colors of #A877EE
Black with #A877EE
Text Example
Text Example
White with #A877EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877EE; }
p { color: rgb(168,119,238); }
H1.HeaderClassName
{
color: #A877EE;
}
.AnyTagClassName
{
color: #A877EE;
}
</style>
background-color css
<style>
a { background-color: #A877EE; }
a { background-color: rgb(168,119,238); }
div.DivClassName
{
background-color: #A877EE;
}
.BgClassName
{
background-color: #A877EE;
}
</style>
border-color css
<style>
span { border-color: #A877EE; }
span { border-color: rgb(168,119,238); }
td.TdClassName
{
border-color: #A877EE;
}
.TagClassName
{
border-color: #A877EE;
}
</style>