#AC7EAB

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

Shades of London Hue #AC7EAB

Tints of London Hue #AC7EAB

Color information

#AC7EAB (or 0xAC7EAB) is unknown color: approx London Hue. HEX triplet: AC, 7E and AB. RGB value is (172,126,171). Sum of RGB (Red+Green+Blue) = 172+126+171=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7EAB is #538154. Grayscale: #909090. Windows color (decimal): -5472597 or 11239084. OLE color: 11239084.

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

Color convert

RGB172126171-
CMYK00.270.010.33
HSL301.3º21.7%58.43%-
HSV(B)301.3º26.74%67.45%-
XYZ31.8226.6341.99-
YUV144.88142.74147.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=36.67%
G=26.87%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212617100.270.010.33301.321.758.43
HexAC7EAB01B12112d163a
Octal2541762530331414552672
Binary10101100111111010101011011011110000110010110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EAB; }

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

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

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

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

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

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

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

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