Shades of Medium Purple #A87FE7
Tints of Medium Purple #A87FE7
RGB
CMYK
RGB Variations
Color information
#A87FE7 (or 0xA87FE7) is known color: Medium Purple. HEX triplet: A8, 7F and E7. RGB value is (168,127,231). Sum of RGB (Red+Green+Blue) = 168+127+231=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #A87FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FE7 is #578018. Grayscale: #969696. Windows color (decimal): -5734425 or 15171496. OLE color: 15171496.
HSL color Cylindrical-coordinate representation of color #A87FE7: hue angle of 263.65º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A87FE7 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 127 | 231 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.09 |
| HSL | 263.65º | 0.68% | 0.7% | - |
| HSV(B) | 263.65º | 0.45% | 0.91% | - |
| XYZ | 38.16 | 29.27 | 79.24 | - |
| YUV | 151.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 231 | 0.27 | 0.45 | 0 | 0.09 | 263.65 | 0.68 | 0.7 |
| Hex | A8 | 7F | E7 | 1B | 2D | 0 | 9 | 108 | 44 | 46 |
| Octal | 250 | 177 | 347 | 33 | 55 | 0 | 11 | 410 | 104 | 106 |
| Binary | 10101000 | 1111111 | 11100111 | 11011 | 101101 | 0 | 1001 | 100001000 | 1000100 | 1000110 |
Color Harmonies of #A87FE7
Complementary color
Monochromatic Colors of #A87FE7
Black with #A87FE7
Text Example
Text Example
White with #A87FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FE7; }
p { color: rgb(168,127,231); }
H1.HeaderClassName
{
color: #A87FE7;
}
.AnyTagClassName
{
color: #A87FE7;
}
</style>
background-color css
<style>
a { background-color: #A87FE7; }
a { background-color: rgb(168,127,231); }
div.DivClassName
{
background-color: #A87FE7;
}
.BgClassName
{
background-color: #A87FE7;
}
</style>
border-color css
<style>
span { border-color: #A87FE7; }
span { border-color: rgb(168,127,231); }
td.TdClassName
{
border-color: #A87FE7;
}
.TagClassName
{
border-color: #A87FE7;
}
</style>