#AB9BB3

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

Shades of East Side #AB9BB3

Tints of East Side #AB9BB3

Color information

#AB9BB3 (or 0xAB9BB3) is unknown color: approx East Side. HEX triplet: AB, 9B and B3. RGB value is (171,155,179). Sum of RGB (Red+Green+Blue) = 171+155+179=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB9BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BB3 is #54644C. Grayscale: #A2A2A2. Windows color (decimal): -5530701 or 11770795. OLE color: 11770795.

HSL color Cylindrical-coordinate representation of color #AB9BB3: hue angle of 280º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB9BB3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171155179-
CMYK0.040.1300.30
HSL280º13.64%65.49%-
HSV(B)280º13.41%70.2%-
XYZ36.6535.3647.54-
YUV162.52137.3134.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=33.86%
G=30.69%
B=35.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711551790.040.1300.3028013.6465.49
HexAB9BB34D01E118e41
Octal25323326341503643016101
Binary101010111001101110110011100110101111010001100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BB3; }

 p { color: rgb(171,155,179); }

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

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

 a { background-color: rgb(171,155,179); }

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

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

 span { border-color: rgb(171,155,179); }

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