Shades of Medium Purple #A87EE3
Tints of Medium Purple #A87EE3
RGB
CMYK
RGB Variations
Color information
#A87EE3 (or 0xA87EE3) is known color: Medium Purple. HEX triplet: A8, 7E and E3. RGB value is (168,126,227). Sum of RGB (Red+Green+Blue) = 168+126+227=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #A87EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87EE3 is #57811C. Grayscale: #959595. Windows color (decimal): -5734685 or 14909096. OLE color: 14909096.
HSL color Cylindrical-coordinate representation of color #A87EE3: hue angle of 264.95º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87EE3 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 126 | 227 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.11 |
| HSL | 264.95º | 0.64% | 0.69% | - |
| HSV(B) | 264.95º | 0.44% | 0.89% | - |
| XYZ | 37.47 | 28.79 | 76.26 | - |
| YUV | 150.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 227 | 0.26 | 0.44 | 0 | 0.11 | 264.95 | 0.64 | 0.69 |
| Hex | A8 | 7E | E3 | 1A | 2C | 0 | B | 109 | 40 | 45 |
| Octal | 250 | 176 | 343 | 32 | 54 | 0 | 13 | 411 | 100 | 105 |
| Binary | 10101000 | 1111110 | 11100011 | 11010 | 101100 | 0 | 1011 | 100001001 | 1000000 | 1000101 |
Color Harmonies of #A87EE3
Complementary color
Monochromatic Colors of #A87EE3
Black with #A87EE3
Text Example
Text Example
White with #A87EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EE3; }
p { color: rgb(168,126,227); }
H1.HeaderClassName
{
color: #A87EE3;
}
.AnyTagClassName
{
color: #A87EE3;
}
</style>
background-color css
<style>
a { background-color: #A87EE3; }
a { background-color: rgb(168,126,227); }
div.DivClassName
{
background-color: #A87EE3;
}
.BgClassName
{
background-color: #A87EE3;
}
</style>
border-color css
<style>
span { border-color: #A87EE3; }
span { border-color: rgb(168,126,227); }
td.TdClassName
{
border-color: #A87EE3;
}
.TagClassName
{
border-color: #A87EE3;
}
</style>