#A57399

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

Shades of Bouquet #A57399

Tints of Bouquet #A57399

Color information

#A57399 (or 0xA57399) is unknown color: approx Bouquet. HEX triplet: A5, 73 and 99. RGB value is (165,115,153). Sum of RGB (Red+Green+Blue) = 165+115+153=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A57399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57399 is #5A8C66. Grayscale: #868686. Windows color (decimal): -5934183 or 10056613. OLE color: 10056613.

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

Color convert

RGB165115153-
CMYK00.300.070.35
HSL314.4º21.74%54.9%-
HSV(B)314.4º30.3%64.71%-
XYZ27.422.5633.05-
YUV134.28138.56149.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=38.11%
G=26.56%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511515300.300.070.35314.421.7454.9
HexA5739901E72313a1637
Octal2451632310367434722667
Binary1010010111100111001100101111011110001110011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57399; }

 p { color: rgb(165,115,153); }

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

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

 a { background-color: rgb(165,115,153); }

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

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

 span { border-color: rgb(165,115,153); }

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