#AC7CAA

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

Shades of London Hue #AC7CAA

Tints of London Hue #AC7CAA

Color information

#AC7CAA (or 0xAC7CAA) is unknown color: approx London Hue. HEX triplet: AC, 7C and AA. RGB value is (172,124,170). Sum of RGB (Red+Green+Blue) = 172+124+170=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CAA is #538355. Grayscale: #8F8F8F. Windows color (decimal): -5473110 or 11173036. OLE color: 11173036.

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

Color convert

RGB172124170-
CMYK00.280.010.33
HSL302.5º22.43%58.04%-
HSV(B)302.5º27.91%67.45%-
XYZ31.4826.0941.41-
YUV143.6142.9148.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=36.91%
G=26.61%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212417000.280.010.33302.522.4358.04
HexAC7CAA01C12112e163a
Octal2541742520341414562672
Binary10101100111110010101010011100110000110010111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CAA; }

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

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

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

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

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

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

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

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