#A47B9E

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

Shades of Bouquet #A47B9E

Tints of Bouquet #A47B9E

Color information

#A47B9E (or 0xA47B9E) is unknown color: approx Bouquet. HEX triplet: A4, 7B and 9E. RGB value is (164,123,158). Sum of RGB (Red+Green+Blue) = 164+123+158=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B9E is #5B8461. Grayscale: #8B8B8B. Windows color (decimal): -5997666 or 10386340. OLE color: 10386340.

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

Color convert

RGB164123158-
CMYK00.250.040.36
HSL308.78º18.39%56.27%-
HSV(B)308.78º25%64.31%-
XYZ28.5624.5335.58-
YUV139.25138.58145.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=36.85%
G=27.64%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412315800.250.040.36308.7818.3956.27
HexA47B9E0194241351238
Octal2441732360314444652270
Binary1010010011110111001111001100110010010010011010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B9E; }

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

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

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

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

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

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

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

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