#A47E93

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

Shades of Bouquet #A47E93

Tints of Bouquet #A47E93

Color information

#A47E93 (or 0xA47E93) is unknown color: approx Bouquet. HEX triplet: A4, 7E and 93. RGB value is (164,126,147). Sum of RGB (Red+Green+Blue) = 164+126+147=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E93 is #5B816C. Grayscale: #8B8B8B. Windows color (decimal): -5996909 or 9666212. OLE color: 9666212.

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

Color convert

RGB164126147-
CMYK00.230.100.36
HSL326.84º17.27%56.86%-
HSV(B)326.84º23.17%64.31%-
XYZ28.0424.9230.94-
YUV139.76132.09145.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=37.53%
G=28.83%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412614700.230.100.36326.8417.2756.86
HexA47E93017A241471139
Octal24417622302712445072171
Binary10100100111111010010011010111101010010010100011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E93; }

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

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

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

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

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

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

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

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