#A57D9A

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

Shades of Bouquet #A57D9A

Tints of Bouquet #A57D9A

Color information

#A57D9A (or 0xA57D9A) is unknown color: approx Bouquet. HEX triplet: A5, 7D and 9A. RGB value is (165,125,154). Sum of RGB (Red+Green+Blue) = 165+125+154=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57D9A is #5A8265. Grayscale: #8C8C8C. Windows color (decimal): -5931622 or 10124709. OLE color: 10124709.

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

Color convert

RGB165125154-
CMYK00.240.070.35
HSL316.5º18.18%56.86%-
HSV(B)316.5º24.24%64.71%-
XYZ28.682533.89-
YUV140.27135.75145.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=37.16%
G=28.15%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512515400.240.070.35316.518.1856.86
HexA57D9A01872313c1239
Octal2451752320307434742271
Binary1010010111111011001101001100011110001110011110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D9A; }

 p { color: rgb(165,125,154); }

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

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

 a { background-color: rgb(165,125,154); }

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

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

 span { border-color: rgb(165,125,154); }

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