#AA7BAC

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

Shades of London Hue #AA7BAC

Tints of London Hue #AA7BAC

Color information

#AA7BAC (or 0xAA7BAC) is unknown color: approx London Hue. HEX triplet: AA, 7B and AC. RGB value is (170,123,172). Sum of RGB (Red+Green+Blue) = 170+123+172=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BAC is #558453. Grayscale: #8E8E8E. Windows color (decimal): -5604436 or 11303850. OLE color: 11303850.

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

Color convert

RGB170123172-
CMYK0.010.2800.33
HSL297.55º22.79%57.84%-
HSV(B)297.55º28.49%67.45%-
XYZ31.1125.6942.35-
YUV142.64144.57147.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=36.56%
G=26.45%
B=36.99%

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
Decimal1701231720.010.2800.33297.5522.7957.84
HexAA7BAC11C02112a173a
Octal2521732541340414522772
Binary10101010111101110101100111100010000110010101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BAC; }

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

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

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

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

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

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

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

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