#A77DAC

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

Shades of London Hue #A77DAC

Tints of London Hue #A77DAC

Color information

#A77DAC (or 0xA77DAC) is unknown color: approx London Hue. HEX triplet: A7, 7D and AC. RGB value is (167,125,172). Sum of RGB (Red+Green+Blue) = 167+125+172=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A77DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77DAC is #588253. Grayscale: #8E8E8E. Windows color (decimal): -5800532 or 11304359. OLE color: 11304359.

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

Color convert

RGB167125172-
CMYK0.030.2700.33
HSL293.62º22.07%58.24%-
HSV(B)293.62º27.33%67.45%-
XYZ30.7225.8642.4-
YUV142.92144.41145.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=35.99%
G=26.94%
B=37.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671251720.030.2700.33293.6222.0758.24
HexA77DAC31B021126163a
Octal2471752543330414462672
Binary101001111111101101011001111011010000110010011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DAC; }

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

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

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

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

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

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

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

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