#A47B97

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

Shades of Bouquet #A47B97

Tints of Bouquet #A47B97

Color information

#A47B97 (or 0xA47B97) is unknown color: approx Bouquet. HEX triplet: A4, 7B and 97. RGB value is (164,123,151). Sum of RGB (Red+Green+Blue) = 164+123+151=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B97 is #5B8468. Grayscale: #8A8A8A. Windows color (decimal): -5997673 or 9927588. OLE color: 9927588.

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

Color convert

RGB164123151-
CMYK00.250.080.36
HSL319.02º18.39%56.27%-
HSV(B)319.02º25%64.31%-
XYZ27.9824.2932.49-
YUV138.45135.08146.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=37.44%
G=28.08%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412315100.250.080.36319.0218.3956.27
HexA47B9701982413f1238
Octal24417322703110444772270
Binary10100100111101110010111011001100010010010011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B97; }

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

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

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

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

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

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

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

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