#A77F9F

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

Shades of Bouquet #A77F9F

Tints of Bouquet #A77F9F

Color information

#A77F9F (or 0xA77F9F) is unknown color: approx Bouquet. HEX triplet: A7, 7F and 9F. RGB value is (167,127,159). Sum of RGB (Red+Green+Blue) = 167+127+159=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F9F is #588060. Grayscale: #8E8E8E. Windows color (decimal): -5800033 or 10452903. OLE color: 10452903.

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

Color convert

RGB167127159-
CMYK00.240.050.35
HSL312º18.52%57.65%-
HSV(B)312º23.95%65.49%-
XYZ29.7825.936.23-
YUV142.61137.25145.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=36.87%
G=28.04%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712715900.240.050.3531218.5257.65
HexA77F9F018523138133a
Octal2471772370305434702372
Binary1010011111111111001111101100010110001110011100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F9F; }

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

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

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

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

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

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

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

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