#A89AB5

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

Shades of East Side #A89AB5

Tints of East Side #A89AB5

Color information

#A89AB5 (or 0xA89AB5) is unknown color: approx East Side. HEX triplet: A8, 9A and B5. RGB value is (168,154,181). Sum of RGB (Red+Green+Blue) = 168+154+181=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #A89AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AB5 is #57654A. Grayscale: #A1A1A1. Windows color (decimal): -5727563 or 11901608. OLE color: 11901608.

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

Color convert

RGB168154181-
CMYK0.070.1500.29
HSL271.11º15.43%65.69%-
HSV(B)271.11º14.92%70.98%-
XYZ36.0434.7748.53-
YUV161.26139.14132.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 181 (71.09% from 255) = 35.98%
R=33.40%
G=30.62%
B=35.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681541810.070.1500.29271.1115.4365.69
HexA89AB57F01D10ff42
Octal25023226571703541717102
Binary101010001001101010110101111111101110110000111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AB5; }

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

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

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

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

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

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

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

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