#AB8BAA

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

Shades of London Hue #AB8BAA

Tints of London Hue #AB8BAA

Color information

#AB8BAA (or 0xAB8BAA) is unknown color: approx London Hue. HEX triplet: AB, 8B and AA. RGB value is (171,139,170). Sum of RGB (Red+Green+Blue) = 171+139+170=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BAA is #547455. Grayscale: #989898. Windows color (decimal): -5534806 or 11176875. OLE color: 11176875.

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

Color convert

RGB171139170-
CMYK00.190.010.33
HSL301.88º16%60.78%-
HSV(B)301.88º18.71%67.06%-
XYZ33.2830.0342.07-
YUV152.1138.1141.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=35.62%
G=28.96%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113917000.190.010.33301.881660.78
HexAB8BAA01312112e103d
Octal2532132520231414562075
Binary101010111000101110101010010011110000110010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BAA; }

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

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

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

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

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

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

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

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