#A77E94

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

Shades of Bouquet #A77E94

Tints of Bouquet #A77E94

Color information

#A77E94 (or 0xA77E94) is unknown color: approx Bouquet. HEX triplet: A7, 7E and 94. RGB value is (167,126,148). Sum of RGB (Red+Green+Blue) = 167+126+148=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E94 is #58816B. Grayscale: #8C8C8C. Windows color (decimal): -5800300 or 9731751. OLE color: 9731751.

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

Color convert

RGB167126148-
CMYK00.250.110.35
HSL327.8º18.89%57.45%-
HSV(B)327.8º24.55%65.49%-
XYZ28.7425.2831.38-
YUV140.77132.08146.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=37.87%
G=28.57%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712614800.250.110.35327.818.8957.45
HexA77E94019B231481339
Octal24717622403113435102371
Binary10100111111111010010100011001101110001110100100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E94; }

 p { color: rgb(167,126,148); }

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

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

 a { background-color: rgb(167,126,148); }

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

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

 span { border-color: rgb(167,126,148); }

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