#A47B91

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

Shades of Bouquet #A47B91

Tints of Bouquet #A47B91

Color information

#A47B91 (or 0xA47B91) is unknown color: approx Bouquet. HEX triplet: A4, 7B and 91. RGB value is (164,123,145). Sum of RGB (Red+Green+Blue) = 164+123+145=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B91 is #5B846E. Grayscale: #898989. Windows color (decimal): -5997679 or 9534372. OLE color: 9534372.

HSL color Cylindrical-coordinate representation of color #A47B91: hue angle of 327.8º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A47B91 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB164123145-
CMYK00.250.120.36
HSL327.8º18.39%56.27%-
HSV(B)327.8º25%64.31%-
XYZ27.524.129.99-
YUV137.77132.08146.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 123 (48.44% from 255) = 28.47%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=37.96%
G=28.47%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412314500.250.120.36327.818.3956.27
HexA47B91019C241481238
Octal24417322103114445102270
Binary10100100111101110010001011001110010010010100100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B91; }

 p { color: rgb(164,123,145); }

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

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

 a { background-color: rgb(164,123,145); }

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

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

 span { border-color: rgb(164,123,145); }

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