Shades of Medium Purple #A87BDD
Tints of Medium Purple #A87BDD
RGB
CMYK
RGB Variations
Color information
#A87BDD (or 0xA87BDD) is known color: Medium Purple. HEX triplet: A8, 7B and DD. RGB value is (168,123,221). Sum of RGB (Red+Green+Blue) = 168+123+221=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A87BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BDD is #578422. Grayscale: #939393. Windows color (decimal): -5735459 or 14515112. OLE color: 14515112.
HSL color Cylindrical-coordinate representation of color #A87BDD: hue angle of 267.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87BDD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 123 | 221 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.13 |
| HSL | 267.55º | 0.59% | 0.67% | - |
| HSV(B) | 267.55º | 0.44% | 0.87% | - |
| XYZ | 36.28 | 27.71 | 71.84 | - |
| YUV | 147.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 221 | 0.24 | 0.44 | 0 | 0.13 | 267.55 | 0.59 | 0.67 |
| Hex | A8 | 7B | DD | 18 | 2C | 0 | D | 10C | 3B | 43 |
| Octal | 250 | 173 | 335 | 30 | 54 | 0 | 15 | 414 | 73 | 103 |
| Binary | 10101000 | 1111011 | 11011101 | 11000 | 101100 | 0 | 1101 | 100001100 | 111011 | 1000011 |
Color Harmonies of #A87BDD
Complementary color
Monochromatic Colors of #A87BDD
Black with #A87BDD
Text Example
Text Example
White with #A87BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BDD; }
p { color: rgb(168,123,221); }
H1.HeaderClassName
{
color: #A87BDD;
}
.AnyTagClassName
{
color: #A87BDD;
}
</style>
background-color css
<style>
a { background-color: #A87BDD; }
a { background-color: rgb(168,123,221); }
div.DivClassName
{
background-color: #A87BDD;
}
.BgClassName
{
background-color: #A87BDD;
}
</style>
border-color css
<style>
span { border-color: #A87BDD; }
span { border-color: rgb(168,123,221); }
td.TdClassName
{
border-color: #A87BDD;
}
.TagClassName
{
border-color: #A87BDD;
}
</style>