Shades of Medium Purple #A87BDE
Tints of Medium Purple #A87BDE
RGB
CMYK
RGB Variations
Color information
#A87BDE (or 0xA87BDE) is known color: Medium Purple. HEX triplet: A8, 7B and DE. RGB value is (168,123,222). Sum of RGB (Red+Green+Blue) = 168+123+222=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #A87BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BDE is #578421. Grayscale: #939393. Windows color (decimal): -5735458 or 14580648. OLE color: 14580648.
HSL color Cylindrical-coordinate representation of color #A87BDE: hue angle of 267.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A87BDE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 123 | 222 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.13 |
| HSL | 267.27º | 0.6% | 0.68% | - |
| HSV(B) | 267.27º | 0.45% | 0.87% | - |
| XYZ | 36.42 | 27.76 | 72.55 | - |
| YUV | 147.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 222 | 0.24 | 0.45 | 0 | 0.13 | 267.27 | 0.6 | 0.68 |
| Hex | A8 | 7B | DE | 18 | 2D | 0 | D | 10B | 3C | 44 |
| Octal | 250 | 173 | 336 | 30 | 55 | 0 | 15 | 413 | 74 | 104 |
| Binary | 10101000 | 1111011 | 11011110 | 11000 | 101101 | 0 | 1101 | 100001011 | 111100 | 1000100 |
Color Harmonies of #A87BDE
Complementary color
Monochromatic Colors of #A87BDE
Black with #A87BDE
Text Example
Text Example
White with #A87BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BDE; }
p { color: rgb(168,123,222); }
H1.HeaderClassName
{
color: #A87BDE;
}
.AnyTagClassName
{
color: #A87BDE;
}
</style>
background-color css
<style>
a { background-color: #A87BDE; }
a { background-color: rgb(168,123,222); }
div.DivClassName
{
background-color: #A87BDE;
}
.BgClassName
{
background-color: #A87BDE;
}
</style>
border-color css
<style>
span { border-color: #A87BDE; }
span { border-color: rgb(168,123,222); }
td.TdClassName
{
border-color: #A87BDE;
}
.TagClassName
{
border-color: #A87BDE;
}
</style>