#AC8BAA

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

Shades of London Hue #AC8BAA

Tints of London Hue #AC8BAA

Color information

#AC8BAA (or 0xAC8BAA) is unknown color: approx London Hue. HEX triplet: AC, 8B and AA. RGB value is (172,139,170). Sum of RGB (Red+Green+Blue) = 172+139+170=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8BAA is #537455. Grayscale: #989898. Windows color (decimal): -5469270 or 11176876. OLE color: 11176876.

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

Color convert

RGB172139170-
CMYK00.190.010.33
HSL303.64º16.58%60.98%-
HSV(B)303.64º19.19%67.45%-
XYZ33.530.1442.08-
YUV152.4137.93141.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 139 (54.69% from 255) = 28.90%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=35.76%
G=28.90%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213917000.190.010.33303.6416.5860.98
HexAC8BAA013121130113d
Octal2542132520231414602175
Binary101011001000101110101010010011110000110011000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BAA; }

 p { color: rgb(172,139,170); }

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

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

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

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

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

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

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