#A57196

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

Shades of Bouquet #A57196

Tints of Bouquet #A57196

Color information

#A57196 (or 0xA57196) is unknown color: approx Bouquet. HEX triplet: A5, 71 and 96. RGB value is (165,113,150). Sum of RGB (Red+Green+Blue) = 165+113+150=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A57196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57196 is #5A8E69. Grayscale: #848484. Windows color (decimal): -5934698 or 9859493. OLE color: 9859493.

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

Color convert

RGB165113150-
CMYK00.320.090.35
HSL317.31º22.41%54.51%-
HSV(B)317.31º31.52%64.71%-
XYZ26.9322.0131.68-
YUV132.77137.73150.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=38.55%
G=26.40%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511315000.320.090.35317.3122.4154.51
HexA5719602092313d1637
Octal24516122604011434752667
Binary101001011110001100101100100000100110001110011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57196; }

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

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

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

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

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

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

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

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