#AB8FAD

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

Shades of London Hue #AB8FAD

Tints of London Hue #AB8FAD

Color information

#AB8FAD (or 0xAB8FAD) is unknown color: approx London Hue. HEX triplet: AB, 8F and AD. RGB value is (171,143,173). Sum of RGB (Red+Green+Blue) = 171+143+173=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FAD is #547052. Grayscale: #9A9A9A. Windows color (decimal): -5533779 or 11374507. OLE color: 11374507.

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

Color convert

RGB171143173-
CMYK0.010.1700.32
HSL296º15.46%61.96%-
HSV(B)296º17.34%67.84%-
XYZ34.1631.3243.78-
YUV154.79138.28139.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=35.11%
G=29.36%
B=35.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711431730.010.1700.3229615.4661.96
HexAB8FAD111020128f3e
Octal2532172551210404501776
Binary10101011100011111010110111000101000001001010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FAD; }

 p { color: rgb(171,143,173); }

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

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

 a { background-color: rgb(171,143,173); }

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

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

 span { border-color: rgb(171,143,173); }

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