#AC8FAB

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

Shades of London Hue #AC8FAB

Tints of London Hue #AC8FAB

Color information

#AC8FAB (or 0xAC8FAB) is unknown color: approx London Hue. HEX triplet: AC, 8F and AB. RGB value is (172,143,171). Sum of RGB (Red+Green+Blue) = 172+143+171=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FAB is #537054. Grayscale: #9A9A9A. Windows color (decimal): -5468245 or 11243436. OLE color: 11243436.

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

Color convert

RGB172143171-
CMYK00.170.010.33
HSL302.07º14.87%61.76%-
HSV(B)302.07º16.86%67.45%-
XYZ34.1931.3642.78-
YUV154.86137.11140.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=35.39%
G=29.42%
B=35.19%

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
Decimal17214317100.170.010.33302.0714.8761.76
HexAC8FAB01112112ef3e
Octal2542172530211414561776
Binary10101100100011111010101101000111000011001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FAB; }

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

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

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

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

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

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

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

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