#AB90AC

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

Shades of London Hue #AB90AC

Tints of London Hue #AB90AC

Color information

#AB90AC (or 0xAB90AC) is unknown color: approx London Hue. HEX triplet: AB, 90 and AC. RGB value is (171,144,172). Sum of RGB (Red+Green+Blue) = 171+144+172=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90AC is #546F53. Grayscale: #9B9B9B. Windows color (decimal): -5533524 or 11309227. OLE color: 11309227.

HSL color Cylindrical-coordinate representation of color #AB90AC: hue angle of 297.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB90AC is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171144172-
CMYK0.010.1600.33
HSL297.86º14.43%61.96%-
HSV(B)297.86º16.28%67.45%-
XYZ34.2131.5843.32-
YUV155.26137.45139.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=35.11%
G=29.57%
B=35.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711441720.010.1600.33297.8614.4361.96
HexAB90AC11002112ae3e
Octal2532202541200414521676
Binary10101011100100001010110011000001000011001010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90AC; }

 p { color: rgb(171,144,172); }

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

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

 a { background-color: rgb(171,144,172); }

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

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

 span { border-color: rgb(171,144,172); }

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