Shades of Medium Purple #A87FEF
Tints of Medium Purple #A87FEF
RGB
CMYK
RGB Variations
Color information
#A87FEF (or 0xA87FEF) is known color: Medium Purple. HEX triplet: A8, 7F and EF. RGB value is (168,127,239). Sum of RGB (Red+Green+Blue) = 168+127+239=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #A87FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FEF is #578010. Grayscale: #979797. Windows color (decimal): -5734417 or 15695784. OLE color: 15695784.
HSL color Cylindrical-coordinate representation of color #A87FEF: hue angle of 261.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A87FEF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 127 | 239 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.06 |
| HSL | 261.96º | 0.78% | 0.72% | - |
| HSV(B) | 261.96º | 0.47% | 0.94% | - |
| XYZ | 39.32 | 29.74 | 85.33 | - |
| YUV | 152.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 239 | 0.30 | 0.47 | 0 | 0.06 | 261.96 | 0.78 | 0.72 |
| Hex | A8 | 7F | EF | 1E | 2F | 0 | 6 | 106 | 4E | 48 |
| Octal | 250 | 177 | 357 | 36 | 57 | 0 | 6 | 406 | 116 | 110 |
| Binary | 10101000 | 1111111 | 11101111 | 11110 | 101111 | 0 | 110 | 100000110 | 1001110 | 1001000 |
Color Harmonies of #A87FEF
Complementary color
Monochromatic Colors of #A87FEF
Black with #A87FEF
Text Example
Text Example
White with #A87FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FEF; }
p { color: rgb(168,127,239); }
H1.HeaderClassName
{
color: #A87FEF;
}
.AnyTagClassName
{
color: #A87FEF;
}
</style>
background-color css
<style>
a { background-color: #A87FEF; }
a { background-color: rgb(168,127,239); }
div.DivClassName
{
background-color: #A87FEF;
}
.BgClassName
{
background-color: #A87FEF;
}
</style>
border-color css
<style>
span { border-color: #A87FEF; }
span { border-color: rgb(168,127,239); }
td.TdClassName
{
border-color: #A87FEF;
}
.TagClassName
{
border-color: #A87FEF;
}
</style>