#A57599

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

Shades of Bouquet #A57599

Tints of Bouquet #A57599

Color information

#A57599 (or 0xA57599) is unknown color: approx Bouquet. HEX triplet: A5, 75 and 99. RGB value is (165,117,153). Sum of RGB (Red+Green+Blue) = 165+117+153=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A57599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57599 is #5A8A66. Grayscale: #878787. Windows color (decimal): -5933671 or 10057125. OLE color: 10057125.

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

Color convert

RGB165117153-
CMYK00.290.070.35
HSL315º21.05%55.29%-
HSV(B)315º29.09%64.71%-
XYZ27.6323.0233.12-
YUV135.46137.9149.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=37.93%
G=26.90%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511715300.290.070.3531521.0555.29
HexA5759901D72313b1537
Octal2451652310357434732567
Binary1010010111101011001100101110111110001110011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57599; }

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

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

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

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

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

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

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

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