#A47B93

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

Shades of Bouquet #A47B93

Tints of Bouquet #A47B93

Color information

#A47B93 (or 0xA47B93) is unknown color: approx Bouquet. HEX triplet: A4, 7B and 93. RGB value is (164,123,147). Sum of RGB (Red+Green+Blue) = 164+123+147=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B93 is #5B846C. Grayscale: #898989. Windows color (decimal): -5997677 or 9665444. OLE color: 9665444.

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

Color convert

RGB164123147-
CMYK00.250.100.36
HSL324.88º18.39%56.27%-
HSV(B)324.88º25%64.31%-
XYZ27.6624.1730.81-
YUV138133.08146.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=37.79%
G=28.34%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412314700.250.100.36324.8818.3956.27
HexA47B93019A241451238
Octal24417322303112445052270
Binary10100100111101110010011011001101010010010100010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B93; }

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

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

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

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

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

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

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

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