#AB88BA

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

Shades of East Side #AB88BA

Tints of East Side #AB88BA

Color information

#AB88BA (or 0xAB88BA) is unknown color: approx East Side. HEX triplet: AB, 88 and BA. RGB value is (171,136,186). Sum of RGB (Red+Green+Blue) = 171+136+186=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88BA is #547745. Grayscale: #989898. Windows color (decimal): -5535558 or 12224683. OLE color: 12224683.

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

Color convert

RGB171136186-
CMYK0.080.2700.27
HSL282º26.6%63.14%-
HSV(B)282º26.88%72.94%-
XYZ34.4629.8150.39-
YUV152.16147.1141.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=34.69%
G=27.59%
B=37.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711361860.080.2700.2728226.663.14
HexAB88BA81B01B11a1b3f
Octal25321027210330334323377
Binary10101011100010001011101010001101101101110001101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88BA; }

 p { color: rgb(171,136,186); }

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

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

 a { background-color: rgb(171,136,186); }

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

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

 span { border-color: rgb(171,136,186); }

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