#A77F9D

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

Shades of Bouquet #A77F9D

Tints of Bouquet #A77F9D

Color information

#A77F9D (or 0xA77F9D) is unknown color: approx Bouquet. HEX triplet: A7, 7F and 9D. RGB value is (167,127,157). Sum of RGB (Red+Green+Blue) = 167+127+157=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F9D is #588062. Grayscale: #8E8E8E. Windows color (decimal): -5800035 or 10321831. OLE color: 10321831.

HSL color Cylindrical-coordinate representation of color #A77F9D: hue angle of 315º 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 #A77F9D is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB167127157-
CMYK00.240.060.35
HSL315º18.52%57.65%-
HSV(B)315º23.95%65.49%-
XYZ29.6125.8335.32-
YUV142.38136.25145.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=37.03%
G=28.16%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712715700.240.060.3531518.5257.65
HexA77F9D01862313b133a
Octal2471772350306434732372
Binary1010011111111111001110101100011010001110011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F9D; }

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

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

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

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

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

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

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

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