Shades of Medium Purple #A87CEB
Tints of Medium Purple #A87CEB
RGB
CMYK
RGB Variations
Color information
#A87CEB (or 0xA87CEB) is known color: Medium Purple. HEX triplet: A8, 7C and EB. RGB value is (168,124,235). Sum of RGB (Red+Green+Blue) = 168+124+235=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #A87CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87CEB is #578314. Grayscale: #959595. Windows color (decimal): -5735189 or 15432872. OLE color: 15432872.
HSL color Cylindrical-coordinate representation of color #A87CEB: hue angle of 263.78º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A87CEB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 124 | 235 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.08 |
| HSL | 263.78º | 0.74% | 0.7% | - |
| HSV(B) | 263.78º | 0.47% | 0.92% | - |
| XYZ | 38.35 | 28.74 | 82.12 | - |
| YUV | 149.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 235 | 0.29 | 0.47 | 0 | 0.08 | 263.78 | 0.74 | 0.7 |
| Hex | A8 | 7C | EB | 1D | 2F | 0 | 8 | 108 | 4A | 46 |
| Octal | 250 | 174 | 353 | 35 | 57 | 0 | 10 | 410 | 112 | 106 |
| Binary | 10101000 | 1111100 | 11101011 | 11101 | 101111 | 0 | 1000 | 100001000 | 1001010 | 1000110 |
Color Harmonies of #A87CEB
Complementary color
Monochromatic Colors of #A87CEB
Black with #A87CEB
Text Example
Text Example
White with #A87CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CEB; }
p { color: rgb(168,124,235); }
H1.HeaderClassName
{
color: #A87CEB;
}
.AnyTagClassName
{
color: #A87CEB;
}
</style>
background-color css
<style>
a { background-color: #A87CEB; }
a { background-color: rgb(168,124,235); }
div.DivClassName
{
background-color: #A87CEB;
}
.BgClassName
{
background-color: #A87CEB;
}
</style>
border-color css
<style>
span { border-color: #A87CEB; }
span { border-color: rgb(168,124,235); }
td.TdClassName
{
border-color: #A87CEB;
}
.TagClassName
{
border-color: #A87CEB;
}
</style>