#A47C97

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

Shades of Bouquet #A47C97

Tints of Bouquet #A47C97

Color information

#A47C97 (or 0xA47C97) is unknown color: approx Bouquet. HEX triplet: A4, 7C and 97. RGB value is (164,124,151). Sum of RGB (Red+Green+Blue) = 164+124+151=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C97 is #5B8368. Grayscale: #8A8A8A. Windows color (decimal): -5997417 or 9927844. OLE color: 9927844.

HSL color Cylindrical-coordinate representation of color #A47C97: hue angle of 319.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 #A47C97 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB164124151-
CMYK00.240.080.36
HSL319.5º18.02%56.47%-
HSV(B)319.5º24.39%64.31%-
XYZ28.124.5432.53-
YUV139.04134.75145.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=37.36%
G=28.25%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412415100.240.080.36319.518.0256.47
HexA47C970188241401238
Octal24417422703010445002270
Binary10100100111110010010111011000100010010010100000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C97; }

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

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

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

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

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

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

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

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