#A89BB5

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

Shades of East Side #A89BB5

Tints of East Side #A89BB5

Color information

#A89BB5 (or 0xA89BB5) is unknown color: approx East Side. HEX triplet: A8, 9B and B5. RGB value is (168,155,181). Sum of RGB (Red+Green+Blue) = 168+155+181=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #A89BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BB5 is #57644A. Grayscale: #A1A1A1. Windows color (decimal): -5727307 or 11901864. OLE color: 11901864.

HSL color Cylindrical-coordinate representation of color #A89BB5: hue angle of 270º degrees, saturation: 0.15, 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 #A89BB5 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168155181-
CMYK0.070.1400.29
HSL270º14.94%65.88%-
HSV(B)270º14.36%70.98%-
XYZ36.2135.148.58-
YUV161.85138.81132.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=33.33%
G=30.75%
B=35.91%

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
Decimal1681551810.070.1400.2927014.9465.88
HexA89BB57E01D10ef42
Octal25023326571603541617102
Binary101010001001101110110101111111001110110000111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BB5; }

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

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

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

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

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

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

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

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