#A57A9F

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

Shades of Bouquet #A57A9F

Tints of Bouquet #A57A9F

Color information

#A57A9F (or 0xA57A9F) is unknown color: approx Bouquet. HEX triplet: A5, 7A and 9F. RGB value is (165,122,159). Sum of RGB (Red+Green+Blue) = 165+122+159=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A9F is #5A8560. Grayscale: #8A8A8A. Windows color (decimal): -5932385 or 10451621. OLE color: 10451621.

HSL color Cylindrical-coordinate representation of color #A57A9F: hue angle of 308.37º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57A9F is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165122159-
CMYK00.260.040.35
HSL308.37º19.28%56.27%-
HSV(B)308.37º26.06%64.71%-
XYZ28.7324.4236-
YUV139.07139.25146.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=37.00%
G=27.35%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512215900.260.040.35308.3719.2856.27
HexA57A9F01A4231341338
Octal2451722370324434642370
Binary1010010111110101001111101101010010001110011010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A9F; }

 p { color: rgb(165,122,159); }

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

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

 a { background-color: rgb(165,122,159); }

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

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

 span { border-color: rgb(165,122,159); }

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