#AC7EA7

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

Shades of London Hue #AC7EA7

Tints of London Hue #AC7EA7

Color information

#AC7EA7 (or 0xAC7EA7) is unknown color: approx London Hue. HEX triplet: AC, 7E and A7. RGB value is (172,126,167). Sum of RGB (Red+Green+Blue) = 172+126+167=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7EA7 is #538158. Grayscale: #909090. Windows color (decimal): -5472601 or 10976940. OLE color: 10976940.

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

Color convert

RGB172126167-
CMYK00.270.030.33
HSL306.52º21.7%58.43%-
HSV(B)306.52º26.74%67.45%-
XYZ31.4526.4840.01-
YUV144.43140.74147.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=36.99%
G=27.10%
B=35.91%

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
Decimal17212616700.270.030.33306.5221.758.43
HexAC7EA701B321133163a
Octal2541762470333414632672
Binary101011001111110101001110110111110000110011001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EA7; }

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

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

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

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

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

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

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

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