#A57894

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

Shades of Bouquet #A57894

Tints of Bouquet #A57894

Color information

#A57894 (or 0xA57894) is unknown color: approx Bouquet. HEX triplet: A5, 78 and 94. RGB value is (165,120,148). Sum of RGB (Red+Green+Blue) = 165+120+148=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A57894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57894 is #5A876B. Grayscale: #888888. Windows color (decimal): -5932908 or 9730213. OLE color: 9730213.

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

Color convert

RGB165120148-
CMYK00.270.100.35
HSL322.67º20%55.88%-
HSV(B)322.67º27.27%64.71%-
XYZ27.5823.5731.11-
YUV136.65134.41148.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=38.11%
G=27.71%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512014800.270.100.35322.672055.88
HexA5789401BA231431438
Octal24517022403312435032470
Binary10100101111100010010100011011101010001110100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57894; }

 p { color: rgb(165,120,148); }

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

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

 a { background-color: rgb(165,120,148); }

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

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

 span { border-color: rgb(165,120,148); }

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