#AB8DA4

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

Shades of London Hue #AB8DA4

Tints of London Hue #AB8DA4

Color information

#AB8DA4 (or 0xAB8DA4) is unknown color: approx London Hue. HEX triplet: AB, 8D and A4. RGB value is (171,141,164). Sum of RGB (Red+Green+Blue) = 171+141+164=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DA4 is #54725B. Grayscale: #989898. Windows color (decimal): -5534300 or 10784171. OLE color: 10784171.

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

Color convert

RGB171141164-
CMYK00.180.040.33
HSL314º15.15%61.18%-
HSV(B)314º17.54%67.06%-
XYZ33.0230.3939.25-
YUV152.59134.44141.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=35.92%
G=29.62%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114116400.180.040.3331415.1561.18
HexAB8DA401242113af3d
Octal2532152440224414721775
Binary1010101110001101101001000100101001000011001110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DA4; }

 p { color: rgb(171,141,164); }

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

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

 a { background-color: rgb(171,141,164); }

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

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

 span { border-color: rgb(171,141,164); }

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