Shades of Medium Purple #A87FFB
Tints of Medium Purple #A87FFB
RGB
CMYK
RGB Variations
Color information
#A87FFB (or 0xA87FFB) is known color: Medium Purple. HEX triplet: A8, 7F and FB. RGB value is (168,127,251). Sum of RGB (Red+Green+Blue) = 168+127+251=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #A87FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FFB is #578004. Grayscale: #989898. Windows color (decimal): -5734405 or 16482216. OLE color: 16482216.
HSL color Cylindrical-coordinate representation of color #A87FFB: hue angle of 259.84º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87FFB is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 127 | 251 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.02 |
| HSL | 259.84º | 0.94% | 0.74% | - |
| HSV(B) | 259.84º | 0.49% | 0.98% | - |
| XYZ | 41.15 | 30.47 | 94.98 | - |
| YUV | 153.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 251 | 0.33 | 0.49 | 0 | 0.02 | 259.84 | 0.94 | 0.74 |
| Hex | A8 | 7F | FB | 21 | 31 | 0 | 2 | 104 | 5E | 4A |
| Octal | 250 | 177 | 373 | 41 | 61 | 0 | 2 | 404 | 136 | 112 |
| Binary | 10101000 | 1111111 | 11111011 | 100001 | 110001 | 0 | 10 | 100000100 | 1011110 | 1001010 |
Color Harmonies of #A87FFB
Complementary color
Monochromatic Colors of #A87FFB
Black with #A87FFB
Text Example
Text Example
White with #A87FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FFB; }
p { color: rgb(168,127,251); }
H1.HeaderClassName
{
color: #A87FFB;
}
.AnyTagClassName
{
color: #A87FFB;
}
</style>
background-color css
<style>
a { background-color: #A87FFB; }
a { background-color: rgb(168,127,251); }
div.DivClassName
{
background-color: #A87FFB;
}
.BgClassName
{
background-color: #A87FFB;
}
</style>
border-color css
<style>
span { border-color: #A87FFB; }
span { border-color: rgb(168,127,251); }
td.TdClassName
{
border-color: #A87FFB;
}
.TagClassName
{
border-color: #A87FFB;
}
</style>