#AB8BAF

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

Shades of London Hue #AB8BAF

Tints of London Hue #AB8BAF

Color information

#AB8BAF (or 0xAB8BAF) is unknown color: approx London Hue. HEX triplet: AB, 8B and AF. RGB value is (171,139,175). Sum of RGB (Red+Green+Blue) = 171+139+175=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB8BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BAF is #547450. Grayscale: #989898. Windows color (decimal): -5534801 or 11504555. OLE color: 11504555.

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

Color convert

RGB171139175-
CMYK0.020.2100.31
HSL293.33º18.37%61.57%-
HSV(B)293.33º20.57%68.63%-
XYZ33.7730.2244.61-
YUV152.67140.6141.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=35.26%
G=28.66%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711391750.020.2100.31293.3318.3761.57
HexAB8BAF21501F125123e
Octal2532132572250374452276
Binary101010111000101110101111101010101111110010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BAF; }

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

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

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

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

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

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

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

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