#A77A94

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

Shades of Bouquet #A77A94

Tints of Bouquet #A77A94

Color information

#A77A94 (or 0xA77A94) is unknown color: approx Bouquet. HEX triplet: A7, 7A and 94. RGB value is (167,122,148). Sum of RGB (Red+Green+Blue) = 167+122+148=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A94 is #58856B. Grayscale: #8A8A8A. Windows color (decimal): -5801324 or 9730727. OLE color: 9730727.

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

Color convert

RGB167122148-
CMYK00.270.110.35
HSL325.33º20.36%56.67%-
HSV(B)325.33º26.95%65.49%-
XYZ28.2424.2731.21-
YUV138.42133.41148.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=38.22%
G=27.92%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712214800.270.110.35325.3320.3656.67
HexA77A9401BB231451439
Octal24717222403313435052471
Binary10100111111101010010100011011101110001110100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77A94; }

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

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

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

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

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

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

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

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