#A4739A

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

Shades of Bouquet #A4739A

Tints of Bouquet #A4739A

Color information

#A4739A (or 0xA4739A) is unknown color: approx Bouquet. HEX triplet: A4, 73 and 9A. RGB value is (164,115,154). Sum of RGB (Red+Green+Blue) = 164+115+154=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A4739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4739A is #5B8C65. Grayscale: #858585. Windows color (decimal): -5999718 or 10122148. OLE color: 10122148.

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

Color convert

RGB164115154-
CMYK00.300.060.36
HSL312.24º21.21%54.71%-
HSV(B)312.24º29.88%64.31%-
XYZ27.2722.4933.47-
YUV134.1139.23149.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=37.88%
G=26.56%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411515400.300.060.36312.2421.2154.71
HexA4739A01E6241381537
Octal2441632320366444702567
Binary1010010011100111001101001111011010010010011100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4739A; }

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

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

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

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

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

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

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

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