Shades of Medium Purple #A87EE6
Tints of Medium Purple #A87EE6
RGB
CMYK
RGB Variations
Color information
#A87EE6 (or 0xA87EE6) is known color: Medium Purple. HEX triplet: A8, 7E and E6. RGB value is (168,126,230). Sum of RGB (Red+Green+Blue) = 168+126+230=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #A87EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87EE6 is #578119. Grayscale: #969696. Windows color (decimal): -5734682 or 15105704. OLE color: 15105704.
HSL color Cylindrical-coordinate representation of color #A87EE6: hue angle of 264.23º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A87EE6 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 126 | 230 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.10 |
| HSL | 264.23º | 0.68% | 0.7% | - |
| HSV(B) | 264.23º | 0.45% | 0.9% | - |
| XYZ | 37.89 | 28.96 | 78.46 | - |
| YUV | 150.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 230 | 0.27 | 0.45 | 0 | 0.10 | 264.23 | 0.68 | 0.7 |
| Hex | A8 | 7E | E6 | 1B | 2D | 0 | A | 108 | 44 | 46 |
| Octal | 250 | 176 | 346 | 33 | 55 | 0 | 12 | 410 | 104 | 106 |
| Binary | 10101000 | 1111110 | 11100110 | 11011 | 101101 | 0 | 1010 | 100001000 | 1000100 | 1000110 |
Color Harmonies of #A87EE6
Complementary color
Monochromatic Colors of #A87EE6
Black with #A87EE6
Text Example
Text Example
White with #A87EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EE6; }
p { color: rgb(168,126,230); }
H1.HeaderClassName
{
color: #A87EE6;
}
.AnyTagClassName
{
color: #A87EE6;
}
</style>
background-color css
<style>
a { background-color: #A87EE6; }
a { background-color: rgb(168,126,230); }
div.DivClassName
{
background-color: #A87EE6;
}
.BgClassName
{
background-color: #A87EE6;
}
</style>
border-color css
<style>
span { border-color: #A87EE6; }
span { border-color: rgb(168,126,230); }
td.TdClassName
{
border-color: #A87EE6;
}
.TagClassName
{
border-color: #A87EE6;
}
</style>