#AC81AB

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

Shades of London Hue #AC81AB

Tints of London Hue #AC81AB

Color information

#AC81AB (or 0xAC81AB) is unknown color: approx London Hue. HEX triplet: AC, 81 and AB. RGB value is (172,129,171). Sum of RGB (Red+Green+Blue) = 172+129+171=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81AB is #537E54. Grayscale: #929292. Windows color (decimal): -5471829 or 11239852. OLE color: 11239852.

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

Color convert

RGB172129171-
CMYK00.250.010.33
HSL301.4º20.57%59.02%-
HSV(B)301.4º25%67.45%-
XYZ32.2127.4142.12-
YUV146.64141.75146.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=36.44%
G=27.33%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212917100.250.010.33301.420.5759.02
HexAC81AB01912112d153b
Octal2542012530311414552573
Binary101011001000000110101011011001110000110010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81AB; }

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

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

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

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

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

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

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

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