#A77CAA

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

Shades of London Hue #A77CAA

Tints of London Hue #A77CAA

Color information

#A77CAA (or 0xA77CAA) is unknown color: approx London Hue. HEX triplet: A7, 7C and AA. RGB value is (167,124,170). Sum of RGB (Red+Green+Blue) = 167+124+170=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A77CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77CAA is #588355. Grayscale: #8D8D8D. Windows color (decimal): -5800790 or 11173031. OLE color: 11173031.

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

Color convert

RGB167124170-
CMYK0.020.2700.33
HSL296.09º21.3%57.65%-
HSV(B)296.09º27.06%66.67%-
XYZ30.425.5341.36-
YUV142.1143.75145.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=36.23%
G=26.90%
B=36.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671241700.020.2700.33296.0921.357.65
HexA77CAA21B021128153a
Octal2471742522330414502572
Binary101001111111100101010101011011010000110010100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77CAA; }

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

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

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

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

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

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

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

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