Shades of Medium Purple #A87FF5
Tints of Medium Purple #A87FF5
RGB
CMYK
RGB Variations
Color information
#A87FF5 (or 0xA87FF5) is known color: Medium Purple. HEX triplet: A8, 7F and F5. RGB value is (168,127,245). Sum of RGB (Red+Green+Blue) = 168+127+245=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #A87FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FF5 is #57800A. Grayscale: #989898. Windows color (decimal): -5734411 or 16089000. OLE color: 16089000.
HSL color Cylindrical-coordinate representation of color #A87FF5: hue angle of 260.85º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A87FF5 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 127 | 245 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.04 |
| HSL | 260.85º | 0.86% | 0.73% | - |
| HSV(B) | 260.85º | 0.48% | 0.96% | - |
| XYZ | 40.22 | 30.1 | 90.08 | - |
| YUV | 152.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 245 | 0.31 | 0.48 | 0 | 0.04 | 260.85 | 0.86 | 0.73 |
| Hex | A8 | 7F | F5 | 1F | 30 | 0 | 4 | 105 | 56 | 49 |
| Octal | 250 | 177 | 365 | 37 | 60 | 0 | 4 | 405 | 126 | 111 |
| Binary | 10101000 | 1111111 | 11110101 | 11111 | 110000 | 0 | 100 | 100000101 | 1010110 | 1001001 |
Color Harmonies of #A87FF5
Complementary color
Monochromatic Colors of #A87FF5
Black with #A87FF5
Text Example
Text Example
White with #A87FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FF5; }
p { color: rgb(168,127,245); }
H1.HeaderClassName
{
color: #A87FF5;
}
.AnyTagClassName
{
color: #A87FF5;
}
</style>
background-color css
<style>
a { background-color: #A87FF5; }
a { background-color: rgb(168,127,245); }
div.DivClassName
{
background-color: #A87FF5;
}
.BgClassName
{
background-color: #A87FF5;
}
</style>
border-color css
<style>
span { border-color: #A87FF5; }
span { border-color: rgb(168,127,245); }
td.TdClassName
{
border-color: #A87FF5;
}
.TagClassName
{
border-color: #A87FF5;
}
</style>