#A47C93

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

Shades of Bouquet #A47C93

Tints of Bouquet #A47C93

Color information

#A47C93 (or 0xA47C93) is unknown color: approx Bouquet. HEX triplet: A4, 7C and 93. RGB value is (164,124,147). Sum of RGB (Red+Green+Blue) = 164+124+147=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C93 is #5B836C. Grayscale: #8A8A8A. Windows color (decimal): -5997421 or 9665700. OLE color: 9665700.

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

Color convert

RGB164124147-
CMYK00.240.100.36
HSL325.5º18.02%56.47%-
HSV(B)325.5º24.39%64.31%-
XYZ27.7824.4130.85-
YUV138.58132.75146.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=37.70%
G=28.51%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412414700.240.100.36325.518.0256.47
HexA47C93018A241461238
Octal24417422303012445062270
Binary10100100111110010010011011000101010010010100011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C93; }

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

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

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

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

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

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

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

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