Shades of Medium Purple #A87EE0
Tints of Medium Purple #A87EE0
RGB
CMYK
RGB Variations
Color information
#A87EE0 (or 0xA87EE0) is known color: Medium Purple. HEX triplet: A8, 7E and E0. RGB value is (168,126,224). Sum of RGB (Red+Green+Blue) = 168+126+224=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #A87EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87EE0 is #57811F. Grayscale: #959595. Windows color (decimal): -5734688 or 14712488. OLE color: 14712488.
HSL color Cylindrical-coordinate representation of color #A87EE0: hue angle of 265.71º degrees, saturation: 0.61, 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 #A87EE0 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 126 | 224 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.12 |
| HSL | 265.71º | 0.61% | 0.69% | - |
| HSV(B) | 265.71º | 0.44% | 0.88% | - |
| XYZ | 37.06 | 28.63 | 74.09 | - |
| YUV | 149.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 224 | 0.25 | 0.44 | 0 | 0.12 | 265.71 | 0.61 | 0.69 |
| Hex | A8 | 7E | E0 | 19 | 2C | 0 | C | 10A | 3D | 45 |
| Octal | 250 | 176 | 340 | 31 | 54 | 0 | 14 | 412 | 75 | 105 |
| Binary | 10101000 | 1111110 | 11100000 | 11001 | 101100 | 0 | 1100 | 100001010 | 111101 | 1000101 |
Color Harmonies of #A87EE0
Complementary color
Monochromatic Colors of #A87EE0
Black with #A87EE0
Text Example
Text Example
White with #A87EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EE0; }
p { color: rgb(168,126,224); }
H1.HeaderClassName
{
color: #A87EE0;
}
.AnyTagClassName
{
color: #A87EE0;
}
</style>
background-color css
<style>
a { background-color: #A87EE0; }
a { background-color: rgb(168,126,224); }
div.DivClassName
{
background-color: #A87EE0;
}
.BgClassName
{
background-color: #A87EE0;
}
</style>
border-color css
<style>
span { border-color: #A87EE0; }
span { border-color: rgb(168,126,224); }
td.TdClassName
{
border-color: #A87EE0;
}
.TagClassName
{
border-color: #A87EE0;
}
</style>