#A4729C

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

Shades of Bouquet #A4729C

Tints of Bouquet #A4729C

Color information

#A4729C (or 0xA4729C) is unknown color: approx Bouquet. HEX triplet: A4, 72 and 9C. RGB value is (164,114,156). Sum of RGB (Red+Green+Blue) = 164+114+156=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4729C is #5B8D63. Grayscale: #858585. Windows color (decimal): -5999972 or 10252964. OLE color: 10252964.

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

Color convert

RGB164114156-
CMYK00.300.050.36
HSL309.6º21.55%54.51%-
HSV(B)309.6º30.49%64.31%-
XYZ27.3322.3334.32-
YUV133.74140.56149.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=37.79%
G=26.27%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411415600.300.050.36309.621.5554.51
HexA4729C01E5241361637
Octal2441622340365444662667
Binary1010010011100101001110001111010110010010011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4729C; }

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

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

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

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

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

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

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

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