#AB88BF

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

Shades of East Side #AB88BF

Tints of East Side #AB88BF

Color information

#AB88BF (or 0xAB88BF) is unknown color: approx East Side. HEX triplet: AB, 88 and BF. RGB value is (171,136,191). Sum of RGB (Red+Green+Blue) = 171+136+191=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88BF is #547740. Grayscale: #989898. Windows color (decimal): -5535553 or 12552363. OLE color: 12552363.

HSL color Cylindrical-coordinate representation of color #AB88BF: hue angle of 278.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB88BF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171136191-
CMYK0.100.2900.25
HSL278.18º30.05%64.12%-
HSV(B)278.18º28.8%74.9%-
XYZ3530.0353.24-
YUV152.73149.6141.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 191 (75% from 255) = 38.35%
R=34.34%
G=27.31%
B=38.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711361910.100.2900.25278.1830.0564.12
HexAB88BFA1D0191161e40
Octal253210277123503142636100
Binary101010111000100010111111101011101011001100010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88BF; }

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

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

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

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

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

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

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

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