#AC7CA8

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

Shades of London Hue #AC7CA8

Tints of London Hue #AC7CA8

Color information

#AC7CA8 (or 0xAC7CA8) is unknown color: approx London Hue. HEX triplet: AC, 7C and A8. RGB value is (172,124,168). Sum of RGB (Red+Green+Blue) = 172+124+168=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CA8 is #538357. Grayscale: #8F8F8F. Windows color (decimal): -5473112 or 11041964. OLE color: 11041964.

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

Color convert

RGB172124168-
CMYK00.280.020.33
HSL305º22.43%58.04%-
HSV(B)305º27.91%67.45%-
XYZ31.2926.0140.42-
YUV143.37141.9148.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=37.07%
G=26.72%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212416800.280.020.3330522.4358.04
HexAC7CA801C221131163a
Octal2541742500342414612672
Binary101011001111100101010000111001010000110011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CA8; }

 p { color: rgb(172,124,168); }

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

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

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

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

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

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

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