#A47897

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

Shades of Bouquet #A47897

Tints of Bouquet #A47897

Color information

#A47897 (or 0xA47897) is unknown color: approx Bouquet. HEX triplet: A4, 78 and 97. RGB value is (164,120,151). Sum of RGB (Red+Green+Blue) = 164+120+151=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A47897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47897 is #5B8768. Grayscale: #888888. Windows color (decimal): -5998441 or 9926820. OLE color: 9926820.

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

Color convert

RGB164120151-
CMYK00.270.080.36
HSL317.73º19.47%55.69%-
HSV(B)317.73º26.83%64.31%-
XYZ27.6123.5632.37-
YUV136.69136.08147.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=37.70%
G=27.59%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412015100.270.080.36317.7319.4755.69
HexA4789701B82413e1338
Octal24417022703310444762370
Binary10100100111100010010111011011100010010010011111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47897; }

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

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

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

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

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

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

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

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