#A47F9D

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

Shades of Bouquet #A47F9D

Tints of Bouquet #A47F9D

Color information

#A47F9D (or 0xA47F9D) is unknown color: approx Bouquet. HEX triplet: A4, 7F and 9D. RGB value is (164,127,157). Sum of RGB (Red+Green+Blue) = 164+127+157=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47F9D is #5B8062. Grayscale: #8D8D8D. Windows color (decimal): -5996643 or 10321828. OLE color: 10321828.

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

Color convert

RGB164127157-
CMYK00.230.040.36
HSL311.35º16.89%57.06%-
HSV(B)311.35º22.56%64.31%-
XYZ28.9925.5135.29-
YUV141.48136.76144.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=36.61%
G=28.35%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412715700.230.040.36311.3516.8957.06
HexA47F9D0174241371139
Octal2441772350274444672171
Binary1010010011111111001110101011110010010010011011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F9D; }

 p { color: rgb(164,127,157); }

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

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

 a { background-color: rgb(164,127,157); }

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

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

 span { border-color: rgb(164,127,157); }

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