#A47F92

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

Shades of Bouquet #A47F92

Tints of Bouquet #A47F92

Color information

#A47F92 (or 0xA47F92) is unknown color: approx Bouquet. HEX triplet: A4, 7F and 92. RGB value is (164,127,146). Sum of RGB (Red+Green+Blue) = 164+127+146=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F92 is #5B806D. Grayscale: #8C8C8C. Windows color (decimal): -5996654 or 9600932. OLE color: 9600932.

HSL color Cylindrical-coordinate representation of color #A47F92: hue angle of 329.19º 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 #A47F92 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB164127146-
CMYK00.230.110.36
HSL329.19º16.89%57.06%-
HSV(B)329.19º22.56%64.31%-
XYZ28.0925.1530.57-
YUV140.23131.26144.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=37.53%
G=29.06%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412714600.230.110.36329.1916.8957.06
HexA47F92017B241491139
Octal24417722202713445112171
Binary10100100111111110010010010111101110010010100100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F92; }

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

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

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

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

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

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

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

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