#AC7EA9

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

Shades of London Hue #AC7EA9

Tints of London Hue #AC7EA9

Color information

#AC7EA9 (or 0xAC7EA9) is unknown color: approx London Hue. HEX triplet: AC, 7E and A9. RGB value is (172,126,169). Sum of RGB (Red+Green+Blue) = 172+126+169=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7EA9 is #538156. Grayscale: #909090. Windows color (decimal): -5472599 or 11108012. OLE color: 11108012.

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

Color convert

RGB172126169-
CMYK00.270.020.33
HSL303.91º21.7%58.43%-
HSV(B)303.91º26.74%67.45%-
XYZ31.6426.5640.99-
YUV144.66141.74147.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=36.83%
G=26.98%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212616900.270.020.33303.9121.758.43
HexAC7EA901B221130163a
Octal2541762510332414602672
Binary101011001111110101010010110111010000110011000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EA9; }

 p { color: rgb(172,126,169); }

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

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

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

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

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

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

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