#A89AB4

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

Shades of East Side #A89AB4

Tints of East Side #A89AB4

Color information

#A89AB4 (or 0xA89AB4) is unknown color: approx East Side. HEX triplet: A8, 9A and B4. RGB value is (168,154,180). Sum of RGB (Red+Green+Blue) = 168+154+180=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A89AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AB4 is #57654B. Grayscale: #A1A1A1. Windows color (decimal): -5727564 or 11836072. OLE color: 11836072.

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

Color convert

RGB168154180-
CMYK0.070.1400.29
HSL272.31º14.77%65.49%-
HSV(B)272.31º14.44%70.59%-
XYZ35.9434.7347.99-
YUV161.15138.64132.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=33.47%
G=30.68%
B=35.86%

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
Decimal1681541800.070.1400.29272.3114.7765.49
HexA89AB47E01D110f41
Octal25023226471603542017101
Binary101010001001101010110100111111001110110001000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AB4; }

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

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

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

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

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

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

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

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