#A77DAA

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

Shades of London Hue #A77DAA

Tints of London Hue #A77DAA

Color information

#A77DAA (or 0xA77DAA) is unknown color: approx London Hue. HEX triplet: A7, 7D and AA. RGB value is (167,125,170). Sum of RGB (Red+Green+Blue) = 167+125+170=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A77DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77DAA is #588255. Grayscale: #8E8E8E. Windows color (decimal): -5800534 or 11173287. OLE color: 11173287.

HSL color Cylindrical-coordinate representation of color #A77DAA: hue angle of 296º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77DAA is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167125170-
CMYK0.020.2600.33
HSL296º20.93%57.84%-
HSV(B)296º26.47%66.67%-
XYZ30.5325.7941.4-
YUV142.69143.41145.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=36.15%
G=27.06%
B=36.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671251700.020.2600.3329620.9357.84
HexA77DAA21A021128153a
Octal2471752522320414502572
Binary101001111111101101010101011010010000110010100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DAA; }

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

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

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

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

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

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

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

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