#AA7CAC

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

Shades of London Hue #AA7CAC

Tints of London Hue #AA7CAC

Color information

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

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

Color convert

RGB170124172-
CMYK0.010.2800.33
HSL297.5º22.43%58.04%-
HSV(B)297.5º27.91%67.45%-
XYZ31.2325.9442.39-
YUV143.23144.24147.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701241720.010.2800.33297.522.4358.04
HexAA7CAC11C02112a163a
Octal2521742541340414522672
Binary10101010111110010101100111100010000110010101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CAC; }

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

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

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

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

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

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

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

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