#A57E9C

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

Shades of Bouquet #A57E9C

Tints of Bouquet #A57E9C

Color information

#A57E9C (or 0xA57E9C) is unknown color: approx Bouquet. HEX triplet: A5, 7E and 9C. RGB value is (165,126,156). Sum of RGB (Red+Green+Blue) = 165+126+156=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57E9C is #5A8163. Grayscale: #8D8D8D. Windows color (decimal): -5931364 or 10256037. OLE color: 10256037.

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

Color convert

RGB165126156-
CMYK00.240.050.35
HSL313.85º17.81%57.06%-
HSV(B)313.85º23.64%64.71%-
XYZ28.9825.3234.81-
YUV141.08136.42145.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=36.91%
G=28.19%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512615600.240.050.35313.8517.8157.06
HexA57E9C01852313a1239
Octal2451762340305434722271
Binary1010010111111101001110001100010110001110011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E9C; }

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

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

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

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

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

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

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

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