Shades of East Side #A87FC1
Tints of East Side #A87FC1
RGB
CMYK
RGB Variations
Color information
#A87FC1 (or 0xA87FC1) is known color: East Side. HEX triplet: A8, 7F and C1. RGB value is (168,127,193). Sum of RGB (Red+Green+Blue) = 168+127+193=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #A87FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FC1 is #57803E. Grayscale: #929292. Windows color (decimal): -5734463 or 12681128. OLE color: 12681128.
HSL color Cylindrical-coordinate representation of color #A87FC1: hue angle of 277.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A87FC1 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 127 | 193 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.24 |
| HSL | 277.27º | 0.35% | 0.63% | - |
| HSV(B) | 277.27º | 0.34% | 0.76% | - |
| XYZ | 33.36 | 27.35 | 53.97 | - |
| YUV | 146.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 193 | 0.13 | 0.34 | 0 | 0.24 | 277.27 | 0.35 | 0.63 |
| Hex | A8 | 7F | C1 | D | 22 | 0 | 18 | 115 | 23 | 3F |
| Octal | 250 | 177 | 301 | 15 | 42 | 0 | 30 | 425 | 43 | 77 |
| Binary | 10101000 | 1111111 | 11000001 | 1101 | 100010 | 0 | 11000 | 100010101 | 100011 | 111111 |
Color Harmonies of #A87FC1
Complementary color
Monochromatic Colors of #A87FC1
Black with #A87FC1
Text Example
Text Example
White with #A87FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FC1; }
p { color: rgb(168,127,193); }
H1.HeaderClassName
{
color: #A87FC1;
}
.AnyTagClassName
{
color: #A87FC1;
}
</style>
background-color css
<style>
a { background-color: #A87FC1; }
a { background-color: rgb(168,127,193); }
div.DivClassName
{
background-color: #A87FC1;
}
.BgClassName
{
background-color: #A87FC1;
}
</style>
border-color css
<style>
span { border-color: #A87FC1; }
span { border-color: rgb(168,127,193); }
td.TdClassName
{
border-color: #A87FC1;
}
.TagClassName
{
border-color: #A87FC1;
}
</style>