#AB8EAA

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

Shades of London Hue #AB8EAA

Tints of London Hue #AB8EAA

Color information

#AB8EAA (or 0xAB8EAA) is unknown color: approx London Hue. HEX triplet: AB, 8E and AA. RGB value is (171,142,170). Sum of RGB (Red+Green+Blue) = 171+142+170=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EAA is #547155. Grayscale: #999999. Windows color (decimal): -5534038 or 11177643. OLE color: 11177643.

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

Color convert

RGB171142170-
CMYK00.170.010.33
HSL302.07º14.72%61.37%-
HSV(B)302.07º16.96%67.06%-
XYZ33.7230.9142.22-
YUV153.86137.11140.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=35.40%
G=29.40%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114217000.170.010.33302.0714.7261.37
HexAB8EAA01112112ef3d
Octal2532162520211414561775
Binary10101011100011101010101001000111000011001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8EAA; }

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

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

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

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

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

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

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

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