#A57E91

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

Shades of Bouquet #A57E91

Tints of Bouquet #A57E91

Color information

#A57E91 (or 0xA57E91) is unknown color: approx Bouquet. HEX triplet: A5, 7E and 91. RGB value is (165,126,145). Sum of RGB (Red+Green+Blue) = 165+126+145=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57E91 is #5A816E. Grayscale: #8B8B8B. Windows color (decimal): -5931375 or 9535141. OLE color: 9535141.

HSL color Cylindrical-coordinate representation of color #A57E91: hue angle of 330.77º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A57E91 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165126145-
CMYK00.240.120.35
HSL330.77º17.81%57.06%-
HSV(B)330.77º23.64%64.71%-
XYZ28.0924.9730.13-
YUV139.83130.92145.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=37.84%
G=28.90%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512614500.240.120.35330.7717.8157.06
HexA57E91018C2314b1239
Octal24517622103014435132271
Binary10100101111111010010001011000110010001110100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E91; }

 p { color: rgb(165,126,145); }

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

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

 a { background-color: rgb(165,126,145); }

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

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

 span { border-color: rgb(165,126,145); }

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