#A47E9C

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

Shades of Bouquet #A47E9C

Tints of Bouquet #A47E9C

Color information

#A47E9C (or 0xA47E9C) is unknown color: approx Bouquet. HEX triplet: A4, 7E and 9C. RGB value is (164,126,156). Sum of RGB (Red+Green+Blue) = 164+126+156=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E9C is #5B8163. Grayscale: #8C8C8C. Windows color (decimal): -5996900 or 10256036. OLE color: 10256036.

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

Color convert

RGB164126156-
CMYK00.230.050.36
HSL312.63º17.27%56.86%-
HSV(B)312.63º23.17%64.31%-
XYZ28.7725.2134.8-
YUV140.78136.59144.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=36.77%
G=28.25%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412615600.230.050.36312.6317.2756.86
HexA47E9C0175241391139
Octal2441762340275444712171
Binary1010010011111101001110001011110110010010011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E9C; }

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

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

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

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

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

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

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

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