#A89BB4

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

Shades of East Side #A89BB4

Tints of East Side #A89BB4

Color information

#A89BB4 (or 0xA89BB4) is unknown color: approx East Side. HEX triplet: A8, 9B and B4. RGB value is (168,155,180). Sum of RGB (Red+Green+Blue) = 168+155+180=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #A89BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BB4 is #57644B. Grayscale: #A1A1A1. Windows color (decimal): -5727308 or 11836328. OLE color: 11836328.

HSL color Cylindrical-coordinate representation of color #A89BB4: hue angle of 271.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89BB4 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168155180-
CMYK0.070.1400.29
HSL271.2º14.29%65.69%-
HSV(B)271.2º13.89%70.59%-
XYZ36.1135.0648.04-
YUV161.74138.31132.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=33.40%
G=30.82%
B=35.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681551800.070.1400.29271.214.2965.69
HexA89BB47E01D10fe42
Octal25023326471603541716102
Binary101010001001101110110100111111001110110000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BB4; }

 p { color: rgb(168,155,180); }

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

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

 a { background-color: rgb(168,155,180); }

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

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

 span { border-color: rgb(168,155,180); }

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