Shades of Medium Purple #A87BED
Tints of Medium Purple #A87BED
RGB
CMYK
RGB Variations
Color information
#A87BED (or 0xA87BED) is known color: Medium Purple. HEX triplet: A8, 7B and ED. RGB value is (168,123,237). Sum of RGB (Red+Green+Blue) = 168+123+237=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #A87BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87BED is #578412. Grayscale: #959595. Windows color (decimal): -5735443 or 15563688. OLE color: 15563688.
HSL color Cylindrical-coordinate representation of color #A87BED: hue angle of 263.68º degrees, saturation: 0.76, 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 #A87BED is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 123 | 237 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.07 |
| HSL | 263.68º | 0.76% | 0.71% | - |
| HSV(B) | 263.68º | 0.48% | 0.93% | - |
| XYZ | 38.52 | 28.61 | 83.61 | - |
| YUV | 149.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 237 | 0.29 | 0.48 | 0 | 0.07 | 263.68 | 0.76 | 0.71 |
| Hex | A8 | 7B | ED | 1D | 30 | 0 | 7 | 108 | 4C | 47 |
| Octal | 250 | 173 | 355 | 35 | 60 | 0 | 7 | 410 | 114 | 107 |
| Binary | 10101000 | 1111011 | 11101101 | 11101 | 110000 | 0 | 111 | 100001000 | 1001100 | 1000111 |
Color Harmonies of #A87BED
Complementary color
Monochromatic Colors of #A87BED
Black with #A87BED
Text Example
Text Example
White with #A87BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BED; }
p { color: rgb(168,123,237); }
H1.HeaderClassName
{
color: #A87BED;
}
.AnyTagClassName
{
color: #A87BED;
}
</style>
background-color css
<style>
a { background-color: #A87BED; }
a { background-color: rgb(168,123,237); }
div.DivClassName
{
background-color: #A87BED;
}
.BgClassName
{
background-color: #A87BED;
}
</style>
border-color css
<style>
span { border-color: #A87BED; }
span { border-color: rgb(168,123,237); }
td.TdClassName
{
border-color: #A87BED;
}
.TagClassName
{
border-color: #A87BED;
}
</style>