#A57197

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

Shades of Bouquet #A57197

Tints of Bouquet #A57197

Color information

#A57197 (or 0xA57197) is unknown color: approx Bouquet. HEX triplet: A5, 71 and 97. RGB value is (165,113,151). Sum of RGB (Red+Green+Blue) = 165+113+151=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A57197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57197 is #5A8E68. Grayscale: #848484. Windows color (decimal): -5934697 or 9925029. OLE color: 9925029.

HSL color Cylindrical-coordinate representation of color #A57197: hue angle of 316.15º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57197 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB165113151-
CMYK00.320.080.35
HSL316.15º22.41%54.51%-
HSV(B)316.15º31.52%64.71%-
XYZ27.0122.0432.11-
YUV132.88138.23150.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=38.46%
G=26.34%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511315100.320.080.35316.1522.4154.51
HexA5719702082313c1637
Octal24516122704010434742667
Binary101001011110001100101110100000100010001110011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57197; }

 p { color: rgb(165,113,151); }

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

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

 a { background-color: rgb(165,113,151); }

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

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

 span { border-color: rgb(165,113,151); }

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