Shades of East Side #A87FBE
Tints of East Side #A87FBE
RGB
CMYK
RGB Variations
Color information
#A87FBE (or 0xA87FBE) is known color: East Side. HEX triplet: A8, 7F and BE. RGB value is (168,127,190). Sum of RGB (Red+Green+Blue) = 168+127+190=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #A87FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FBE is #578041. Grayscale: #929292. Windows color (decimal): -5734466 or 12484520. OLE color: 12484520.
HSL color Cylindrical-coordinate representation of color #A87FBE: hue angle of 279.05º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87FBE is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 127 | 190 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.25 |
| HSL | 279.05º | 0.33% | 0.62% | - |
| HSV(B) | 279.05º | 0.33% | 0.75% | - |
| XYZ | 33.03 | 27.22 | 52.23 | - |
| YUV | 146.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 190 | 0.12 | 0.33 | 0 | 0.25 | 279.05 | 0.33 | 0.62 |
| Hex | A8 | 7F | BE | C | 21 | 0 | 19 | 117 | 21 | 3E |
| Octal | 250 | 177 | 276 | 14 | 41 | 0 | 31 | 427 | 41 | 76 |
| Binary | 10101000 | 1111111 | 10111110 | 1100 | 100001 | 0 | 11001 | 100010111 | 100001 | 111110 |
Color Harmonies of #A87FBE
Complementary color
Monochromatic Colors of #A87FBE
Black with #A87FBE
Text Example
Text Example
White with #A87FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FBE; }
p { color: rgb(168,127,190); }
H1.HeaderClassName
{
color: #A87FBE;
}
.AnyTagClassName
{
color: #A87FBE;
}
</style>
background-color css
<style>
a { background-color: #A87FBE; }
a { background-color: rgb(168,127,190); }
div.DivClassName
{
background-color: #A87FBE;
}
.BgClassName
{
background-color: #A87FBE;
}
</style>
border-color css
<style>
span { border-color: #A87FBE; }
span { border-color: rgb(168,127,190); }
td.TdClassName
{
border-color: #A87FBE;
}
.TagClassName
{
border-color: #A87FBE;
}
</style>