#AB90BB

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

Shades of East Side #AB90BB

Tints of East Side #AB90BB

Color information

#AB90BB (or 0xAB90BB) is unknown color: approx East Side. HEX triplet: AB, 90 and BB. RGB value is (171,144,187). Sum of RGB (Red+Green+Blue) = 171+144+187=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB90BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90BB is #546F44. Grayscale: #9C9C9C. Windows color (decimal): -5533509 or 12292267. OLE color: 12292267.

HSL color Cylindrical-coordinate representation of color #AB90BB: hue angle of 277.67º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB90BB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171144187-
CMYK0.090.2300.27
HSL277.67º24.02%64.9%-
HSV(B)277.67º22.99%73.33%-
XYZ35.7432.1951.34-
YUV156.98144.95138-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=34.06%
G=28.69%
B=37.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711441870.090.2300.27277.6724.0264.9
HexAB90BB91701B1161841
Octal253220273112703342630101
Binary101010111001000010111011100110111011011100010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90BB; }

 p { color: rgb(171,144,187); }

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

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

 a { background-color: rgb(171,144,187); }

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

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

 span { border-color: rgb(171,144,187); }

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