#A47899

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

Shades of Bouquet #A47899

Tints of Bouquet #A47899

Color information

#A47899 (or 0xA47899) is unknown color: approx Bouquet. HEX triplet: A4, 78 and 99. RGB value is (164,120,153). Sum of RGB (Red+Green+Blue) = 164+120+153=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A47899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47899 is #5B8766. Grayscale: #888888. Windows color (decimal): -5998439 or 10057892. OLE color: 10057892.

HSL color Cylindrical-coordinate representation of color #A47899: hue angle of 315º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47899 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164120153-
CMYK00.270.070.36
HSL315º19.47%55.69%-
HSV(B)315º26.83%64.31%-
XYZ27.7823.6333.23-
YUV136.92137.08147.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=37.53%
G=27.46%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412015300.270.070.3631519.4755.69
HexA4789901B72413b1338
Octal2441702310337444732370
Binary1010010011110001001100101101111110010010011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47899; }

 p { color: rgb(164,120,153); }

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

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

 a { background-color: rgb(164,120,153); }

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

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

 span { border-color: rgb(164,120,153); }

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