Shades of Medium Purple #A87DEC
Tints of Medium Purple #A87DEC
RGB
CMYK
RGB Variations
Color information
#A87DEC (or 0xA87DEC) is known color: Medium Purple. HEX triplet: A8, 7D and EC. RGB value is (168,125,236). Sum of RGB (Red+Green+Blue) = 168+125+236=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #A87DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DEC is #578213. Grayscale: #969696. Windows color (decimal): -5734932 or 15498664. OLE color: 15498664.
HSL color Cylindrical-coordinate representation of color #A87DEC: hue angle of 263.24º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A87DEC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 125 | 236 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.07 |
| HSL | 263.24º | 0.74% | 0.71% | - |
| HSV(B) | 263.24º | 0.47% | 0.93% | - |
| XYZ | 38.62 | 29.05 | 82.93 | - |
| YUV | 150.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 236 | 0.29 | 0.47 | 0 | 0.07 | 263.24 | 0.74 | 0.71 |
| Hex | A8 | 7D | EC | 1D | 2F | 0 | 7 | 107 | 4A | 47 |
| Octal | 250 | 175 | 354 | 35 | 57 | 0 | 7 | 407 | 112 | 107 |
| Binary | 10101000 | 1111101 | 11101100 | 11101 | 101111 | 0 | 111 | 100000111 | 1001010 | 1000111 |
Color Harmonies of #A87DEC
Complementary color
Monochromatic Colors of #A87DEC
Black with #A87DEC
Text Example
Text Example
White with #A87DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DEC; }
p { color: rgb(168,125,236); }
H1.HeaderClassName
{
color: #A87DEC;
}
.AnyTagClassName
{
color: #A87DEC;
}
</style>
background-color css
<style>
a { background-color: #A87DEC; }
a { background-color: rgb(168,125,236); }
div.DivClassName
{
background-color: #A87DEC;
}
.BgClassName
{
background-color: #A87DEC;
}
</style>
border-color css
<style>
span { border-color: #A87DEC; }
span { border-color: rgb(168,125,236); }
td.TdClassName
{
border-color: #A87DEC;
}
.TagClassName
{
border-color: #A87DEC;
}
</style>