#A47F99

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

Shades of Bouquet #A47F99

Tints of Bouquet #A47F99

Color information

#A47F99 (or 0xA47F99) is unknown color: approx Bouquet. HEX triplet: A4, 7F and 99. RGB value is (164,127,153). Sum of RGB (Red+Green+Blue) = 164+127+153=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F99 is #5B8066. Grayscale: #8C8C8C. Windows color (decimal): -5996647 or 10059684. OLE color: 10059684.

HSL color Cylindrical-coordinate representation of color #A47F99: hue angle of 317.84º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47F99 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164127153-
CMYK00.230.070.36
HSL317.84º16.89%57.06%-
HSV(B)317.84º22.56%64.31%-
XYZ28.6525.3733.52-
YUV141.03134.76144.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=36.94%
G=28.60%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412715300.230.070.36317.8416.8957.06
HexA47F9901772413e1139
Octal2441772310277444762171
Binary1010010011111111001100101011111110010010011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F99; }

 p { color: rgb(164,127,153); }

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

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

 a { background-color: rgb(164,127,153); }

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

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

 span { border-color: rgb(164,127,153); }

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