#AB88AE

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

Shades of London Hue #AB88AE

Tints of London Hue #AB88AE

Color information

#AB88AE (or 0xAB88AE) is unknown color: approx London Hue. HEX triplet: AB, 88 and AE. RGB value is (171,136,174). Sum of RGB (Red+Green+Blue) = 171+136+174=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB88AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88AE is #547751. Grayscale: #969696. Windows color (decimal): -5535570 or 11438251. OLE color: 11438251.

HSL color Cylindrical-coordinate representation of color #AB88AE: hue angle of 295.26º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB88AE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171136174-
CMYK0.020.2200.32
HSL295.26º19%60.78%-
HSV(B)295.26º21.84%68.24%-
XYZ33.2429.3243.95-
YUV150.8141.1142.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=35.55%
G=28.27%
B=36.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711361740.020.2200.32295.261960.78
HexAB88AE216020127133d
Octal2532102562260404472375
Binary1010101110001000101011101010110010000010010011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB88AE; }

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

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

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

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

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

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

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

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