#A47697

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

Shades of Bouquet #A47697

Tints of Bouquet #A47697

Color information

#A47697 (or 0xA47697) is unknown color: approx Bouquet. HEX triplet: A4, 76 and 97. RGB value is (164,118,151). Sum of RGB (Red+Green+Blue) = 164+118+151=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A47697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47697 is #5B8968. Grayscale: #878787. Windows color (decimal): -5998953 or 9926308. OLE color: 9926308.

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

Color convert

RGB164118151-
CMYK00.280.080.36
HSL316.96º20.18%55.29%-
HSV(B)316.96º28.05%64.31%-
XYZ27.3723.0832.29-
YUV135.52136.74148.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=37.88%
G=27.25%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411815100.280.080.36316.9620.1855.29
HexA4769701C82413d1437
Octal24416622703410444752467
Binary10100100111011010010111011100100010010010011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47697; }

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

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

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

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

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

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

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

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