Shades of East Side #A87CBA
Tints of East Side #A87CBA
RGB
CMYK
RGB Variations
Color information
#A87CBA (or 0xA87CBA) is known color: East Side. HEX triplet: A8, 7C and BA. RGB value is (168,124,186). Sum of RGB (Red+Green+Blue) = 168+124+186=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #A87CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CBA is #578345. Grayscale: #909090. Windows color (decimal): -5735238 or 12221608. OLE color: 12221608.
HSL color Cylindrical-coordinate representation of color #A87CBA: hue angle of 282.58º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87CBA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 124 | 186 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.27 |
| HSL | 282.58º | 0.31% | 0.61% | - |
| HSV(B) | 282.58º | 0.33% | 0.73% | - |
| XYZ | 32.22 | 26.29 | 49.83 | - |
| YUV | 144.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 186 | 0.10 | 0.33 | 0 | 0.27 | 282.58 | 0.31 | 0.61 |
| Hex | A8 | 7C | BA | A | 21 | 0 | 1B | 11B | 1F | 3D |
| Octal | 250 | 174 | 272 | 12 | 41 | 0 | 33 | 433 | 37 | 75 |
| Binary | 10101000 | 1111100 | 10111010 | 1010 | 100001 | 0 | 11011 | 100011011 | 11111 | 111101 |
Color Harmonies of #A87CBA
Complementary color
Monochromatic Colors of #A87CBA
Black with #A87CBA
Text Example
Text Example
White with #A87CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87CBA; }
p { color: rgb(168,124,186); }
H1.HeaderClassName
{
color: #A87CBA;
}
.AnyTagClassName
{
color: #A87CBA;
}
</style>
background-color css
<style>
a { background-color: #A87CBA; }
a { background-color: rgb(168,124,186); }
div.DivClassName
{
background-color: #A87CBA;
}
.BgClassName
{
background-color: #A87CBA;
}
</style>
border-color css
<style>
span { border-color: #A87CBA; }
span { border-color: rgb(168,124,186); }
td.TdClassName
{
border-color: #A87CBA;
}
.TagClassName
{
border-color: #A87CBA;
}
</style>