Shades of Medium Purple #A87BFB
Tints of Medium Purple #A87BFB
RGB
CMYK
RGB Variations
Color information
#A87BFB (or 0xA87BFB) is known color: Medium Purple. HEX triplet: A8, 7B and FB. RGB value is (168,123,251). Sum of RGB (Red+Green+Blue) = 168+123+251=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #A87BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87BFB is #578404. Grayscale: #969696. Windows color (decimal): -5735429 or 16481192. OLE color: 16481192.
HSL color Cylindrical-coordinate representation of color #A87BFB: hue angle of 261.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87BFB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 123 | 251 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.02 |
| HSL | 261.09º | 0.94% | 0.73% | - |
| HSV(B) | 261.09º | 0.51% | 0.98% | - |
| XYZ | 40.64 | 29.46 | 94.81 | - |
| YUV | 151.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 251 | 0.33 | 0.51 | 0 | 0.02 | 261.09 | 0.94 | 0.73 |
| Hex | A8 | 7B | FB | 21 | 33 | 0 | 2 | 105 | 5E | 49 |
| Octal | 250 | 173 | 373 | 41 | 63 | 0 | 2 | 405 | 136 | 111 |
| Binary | 10101000 | 1111011 | 11111011 | 100001 | 110011 | 0 | 10 | 100000101 | 1011110 | 1001001 |
Color Harmonies of #A87BFB
Complementary color
Monochromatic Colors of #A87BFB
Black with #A87BFB
Text Example
Text Example
White with #A87BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BFB; }
p { color: rgb(168,123,251); }
H1.HeaderClassName
{
color: #A87BFB;
}
.AnyTagClassName
{
color: #A87BFB;
}
</style>
background-color css
<style>
a { background-color: #A87BFB; }
a { background-color: rgb(168,123,251); }
div.DivClassName
{
background-color: #A87BFB;
}
.BgClassName
{
background-color: #A87BFB;
}
</style>
border-color css
<style>
span { border-color: #A87BFB; }
span { border-color: rgb(168,123,251); }
td.TdClassName
{
border-color: #A87BFB;
}
.TagClassName
{
border-color: #A87BFB;
}
</style>