#AB90AF

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

Shades of London Hue #AB90AF

Tints of London Hue #AB90AF

Color information

#AB90AF (or 0xAB90AF) is unknown color: approx London Hue. HEX triplet: AB, 90 and AF. RGB value is (171,144,175). Sum of RGB (Red+Green+Blue) = 171+144+175=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90AF is #546F50. Grayscale: #9B9B9B. Windows color (decimal): -5533521 or 11505835. OLE color: 11505835.

HSL color Cylindrical-coordinate representation of color #AB90AF: hue angle of 292.26º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB90AF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171144175-
CMYK0.020.1800.31
HSL292.26º16.23%62.55%-
HSV(B)292.26º17.71%68.63%-
XYZ34.5131.744.86-
YUV155.61138.95138.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=34.90%
G=29.39%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711441750.020.1800.31292.2616.2362.55
HexAB90AF21201F124103f
Octal2532202572220374442077
Binary101010111001000010101111101001001111110010010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90AF; }

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

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

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

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

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

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

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

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