Shades of Medium Purple #A87BD7
Tints of Medium Purple #A87BD7
RGB
CMYK
RGB Variations
Color information
#A87BD7 (or 0xA87BD7) is known color: Medium Purple. HEX triplet: A8, 7B and D7. RGB value is (168,123,215). Sum of RGB (Red+Green+Blue) = 168+123+215=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #A87BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BD7 is #578428. Grayscale: #929292. Windows color (decimal): -5735465 or 14121896. OLE color: 14121896.
HSL color Cylindrical-coordinate representation of color #A87BD7: hue angle of 269.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87BD7 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 123 | 215 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.16 |
| HSL | 269.35º | 0.53% | 0.66% | - |
| HSV(B) | 269.35º | 0.43% | 0.84% | - |
| XYZ | 35.5 | 27.4 | 67.71 | - |
| YUV | 146.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 215 | 0.22 | 0.43 | 0 | 0.16 | 269.35 | 0.53 | 0.66 |
| Hex | A8 | 7B | D7 | 16 | 2B | 0 | 10 | 10D | 35 | 42 |
| Octal | 250 | 173 | 327 | 26 | 53 | 0 | 20 | 415 | 65 | 102 |
| Binary | 10101000 | 1111011 | 11010111 | 10110 | 101011 | 0 | 10000 | 100001101 | 110101 | 1000010 |
Color Harmonies of #A87BD7
Complementary color
Monochromatic Colors of #A87BD7
Black with #A87BD7
Text Example
Text Example
White with #A87BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BD7; }
p { color: rgb(168,123,215); }
H1.HeaderClassName
{
color: #A87BD7;
}
.AnyTagClassName
{
color: #A87BD7;
}
</style>
background-color css
<style>
a { background-color: #A87BD7; }
a { background-color: rgb(168,123,215); }
div.DivClassName
{
background-color: #A87BD7;
}
.BgClassName
{
background-color: #A87BD7;
}
</style>
border-color css
<style>
span { border-color: #A87BD7; }
span { border-color: rgb(168,123,215); }
td.TdClassName
{
border-color: #A87BD7;
}
.TagClassName
{
border-color: #A87BD7;
}
</style>