#A47A9C

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

Shades of Bouquet #A47A9C

Tints of Bouquet #A47A9C

Color information

#A47A9C (or 0xA47A9C) is unknown color: approx Bouquet. HEX triplet: A4, 7A and 9C. RGB value is (164,122,156). Sum of RGB (Red+Green+Blue) = 164+122+156=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A9C is #5B8563. Grayscale: #8A8A8A. Windows color (decimal): -5997924 or 10255012. OLE color: 10255012.

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

Color convert

RGB164122156-
CMYK00.260.050.36
HSL311.43º18.75%56.08%-
HSV(B)311.43º25.61%64.31%-
XYZ28.2724.2134.64-
YUV138.43137.91146.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=37.10%
G=27.60%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412215600.260.050.36311.4318.7556.08
HexA47A9C01A5241371338
Octal2441722340325444672370
Binary1010010011110101001110001101010110010010011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A9C; }

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

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

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

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

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

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

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

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