#AC7DA7

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

Shades of London Hue #AC7DA7

Tints of London Hue #AC7DA7

Color information

#AC7DA7 (or 0xAC7DA7) is unknown color: approx London Hue. HEX triplet: AC, 7D and A7. RGB value is (172,125,167). Sum of RGB (Red+Green+Blue) = 172+125+167=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DA7 is #538258. Grayscale: #8F8F8F. Windows color (decimal): -5472857 or 10976684. OLE color: 10976684.

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

Color convert

RGB172125167-
CMYK00.270.030.33
HSL306.38º22.07%58.24%-
HSV(B)306.38º27.33%67.45%-
XYZ31.3226.2339.97-
YUV143.84141.07148.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 167 (65.62% from 255) = 35.99%
R=37.07%
G=26.94%
B=35.99%

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
Decimal17212516700.270.030.33306.3822.0758.24
HexAC7DA701B321132163a
Octal2541752470333414622672
Binary101011001111101101001110110111110000110011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DA7; }

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

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

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

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

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

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

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

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