#A47297

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

Shades of Bouquet #A47297

Tints of Bouquet #A47297

Color information

#A47297 (or 0xA47297) is unknown color: approx Bouquet. HEX triplet: A4, 72 and 97. RGB value is (164,114,151). Sum of RGB (Red+Green+Blue) = 164+114+151=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47297 is #5B8D68. Grayscale: #858585. Windows color (decimal): -5999977 or 9925284. OLE color: 9925284.

HSL color Cylindrical-coordinate representation of color #A47297: hue angle of 315.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47297 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB164114151-
CMYK00.300.080.36
HSL315.6º21.55%54.51%-
HSV(B)315.6º30.49%64.31%-
XYZ26.9122.1632.14-
YUV133.17138.06149.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=38.23%
G=26.57%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411415100.300.080.36315.621.5554.51
HexA4729701E82413c1637
Octal24416222703610444742667
Binary10100100111001010010111011110100010010010011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47297; }

 p { color: rgb(164,114,151); }

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

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

 a { background-color: rgb(164,114,151); }

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

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

 span { border-color: rgb(164,114,151); }

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