#AC7DAC

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

Shades of London Hue #AC7DAC

Tints of London Hue #AC7DAC

Color information

#AC7DAC (or 0xAC7DAC) is unknown color: approx London Hue. HEX triplet: AC, 7D and AC. RGB value is (172,125,172). Sum of RGB (Red+Green+Blue) = 172+125+172=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DAC is #538253. Grayscale: #909090. Windows color (decimal): -5472852 or 11304364. OLE color: 11304364.

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

Color convert

RGB172125172-
CMYK00.2700.33
HSL300º22.07%58.24%-
HSV(B)300º27.33%67.45%-
XYZ31.7926.4242.45-
YUV144.41143.57147.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=36.67%
G=26.65%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212517200.2700.3330022.0758.24
HexAC7DAC01B02112c163a
Octal2541752540330414542672
Binary10101100111110110101100011011010000110010110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DAC; }

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

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

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

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

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

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

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

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