#A89BB8

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

Shades of East Side #A89BB8

Tints of East Side #A89BB8

Color information

#A89BB8 (or 0xA89BB8) is unknown color: approx East Side. HEX triplet: A8, 9B and B8. RGB value is (168,155,184). Sum of RGB (Red+Green+Blue) = 168+155+184=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #A89BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BB8 is #576447. Grayscale: #A2A2A2. Windows color (decimal): -5727304 or 12098472. OLE color: 12098472.

HSL color Cylindrical-coordinate representation of color #A89BB8: hue angle of 266.9º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A89BB8 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB168155184-
CMYK0.090.1600.28
HSL266.9º16.96%66.47%-
HSV(B)266.9º15.76%72.16%-
XYZ36.5235.2350.22-
YUV162.19140.31132.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=33.14%
G=30.57%
B=36.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681551840.090.1600.28266.916.9666.47
HexA89BB891001C10b1142
Octal250233270112003441321102
Binary101010001001101110111000100110000011100100001011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BB8; }

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

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

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

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

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

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

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

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