Shades of Medium Purple #A87DFB
Tints of Medium Purple #A87DFB
RGB
CMYK
RGB Variations
Color information
#A87DFB (or 0xA87DFB) is known color: Medium Purple. HEX triplet: A8, 7D and FB. RGB value is (168,125,251). Sum of RGB (Red+Green+Blue) = 168+125+251=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #A87DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DFB is #578204. Grayscale: #979797. Windows color (decimal): -5734917 or 16481704. OLE color: 16481704.
HSL color Cylindrical-coordinate representation of color #A87DFB: hue angle of 260.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A87DFB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 125 | 251 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.02 |
| HSL | 260.48º | 0.94% | 0.74% | - |
| HSV(B) | 260.48º | 0.5% | 0.98% | - |
| XYZ | 40.89 | 29.96 | 94.89 | - |
| YUV | 152.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 251 | 0.33 | 0.50 | 0 | 0.02 | 260.48 | 0.94 | 0.74 |
| Hex | A8 | 7D | FB | 21 | 32 | 0 | 2 | 104 | 5E | 4A |
| Octal | 250 | 175 | 373 | 41 | 62 | 0 | 2 | 404 | 136 | 112 |
| Binary | 10101000 | 1111101 | 11111011 | 100001 | 110010 | 0 | 10 | 100000100 | 1011110 | 1001010 |
Color Harmonies of #A87DFB
Complementary color
Monochromatic Colors of #A87DFB
Black with #A87DFB
Text Example
Text Example
White with #A87DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DFB; }
p { color: rgb(168,125,251); }
H1.HeaderClassName
{
color: #A87DFB;
}
.AnyTagClassName
{
color: #A87DFB;
}
</style>
background-color css
<style>
a { background-color: #A87DFB; }
a { background-color: rgb(168,125,251); }
div.DivClassName
{
background-color: #A87DFB;
}
.BgClassName
{
background-color: #A87DFB;
}
</style>
border-color css
<style>
span { border-color: #A87DFB; }
span { border-color: rgb(168,125,251); }
td.TdClassName
{
border-color: #A87DFB;
}
.TagClassName
{
border-color: #A87DFB;
}
</style>