#A77FAA

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

Shades of London Hue #A77FAA

Tints of London Hue #A77FAA

Color information

#A77FAA (or 0xA77FAA) is unknown color: approx London Hue. HEX triplet: A7, 7F and AA. RGB value is (167,127,170). Sum of RGB (Red+Green+Blue) = 167+127+170=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #A77FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77FAA is #588055. Grayscale: #8F8F8F. Windows color (decimal): -5800022 or 11173799. OLE color: 11173799.

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

Color convert

RGB167127170-
CMYK0.020.2500.33
HSL295.81º20.19%58.24%-
HSV(B)295.81º25.29%66.67%-
XYZ30.7826.341.48-
YUV143.86142.75144.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=35.99%
G=27.37%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671271700.020.2500.33295.8120.1958.24
HexA77FAA219021128143a
Octal2471772522310414502472
Binary101001111111111101010101011001010000110010100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FAA; }

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

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

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

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

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

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

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

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