#A47B9B

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

Shades of Bouquet #A47B9B

Tints of Bouquet #A47B9B

Color information

#A47B9B (or 0xA47B9B) is unknown color: approx Bouquet. HEX triplet: A4, 7B and 9B. RGB value is (164,123,155). Sum of RGB (Red+Green+Blue) = 164+123+155=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B9B is #5B8464. Grayscale: #8A8A8A. Windows color (decimal): -5997669 or 10189732. OLE color: 10189732.

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

Color convert

RGB164123155-
CMYK00.250.050.36
HSL313.17º18.39%56.27%-
HSV(B)313.17º25%64.31%-
XYZ28.3124.4234.23-
YUV138.91137.08145.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=37.10%
G=27.83%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412315500.250.050.36313.1718.3956.27
HexA47B9B0195241391238
Octal2441732330315444712270
Binary1010010011110111001101101100110110010010011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B9B; }

 p { color: rgb(164,123,155); }

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

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

 a { background-color: rgb(164,123,155); }

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

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

 span { border-color: rgb(164,123,155); }

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