#AB90B9

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

Shades of East Side #AB90B9

Tints of East Side #AB90B9

Color information

#AB90B9 (or 0xAB90B9) is unknown color: approx East Side. HEX triplet: AB, 90 and B9. RGB value is (171,144,185). Sum of RGB (Red+Green+Blue) = 171+144+185=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB90B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90B9 is #546F46. Grayscale: #9C9C9C. Windows color (decimal): -5533511 or 12161195. OLE color: 12161195.

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

Color convert

RGB171144185-
CMYK0.080.2200.27
HSL279.51º22.65%64.51%-
HSV(B)279.51º22.16%72.55%-
XYZ35.5232.1150.22-
YUV156.75143.95138.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 185 (72.66% from 255) = 37%
R=34.2%
G=28.8%
B=37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711441850.080.2200.27279.5122.6564.51
HexAB90B981601B1181741
Octal253220271102603343027101
Binary101010111001000010111001100010110011011100011000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90B9; }

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

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

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

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

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

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

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

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