#A77AA6

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

Shades of London Hue #A77AA6

Tints of London Hue #A77AA6

Color information

#A77AA6 (or 0xA77AA6) is unknown color: approx London Hue. HEX triplet: A7, 7A and A6. RGB value is (167,122,166). Sum of RGB (Red+Green+Blue) = 167+122+166=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 167 - color contains mainly: red. Hex color #A77AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77AA6 is #588559. Grayscale: #8C8C8C. Windows color (decimal): -5801306 or 10910375. OLE color: 10910375.

HSL color Cylindrical-coordinate representation of color #A77AA6: hue angle of 301.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77AA6 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB167122166-
CMYK00.270.010.35
HSL301.33º20.36%56.67%-
HSV(B)301.33º26.95%65.49%-
XYZ29.7824.8939.31-
YUV140.47142.41146.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=36.70%
G=26.81%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712216600.270.010.35301.3320.3656.67
HexA77AA601B12312d1439
Octal2471722460331434552471
Binary10100111111101010100110011011110001110010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77AA6; }

 p { color: rgb(167,122,166); }

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

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

 a { background-color: rgb(167,122,166); }

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

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

 span { border-color: rgb(167,122,166); }

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