#A47299

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

Shades of Bouquet #A47299

Tints of Bouquet #A47299

Color information

#A47299 (or 0xA47299) is unknown color: approx Bouquet. HEX triplet: A4, 72 and 99. RGB value is (164,114,153). Sum of RGB (Red+Green+Blue) = 164+114+153=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47299 is #5B8D66. Grayscale: #858585. Windows color (decimal): -5999975 or 10056356. OLE color: 10056356.

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

Color convert

RGB164114153-
CMYK00.300.070.36
HSL313.2º21.55%54.51%-
HSV(B)313.2º30.49%64.31%-
XYZ27.0822.2333-
YUV133.4139.06149.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=38.05%
G=26.45%
B=35.50%

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
Decimal16411415300.300.070.36313.221.5554.51
HexA4729901E7241391637
Octal2441622310367444712667
Binary1010010011100101001100101111011110010010011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47299; }

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

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

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

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

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

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

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

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