#AC87AC

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

Shades of London Hue #AC87AC

Tints of London Hue #AC87AC

Color information

#AC87AC (or 0xAC87AC) is unknown color: approx London Hue. HEX triplet: AC, 87 and AC. RGB value is (172,135,172). Sum of RGB (Red+Green+Blue) = 172+135+172=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC87AC is #537853. Grayscale: #969696. Windows color (decimal): -5470292 or 11306924. OLE color: 11306924.

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

Color convert

RGB172135172-
CMYK00.2200.33
HSL300º18.23%60.2%-
HSV(B)300º21.51%67.45%-
XYZ33.1229.0842.9-
YUV150.28140.26143.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=35.91%
G=28.18%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213517200.2200.3330018.2360.2
HexAC87AC01602112c123c
Octal2542072540260414542274
Binary101011001000011110101100010110010000110010110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87AC; }

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

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

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

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

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

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

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

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