#AC7DA6

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

Shades of London Hue #AC7DA6

Tints of London Hue #AC7DA6

Color information

#AC7DA6 (or 0xAC7DA6) is unknown color: approx London Hue. HEX triplet: AC, 7D and A6. RGB value is (172,125,166). Sum of RGB (Red+Green+Blue) = 172+125+166=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DA6 is #538259. Grayscale: #8F8F8F. Windows color (decimal): -5472858 or 10911148. OLE color: 10911148.

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

Color convert

RGB172125166-
CMYK00.270.030.33
HSL307.66º22.07%58.24%-
HSV(B)307.66º27.33%67.45%-
XYZ31.2326.1939.49-
YUV143.73140.57148.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=37.15%
G=27.00%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212516600.270.030.33307.6622.0758.24
HexAC7DA601B321134163a
Octal2541752460333414642672
Binary101011001111101101001100110111110000110011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DA6; }

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

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

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

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

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

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

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

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