#AA7CAB

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

Shades of London Hue #AA7CAB

Tints of London Hue #AA7CAB

Color information

#AA7CAB (or 0xAA7CAB) is unknown color: approx London Hue. HEX triplet: AA, 7C and AB. RGB value is (170,124,171). Sum of RGB (Red+Green+Blue) = 170+124+171=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CAB is #558354. Grayscale: #8E8E8E. Windows color (decimal): -5604181 or 11238570. OLE color: 11238570.

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

Color convert

RGB170124171-
CMYK0.010.2700.33
HSL298.72º21.86%57.84%-
HSV(B)298.72º27.49%67.06%-
XYZ31.1425.941.89-
YUV143.11143.74147.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=36.56%
G=26.67%
B=36.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701241710.010.2700.33298.7221.8657.84
HexAA7CAB11B02112b163a
Octal2521742531330414532672
Binary10101010111110010101011111011010000110010101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CAB; }

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

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

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

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

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

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

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

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