#AC79AE

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

Shades of London Hue #AC79AE

Tints of London Hue #AC79AE

Color information

#AC79AE (or 0xAC79AE) is unknown color: approx London Hue. HEX triplet: AC, 79 and AE. RGB value is (172,121,174). Sum of RGB (Red+Green+Blue) = 172+121+174=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC79AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC79AE is #538651. Grayscale: #8E8E8E. Windows color (decimal): -5473874 or 11434412. OLE color: 11434412.

HSL color Cylindrical-coordinate representation of color #AC79AE: hue angle of 297.74º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC79AE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172121174-
CMYK0.010.3000.32
HSL297.74º24.65%57.84%-
HSV(B)297.74º30.46%68.24%-
XYZ31.4925.543.31-
YUV142.29145.9149.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=36.83%
G=25.91%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721211740.010.3000.32297.7424.6557.84
HexAC79AE11E02012a193a
Octal2541712561360404523172
Binary10101100111100110101110111110010000010010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC79AE; }

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

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

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

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

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

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

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

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