#AB86AE

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

Shades of London Hue #AB86AE

Tints of London Hue #AB86AE

Color information

#AB86AE (or 0xAB86AE) is unknown color: approx London Hue. HEX triplet: AB, 86 and AE. RGB value is (171,134,174). Sum of RGB (Red+Green+Blue) = 171+134+174=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB86AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB86AE is #547951. Grayscale: #959595. Windows color (decimal): -5536082 or 11437739. OLE color: 11437739.

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

Color convert

RGB171134174-
CMYK0.020.2300.32
HSL295.5º19.8%60.39%-
HSV(B)295.5º22.99%68.24%-
XYZ32.9628.7643.86-
YUV149.62141.76143.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=35.70%
G=27.97%
B=36.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711341740.020.2300.32295.519.860.39
HexAB86AE217020128143c
Octal2532062562270404502474
Binary1010101110000110101011101010111010000010010100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB86AE; }

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

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

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

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

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

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

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

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