Shades of Medium Purple #A87CDB
Tints of Medium Purple #A87CDB
RGB
CMYK
RGB Variations
Color information
#A87CDB (or 0xA87CDB) is known color: Medium Purple. HEX triplet: A8, 7C and DB. RGB value is (168,124,219). Sum of RGB (Red+Green+Blue) = 168+124+219=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #A87CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CDB is #578324. Grayscale: #939393. Windows color (decimal): -5735205 or 14384296. OLE color: 14384296.
HSL color Cylindrical-coordinate representation of color #A87CDB: hue angle of 267.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87CDB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 124 | 219 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.14 |
| HSL | 267.79º | 0.57% | 0.67% | - |
| HSV(B) | 267.79º | 0.43% | 0.86% | - |
| XYZ | 36.14 | 27.85 | 70.49 | - |
| YUV | 147.99 | 168.08 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 219 | 0.23 | 0.43 | 0 | 0.14 | 267.79 | 0.57 | 0.67 |
| Hex | A8 | 7C | DB | 17 | 2B | 0 | E | 10C | 39 | 43 |
| Octal | 250 | 174 | 333 | 27 | 53 | 0 | 16 | 414 | 71 | 103 |
| Binary | 10101000 | 1111100 | 11011011 | 10111 | 101011 | 0 | 1110 | 100001100 | 111001 | 1000011 |
Color Harmonies of #A87CDB
Complementary color
Monochromatic Colors of #A87CDB
Black with #A87CDB
Text Example
Text Example
White with #A87CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CDB; }
p { color: rgb(168,124,219); }
H1.HeaderClassName
{
color: #A87CDB;
}
.AnyTagClassName
{
color: #A87CDB;
}
</style>
background-color css
<style>
a { background-color: #A87CDB; }
a { background-color: rgb(168,124,219); }
div.DivClassName
{
background-color: #A87CDB;
}
.BgClassName
{
background-color: #A87CDB;
}
</style>
border-color css
<style>
span { border-color: #A87CDB; }
span { border-color: rgb(168,124,219); }
td.TdClassName
{
border-color: #A87CDB;
}
.TagClassName
{
border-color: #A87CDB;
}
</style>