#A87FBC

Color #A87FBC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A87FBC

Tints of East Side #A87FBC

Color information

#A87FBC (or 0xA87FBC) is unknown color: approx East Side. HEX triplet: A8, 7F and BC. RGB value is (168,127,188). Sum of RGB (Red+Green+Blue) = 168+127+188=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #A87FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FBC is #578043. Grayscale: #929292. Windows color (decimal): -5734468 or 12353448. OLE color: 12353448.

HSL color Cylindrical-coordinate representation of color #A87FBC: hue angle of 280.33º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87FBC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168127188-
CMYK0.110.3200.26
HSL280.33º31.28%61.76%-
HSV(B)280.33º32.45%73.73%-
XYZ32.8127.1351.08-
YUV146.21151.58143.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=34.78%
G=26.29%
B=38.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681271880.110.3200.26280.3331.2861.76
HexA87FBCB2001A1181f3e
Octal25017727413400324303776
Binary10101000111111110111100101110000001101010001100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FBC; }

 p { color: rgb(168,127,188); }

 H1.HeaderClassName
 {
   color: #A87FBC;
 }
 .AnyTagClassName
 {
   color: #A87FBC;
 }
</style>
background-color css

<style>
 a { background-color: #A87FBC; }

 a { background-color: rgb(168,127,188); }

 div.DivClassName
 {
   background-color: #A87FBC;
 }
 .BgClassName
 {
   background-color: #A87FBC;
 }
</style>
border-color css

<style>
 span { border-color: #A87FBC; }

 span { border-color: rgb(168,127,188); }

 td.TdClassName
 {
   border-color: #A87FBC;
 }
 .TagClassName
 {
   border-color: #A87FBC;
 }
</style>