#A886B1

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

Shades of East Side #A886B1

Tints of East Side #A886B1

Color information

#A886B1 (or 0xA886B1) is unknown color: approx East Side. HEX triplet: A8, 86 and B1. RGB value is (168,134,177). Sum of RGB (Red+Green+Blue) = 168+134+177=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #A886B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A886B1 is #57794E. Grayscale: #949494. Windows color (decimal): -5732687 or 11634344. OLE color: 11634344.

HSL color Cylindrical-coordinate representation of color #A886B1: hue angle of 287.44º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A886B1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168134177-
CMYK0.050.2400.31
HSL287.44º21.61%60.98%-
HSV(B)287.44º24.29%69.41%-
XYZ32.6128.5545.39-
YUV149.07143.76141.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=35.07%
G=27.97%
B=36.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681341770.050.2400.31287.4421.6160.98
HexA886B151801F11f163d
Octal2502062615300374372675
Binary1010100010000110101100011011100001111110001111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A886B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A886B1; }

 p { color: rgb(168,134,177); }

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

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

 a { background-color: rgb(168,134,177); }

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

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

 span { border-color: rgb(168,134,177); }

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