#AC7DA9

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

Shades of London Hue #AC7DA9

Tints of London Hue #AC7DA9

Color information

#AC7DA9 (or 0xAC7DA9) is unknown color: approx London Hue. HEX triplet: AC, 7D and A9. RGB value is (172,125,169). Sum of RGB (Red+Green+Blue) = 172+125+169=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DA9 is #538256. Grayscale: #8F8F8F. Windows color (decimal): -5472855 or 11107756. OLE color: 11107756.

HSL color Cylindrical-coordinate representation of color #AC7DA9: hue angle of 303.83º 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 #AC7DA9 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172125169-
CMYK00.270.020.33
HSL303.83º22.07%58.24%-
HSV(B)303.83º27.33%67.45%-
XYZ31.5126.340.95-
YUV144.07142.07147.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=36.91%
G=26.82%
B=36.27%

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
Decimal17212516900.270.020.33303.8322.0758.24
HexAC7DA901B221130163a
Octal2541752510332414602672
Binary101011001111101101010010110111010000110011000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DA9; }

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

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

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

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

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

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

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

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