#A47394

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

Shades of Bouquet #A47394

Tints of Bouquet #A47394

Color information

#A47394 (or 0xA47394) is unknown color: approx Bouquet. HEX triplet: A4, 73 and 94. RGB value is (164,115,148). Sum of RGB (Red+Green+Blue) = 164+115+148=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A47394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47394 is #5B8C6B. Grayscale: #858585. Windows color (decimal): -5999724 or 9728932. OLE color: 9728932.

HSL color Cylindrical-coordinate representation of color #A47394: hue angle of 319.59º 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 #A47394 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164115148-
CMYK00.300.100.36
HSL319.59º21.21%54.71%-
HSV(B)319.59º29.88%64.31%-
XYZ26.7922.2930.91-
YUV133.41136.23149.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=38.41%
G=26.93%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411514800.300.100.36319.5921.2154.71
HexA4739401EA241401537
Octal24416322403612445002567
Binary10100100111001110010100011110101010010010100000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47394; }

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

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

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

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

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

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

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

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