#A77BA4

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

Shades of London Hue #A77BA4

Tints of London Hue #A77BA4

Color information

#A77BA4 (or 0xA77BA4) is unknown color: approx London Hue. HEX triplet: A7, 7B and A4. RGB value is (167,123,164). Sum of RGB (Red+Green+Blue) = 167+123+164=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 167 - color contains mainly: red. Hex color #A77BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77BA4 is #58845B. Grayscale: #8C8C8C. Windows color (decimal): -5801052 or 10779559. OLE color: 10779559.

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

Color convert

RGB167123164-
CMYK00.260.020.35
HSL304.09º20%56.86%-
HSV(B)304.09º26.35%65.49%-
XYZ29.7225.0638.39-
YUV140.83141.08146.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=36.78%
G=27.09%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712316400.260.020.35304.092056.86
HexA77BA401A2231301439
Octal2471732440322434602471
Binary101001111111011101001000110101010001110011000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77BA4; }

 p { color: rgb(167,123,164); }

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

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

 a { background-color: rgb(167,123,164); }

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

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

 span { border-color: rgb(167,123,164); }

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