#AC7AA9

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

Shades of London Hue #AC7AA9

Tints of London Hue #AC7AA9

Color information

#AC7AA9 (or 0xAC7AA9) is unknown color: approx London Hue. HEX triplet: AC, 7A and A9. RGB value is (172,122,169). Sum of RGB (Red+Green+Blue) = 172+122+169=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AA9 is #538556. Grayscale: #8E8E8E. Windows color (decimal): -5473623 or 11106988. OLE color: 11106988.

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

Color convert

RGB172122169-
CMYK00.290.020.33
HSL303.6º23.15%57.65%-
HSV(B)303.6º29.07%67.45%-
XYZ31.1325.5540.83-
YUV142.31143.06149.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=37.15%
G=26.35%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212216900.290.020.33303.623.1557.65
HexAC7AA901D221130173a
Octal2541722510352414602772
Binary101011001111010101010010111011010000110011000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7AA9; }

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

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

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

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

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

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

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

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