#A47399

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

Shades of Bouquet #A47399

Tints of Bouquet #A47399

Color information

#A47399 (or 0xA47399) is unknown color: approx Bouquet. HEX triplet: A4, 73 and 99. RGB value is (164,115,153). Sum of RGB (Red+Green+Blue) = 164+115+153=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47399 is #5B8C66. Grayscale: #858585. Windows color (decimal): -5999719 or 10056612. OLE color: 10056612.

HSL color Cylindrical-coordinate representation of color #A47399: hue angle of 313.47º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47399 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164115153-
CMYK00.300.070.36
HSL313.47º21.21%54.71%-
HSV(B)313.47º29.88%64.31%-
XYZ27.1922.4533.04-
YUV133.98138.73149.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=37.96%
G=26.62%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411515300.300.070.36313.4721.2154.71
HexA4739901E7241391537
Octal2441632310367444712567
Binary1010010011100111001100101111011110010010011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47399; }

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

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

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

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

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

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

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

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