#AB88AA

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

Shades of London Hue #AB88AA

Tints of London Hue #AB88AA

Color information

#AB88AA (or 0xAB88AA) is unknown color: approx London Hue. HEX triplet: AB, 88 and AA. RGB value is (171,136,170). Sum of RGB (Red+Green+Blue) = 171+136+170=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB88AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88AA is #547755. Grayscale: #969696. Windows color (decimal): -5535574 or 11176107. OLE color: 11176107.

HSL color Cylindrical-coordinate representation of color #AB88AA: hue angle of 301.71º 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 #AB88AA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171136170-
CMYK00.200.010.33
HSL301.71º17.24%60.2%-
HSV(B)301.71º20.47%67.06%-
XYZ32.8529.1741.93-
YUV150.34139.1142.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=35.85%
G=28.51%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113617000.200.010.33301.7117.2460.2
HexAB88AA01412112e113c
Octal2532102520241414562174
Binary101010111000100010101010010100110000110010111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88AA; }

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

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

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

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

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

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

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

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