#AC80AC

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

Shades of London Hue #AC80AC

Tints of London Hue #AC80AC

Color information

#AC80AC (or 0xAC80AC) is unknown color: approx London Hue. HEX triplet: AC, 80 and AC. RGB value is (172,128,172). Sum of RGB (Red+Green+Blue) = 172+128+172=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80AC is #537F53. Grayscale: #929292. Windows color (decimal): -5472084 or 11305132. OLE color: 11305132.

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

Color convert

RGB172128172-
CMYK00.2600.33
HSL300º20.95%58.82%-
HSV(B)300º25.58%67.45%-
XYZ32.1827.1942.58-
YUV146.17142.58146.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=36.44%
G=27.12%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212817200.2600.3330020.9558.82
HexAC80AC01A02112c153b
Octal2542002540320414542573
Binary101011001000000010101100011010010000110010110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80AC; }

 p { color: rgb(172,128,172); }

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

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

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

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

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

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

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