#A47A9D

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

Shades of Bouquet #A47A9D

Tints of Bouquet #A47A9D

Color information

#A47A9D (or 0xA47A9D) is unknown color: approx Bouquet. HEX triplet: A4, 7A and 9D. RGB value is (164,122,157). Sum of RGB (Red+Green+Blue) = 164+122+157=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A9D is #5B8562. Grayscale: #8A8A8A. Windows color (decimal): -5997923 or 10320548. OLE color: 10320548.

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

Color convert

RGB164122157-
CMYK00.260.040.36
HSL310º18.75%56.08%-
HSV(B)310º25.61%64.31%-
XYZ28.3624.2535.08-
YUV138.55138.41146.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=37.02%
G=27.54%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412215700.260.040.3631018.7556.08
HexA47A9D01A4241361338
Octal2441722350324444662370
Binary1010010011110101001110101101010010010010011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A9D; }

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

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

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

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

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

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

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

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