Shades of Medium Purple #A87EE1
Tints of Medium Purple #A87EE1
RGB
CMYK
RGB Variations
Color information
#A87EE1 (or 0xA87EE1) is known color: Medium Purple. HEX triplet: A8, 7E and E1. RGB value is (168,126,225). Sum of RGB (Red+Green+Blue) = 168+126+225=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #A87EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87EE1 is #57811E. Grayscale: #959595. Windows color (decimal): -5734687 or 14778024. OLE color: 14778024.
HSL color Cylindrical-coordinate representation of color #A87EE1: hue angle of 265.45º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87EE1 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 126 | 225 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.12 |
| HSL | 265.45º | 0.62% | 0.69% | - |
| HSV(B) | 265.45º | 0.44% | 0.88% | - |
| XYZ | 37.2 | 28.68 | 74.81 | - |
| YUV | 149.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 225 | 0.25 | 0.44 | 0 | 0.12 | 265.45 | 0.62 | 0.69 |
| Hex | A8 | 7E | E1 | 19 | 2C | 0 | C | 109 | 3E | 45 |
| Octal | 250 | 176 | 341 | 31 | 54 | 0 | 14 | 411 | 76 | 105 |
| Binary | 10101000 | 1111110 | 11100001 | 11001 | 101100 | 0 | 1100 | 100001001 | 111110 | 1000101 |
Color Harmonies of #A87EE1
Complementary color
Monochromatic Colors of #A87EE1
Black with #A87EE1
Text Example
Text Example
White with #A87EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EE1; }
p { color: rgb(168,126,225); }
H1.HeaderClassName
{
color: #A87EE1;
}
.AnyTagClassName
{
color: #A87EE1;
}
</style>
background-color css
<style>
a { background-color: #A87EE1; }
a { background-color: rgb(168,126,225); }
div.DivClassName
{
background-color: #A87EE1;
}
.BgClassName
{
background-color: #A87EE1;
}
</style>
border-color css
<style>
span { border-color: #A87EE1; }
span { border-color: rgb(168,126,225); }
td.TdClassName
{
border-color: #A87EE1;
}
.TagClassName
{
border-color: #A87EE1;
}
</style>