Shades of Medium Purple #A87FEA
Tints of Medium Purple #A87FEA
RGB
CMYK
RGB Variations
Color information
#A87FEA (or 0xA87FEA) is known color: Medium Purple. HEX triplet: A8, 7F and EA. RGB value is (168,127,234). Sum of RGB (Red+Green+Blue) = 168+127+234=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #A87FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FEA is #578015. Grayscale: #979797. Windows color (decimal): -5734422 or 15368104. OLE color: 15368104.
HSL color Cylindrical-coordinate representation of color #A87FEA: hue angle of 262.99º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A87FEA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 127 | 234 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.08 |
| HSL | 262.99º | 0.72% | 0.71% | - |
| HSV(B) | 262.99º | 0.46% | 0.92% | - |
| XYZ | 38.59 | 29.44 | 81.49 | - |
| YUV | 151.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 234 | 0.28 | 0.46 | 0 | 0.08 | 262.99 | 0.72 | 0.71 |
| Hex | A8 | 7F | EA | 1C | 2E | 0 | 8 | 107 | 48 | 47 |
| Octal | 250 | 177 | 352 | 34 | 56 | 0 | 10 | 407 | 110 | 107 |
| Binary | 10101000 | 1111111 | 11101010 | 11100 | 101110 | 0 | 1000 | 100000111 | 1001000 | 1000111 |
Color Harmonies of #A87FEA
Complementary color
Monochromatic Colors of #A87FEA
Black with #A87FEA
Text Example
Text Example
White with #A87FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FEA; }
p { color: rgb(168,127,234); }
H1.HeaderClassName
{
color: #A87FEA;
}
.AnyTagClassName
{
color: #A87FEA;
}
</style>
background-color css
<style>
a { background-color: #A87FEA; }
a { background-color: rgb(168,127,234); }
div.DivClassName
{
background-color: #A87FEA;
}
.BgClassName
{
background-color: #A87FEA;
}
</style>
border-color css
<style>
span { border-color: #A87FEA; }
span { border-color: rgb(168,127,234); }
td.TdClassName
{
border-color: #A87FEA;
}
.TagClassName
{
border-color: #A87FEA;
}
</style>