#A47F96

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

Shades of Bouquet #A47F96

Tints of Bouquet #A47F96

Color information

#A47F96 (or 0xA47F96) is unknown color: approx Bouquet. HEX triplet: A4, 7F and 96. RGB value is (164,127,150). Sum of RGB (Red+Green+Blue) = 164+127+150=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F96 is #5B8069. Grayscale: #8C8C8C. Windows color (decimal): -5996650 or 9863076. OLE color: 9863076.

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

Color convert

RGB164127150-
CMYK00.230.090.36
HSL322.7º16.89%57.06%-
HSV(B)322.7º22.56%64.31%-
XYZ28.425.2732.24-
YUV140.68133.26144.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=37.19%
G=28.80%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412715000.230.090.36322.716.8957.06
HexA47F960179241431139
Octal24417722602711445032171
Binary10100100111111110010110010111100110010010100001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F96; }

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

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

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

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

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

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

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

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