Shades of Medium Purple #A87BEE
Tints of Medium Purple #A87BEE
RGB
CMYK
RGB Variations
Color information
#A87BEE (or 0xA87BEE) is known color: Medium Purple. HEX triplet: A8, 7B and EE. RGB value is (168,123,238). Sum of RGB (Red+Green+Blue) = 168+123+238=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #A87BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87BEE is #578411. Grayscale: #959595. Windows color (decimal): -5735442 or 15629224. OLE color: 15629224.
HSL color Cylindrical-coordinate representation of color #A87BEE: hue angle of 263.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A87BEE is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 123 | 238 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.07 |
| HSL | 263.48º | 0.77% | 0.71% | - |
| HSV(B) | 263.48º | 0.48% | 0.93% | - |
| XYZ | 38.66 | 28.66 | 84.38 | - |
| YUV | 149.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 238 | 0.29 | 0.48 | 0 | 0.07 | 263.48 | 0.77 | 0.71 |
| Hex | A8 | 7B | EE | 1D | 30 | 0 | 7 | 107 | 4D | 47 |
| Octal | 250 | 173 | 356 | 35 | 60 | 0 | 7 | 407 | 115 | 107 |
| Binary | 10101000 | 1111011 | 11101110 | 11101 | 110000 | 0 | 111 | 100000111 | 1001101 | 1000111 |
Color Harmonies of #A87BEE
Complementary color
Monochromatic Colors of #A87BEE
Black with #A87BEE
Text Example
Text Example
White with #A87BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BEE; }
p { color: rgb(168,123,238); }
H1.HeaderClassName
{
color: #A87BEE;
}
.AnyTagClassName
{
color: #A87BEE;
}
</style>
background-color css
<style>
a { background-color: #A87BEE; }
a { background-color: rgb(168,123,238); }
div.DivClassName
{
background-color: #A87BEE;
}
.BgClassName
{
background-color: #A87BEE;
}
</style>
border-color css
<style>
span { border-color: #A87BEE; }
span { border-color: rgb(168,123,238); }
td.TdClassName
{
border-color: #A87BEE;
}
.TagClassName
{
border-color: #A87BEE;
}
</style>