#AC7AAF

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

Shades of London Hue #AC7AAF

Tints of London Hue #AC7AAF

Color information

#AC7AAF (or 0xAC7AAF) is unknown color: approx London Hue. HEX triplet: AC, 7A and AF. RGB value is (172,122,175). Sum of RGB (Red+Green+Blue) = 172+122+175=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AAF is #538550. Grayscale: #8E8E8E. Windows color (decimal): -5473617 or 11500204. OLE color: 11500204.

HSL color Cylindrical-coordinate representation of color #AC7AAF: hue angle of 296.6º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7AAF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172122175-
CMYK0.020.3000.31
HSL296.6º24.88%58.24%-
HSV(B)296.6º30.29%68.63%-
XYZ31.7125.7843.86-
YUV142.99146.06148.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=36.67%
G=26.01%
B=37.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721221750.020.3000.31296.624.8858.24
HexAC7AAF21E01F129193a
Octal2541722572360374513172
Binary10101100111101010101111101111001111110010100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7AAF; }

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

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

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

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

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

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

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

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