#AB9FAC

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

Shades of London Hue #AB9FAC

Tints of London Hue #AB9FAC

Color information

#AB9FAC (or 0xAB9FAC) is unknown color: approx London Hue. HEX triplet: AB, 9F and AC. RGB value is (171,159,172). Sum of RGB (Red+Green+Blue) = 171+159+172=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FAC is #546053. Grayscale: #A4A4A4. Windows color (decimal): -5529684 or 11313067. OLE color: 11313067.

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

Color convert

RGB171159172-
CMYK0.010.0800.33
HSL295.38º7.26%64.9%-
HSV(B)295.38º7.56%67.45%-
XYZ36.6436.4344.13-
YUV164.07132.48132.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=34.06%
G=31.67%
B=34.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711591720.010.0800.33295.387.2664.9
HexAB9FAC18021127741
Octal2532372541100414477101
Binary1010101110011111101011001100001000011001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FAC; }

 p { color: rgb(171,159,172); }

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

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

 a { background-color: rgb(171,159,172); }

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

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

 span { border-color: rgb(171,159,172); }

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