#AC8AAE

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

Shades of London Hue #AC8AAE

Tints of London Hue #AC8AAE

Color information

#AC8AAE (or 0xAC8AAE) is unknown color: approx London Hue. HEX triplet: AC, 8A and AE. RGB value is (172,138,174). Sum of RGB (Red+Green+Blue) = 172+138+174=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AAE is #537551. Grayscale: #989898. Windows color (decimal): -5469522 or 11438764. OLE color: 11438764.

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

Color convert

RGB172138174-
CMYK0.010.2100.32
HSL296.67º18.18%61.18%-
HSV(B)296.67º20.69%68.24%-
XYZ33.743044.06-
YUV152.27140.26142.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=35.54%
G=28.51%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721381740.010.2100.32296.6718.1861.18
HexAC8AAE115020129123d
Octal2542122561250404512275
Binary101011001000101010101110110101010000010010100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AAE; }

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

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

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

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

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

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

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

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