#A47E95

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

Shades of Bouquet #A47E95

Tints of Bouquet #A47E95

Color information

#A47E95 (or 0xA47E95) is unknown color: approx Bouquet. HEX triplet: A4, 7E and 95. RGB value is (164,126,149). Sum of RGB (Red+Green+Blue) = 164+126+149=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E95 is #5B816A. Grayscale: #8B8B8B. Windows color (decimal): -5996907 or 9797284. OLE color: 9797284.

HSL color Cylindrical-coordinate representation of color #A47E95: hue angle of 323.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A47E95 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164126149-
CMYK00.230.090.36
HSL323.68º17.27%56.86%-
HSV(B)323.68º23.17%64.31%-
XYZ28.224.9831.77-
YUV139.98133.09145.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=37.36%
G=28.70%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412614900.230.090.36323.6817.2756.86
HexA47E950179241441139
Octal24417622502711445042171
Binary10100100111111010010101010111100110010010100010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E95; }

 p { color: rgb(164,126,149); }

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

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

 a { background-color: rgb(164,126,149); }

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

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

 span { border-color: rgb(164,126,149); }

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