Shades of Medium Purple #A87FF0
Tints of Medium Purple #A87FF0
RGB
CMYK
RGB Variations
Color information
#A87FF0 (or 0xA87FF0) is known color: Medium Purple. HEX triplet: A8, 7F and F0. RGB value is (168,127,240). Sum of RGB (Red+Green+Blue) = 168+127+240=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A87FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FF0 is #57800F. Grayscale: #979797. Windows color (decimal): -5734416 or 15761320. OLE color: 15761320.
HSL color Cylindrical-coordinate representation of color #A87FF0: hue angle of 261.77º degrees, saturation: 0.79, 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 #A87FF0 is Cyan = 0.3, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 127 | 240 | - |
| CMYK | 0.3 | 0.47 | 0 | 0.06 |
| HSL | 261.77º | 0.79% | 0.72% | - |
| HSV(B) | 261.77º | 0.47% | 0.94% | - |
| XYZ | 39.47 | 29.79 | 86.11 | - |
| YUV | 152.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 240 | 0.3 | 0.47 | 0 | 0.06 | 261.77 | 0.79 | 0.72 |
| Hex | A8 | 7F | F0 | 1E | 2F | 0 | 6 | 106 | 4F | 48 |
| Octal | 250 | 177 | 360 | 36 | 57 | 0 | 6 | 406 | 117 | 110 |
| Binary | 10101000 | 1111111 | 11110000 | 11110 | 101111 | 0 | 110 | 100000110 | 1001111 | 1001000 |
Color Harmonies of #A87FF0
Complementary color
Monochromatic Colors of #A87FF0
Black with #A87FF0
Text Example
Text Example
White with #A87FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FF0; }
p { color: rgb(168,127,240); }
H1.HeaderClassName
{
color: #A87FF0;
}
.AnyTagClassName
{
color: #A87FF0;
}
</style>
background-color css
<style>
a { background-color: #A87FF0; }
a { background-color: rgb(168,127,240); }
div.DivClassName
{
background-color: #A87FF0;
}
.BgClassName
{
background-color: #A87FF0;
}
</style>
border-color css
<style>
span { border-color: #A87FF0; }
span { border-color: rgb(168,127,240); }
td.TdClassName
{
border-color: #A87FF0;
}
.TagClassName
{
border-color: #A87FF0;
}
</style>