#AB8DAF

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

Shades of London Hue #AB8DAF

Tints of London Hue #AB8DAF

Color information

#AB8DAF (or 0xAB8DAF) is unknown color: approx London Hue. HEX triplet: AB, 8D and AF. RGB value is (171,141,175). Sum of RGB (Red+Green+Blue) = 171+141+175=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DAF is #547250. Grayscale: #999999. Windows color (decimal): -5534289 or 11505067. OLE color: 11505067.

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

Color convert

RGB171141175-
CMYK0.020.1900.31
HSL292.94º17.53%61.96%-
HSV(B)292.94º19.43%68.63%-
XYZ34.0630.844.71-
YUV153.85139.94140.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=35.11%
G=28.95%
B=35.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711411750.020.1900.31292.9417.5361.96
HexAB8DAF21301F125123e
Octal2532152572230374452276
Binary101010111000110110101111101001101111110010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DAF; }

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

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

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

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

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

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

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

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