#A47794

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

Shades of Bouquet #A47794

Tints of Bouquet #A47794

Color information

#A47794 (or 0xA47794) is unknown color: approx Bouquet. HEX triplet: A4, 77 and 94. RGB value is (164,119,148). Sum of RGB (Red+Green+Blue) = 164+119+148=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47794 is #5B886B. Grayscale: #878787. Windows color (decimal): -5998700 or 9729956. OLE color: 9729956.

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

Color convert

RGB164119148-
CMYK00.270.100.36
HSL321.33º19.82%55.49%-
HSV(B)321.33º27.44%64.31%-
XYZ27.2523.2231.06-
YUV135.76134.91148.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=38.05%
G=27.61%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411914800.270.100.36321.3319.8255.49
HexA4779401BA241411437
Octal24416722403312445012467
Binary10100100111011110010100011011101010010010100000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47794; }

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

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

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

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

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

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

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

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