#AB88A4

Color #AB88A4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AB88A4

Tints of London Hue #AB88A4

Color information

#AB88A4 (or 0xAB88A4) is unknown color: approx London Hue. HEX triplet: AB, 88 and A4. RGB value is (171,136,164). Sum of RGB (Red+Green+Blue) = 171+136+164=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB88A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88A4 is #54775B. Grayscale: #959595. Windows color (decimal): -5535580 or 10782891. OLE color: 10782891.

HSL color Cylindrical-coordinate representation of color #AB88A4: hue angle of 312º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB88A4 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB171136164-
CMYK00.200.040.33
HSL312º17.24%60.2%-
HSV(B)312º20.47%67.06%-
XYZ32.328.9539.01-
YUV149.66136.1143.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=36.31%
G=28.87%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113616400.200.040.3331217.2460.2
HexAB88A4014421138113c
Octal2532102440244414702174
Binary10101011100010001010010001010010010000110011100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88A4; }

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

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

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

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

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

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

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

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