#AC8BAE

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

Shades of London Hue #AC8BAE

Tints of London Hue #AC8BAE

Color information

#AC8BAE (or 0xAC8BAE) is unknown color: approx London Hue. HEX triplet: AC, 8B and AE. RGB value is (172,139,174). Sum of RGB (Red+Green+Blue) = 172+139+174=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC8BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8BAE is #537451. Grayscale: #989898. Windows color (decimal): -5469266 or 11439020. OLE color: 11439020.

HSL color Cylindrical-coordinate representation of color #AC8BAE: hue angle of 296.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8BAE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172139174-
CMYK0.010.2000.32
HSL296.57º17.77%61.37%-
HSV(B)296.57º20.11%68.24%-
XYZ33.8930.2944.11-
YUV152.86139.93141.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=35.46%
G=28.66%
B=35.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721391740.010.2000.32296.5717.7761.37
HexAC8BAE114020129123d
Octal2542132561240404512275
Binary101011001000101110101110110100010000010010100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BAE; }

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

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

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

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

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

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

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

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