#A57E93

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

Shades of Bouquet #A57E93

Tints of Bouquet #A57E93

Color information

#A57E93 (or 0xA57E93) is unknown color: approx Bouquet. HEX triplet: A5, 7E and 93. RGB value is (165,126,147). Sum of RGB (Red+Green+Blue) = 165+126+147=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57E93 is #5A816C. Grayscale: #8C8C8C. Windows color (decimal): -5931373 or 9666213. OLE color: 9666213.

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

Color convert

RGB165126147-
CMYK00.240.110.35
HSL327.69º17.81%57.06%-
HSV(B)327.69º23.64%64.71%-
XYZ28.2425.0330.95-
YUV140.06131.92145.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=37.67%
G=28.77%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512614700.240.110.35327.6917.8157.06
HexA57E93018B231481239
Octal24517622303013435102271
Binary10100101111111010010011011000101110001110100100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E93; }

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

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

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

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

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

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

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

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