#AB85AA

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

Shades of London Hue #AB85AA

Tints of London Hue #AB85AA

Color information

#AB85AA (or 0xAB85AA) is unknown color: approx London Hue. HEX triplet: AB, 85 and AA. RGB value is (171,133,170). Sum of RGB (Red+Green+Blue) = 171+133+170=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB85AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB85AA is #547A55. Grayscale: #949494. Windows color (decimal): -5536342 or 11175339. OLE color: 11175339.

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

Color convert

RGB171133170-
CMYK00.220.010.33
HSL301.58º18.45%59.61%-
HSV(B)301.58º22.22%67.06%-
XYZ32.4428.3441.79-
YUV148.58140.09143.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=36.08%
G=28.06%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113317000.220.010.33301.5818.4559.61
HexAB85AA01612112e123c
Octal2532052520261414562274
Binary101010111000010110101010010110110000110010111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85AA; }

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

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

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

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

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

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

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

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