Shades of Medium Purple #A87BDC
Tints of Medium Purple #A87BDC
RGB
CMYK
RGB Variations
Color information
#A87BDC (or 0xA87BDC) is known color: Medium Purple. HEX triplet: A8, 7B and DC. RGB value is (168,123,220). Sum of RGB (Red+Green+Blue) = 168+123+220=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #A87BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BDC is #578423. Grayscale: #939393. Windows color (decimal): -5735460 or 14449576. OLE color: 14449576.
HSL color Cylindrical-coordinate representation of color #A87BDC: hue angle of 267.84º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87BDC is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 123 | 220 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.14 |
| HSL | 267.84º | 0.58% | 0.67% | - |
| HSV(B) | 267.84º | 0.44% | 0.86% | - |
| XYZ | 36.15 | 27.66 | 71.14 | - |
| YUV | 147.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 220 | 0.24 | 0.44 | 0 | 0.14 | 267.84 | 0.58 | 0.67 |
| Hex | A8 | 7B | DC | 18 | 2C | 0 | E | 10C | 3A | 43 |
| Octal | 250 | 173 | 334 | 30 | 54 | 0 | 16 | 414 | 72 | 103 |
| Binary | 10101000 | 1111011 | 11011100 | 11000 | 101100 | 0 | 1110 | 100001100 | 111010 | 1000011 |
Color Harmonies of #A87BDC
Complementary color
Monochromatic Colors of #A87BDC
Black with #A87BDC
Text Example
Text Example
White with #A87BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BDC; }
p { color: rgb(168,123,220); }
H1.HeaderClassName
{
color: #A87BDC;
}
.AnyTagClassName
{
color: #A87BDC;
}
</style>
background-color css
<style>
a { background-color: #A87BDC; }
a { background-color: rgb(168,123,220); }
div.DivClassName
{
background-color: #A87BDC;
}
.BgClassName
{
background-color: #A87BDC;
}
</style>
border-color css
<style>
span { border-color: #A87BDC; }
span { border-color: rgb(168,123,220); }
td.TdClassName
{
border-color: #A87BDC;
}
.TagClassName
{
border-color: #A87BDC;
}
</style>