#A47B9A

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

Shades of Bouquet #A47B9A

Tints of Bouquet #A47B9A

Color information

#A47B9A (or 0xA47B9A) is unknown color: approx Bouquet. HEX triplet: A4, 7B and 9A. RGB value is (164,123,154). Sum of RGB (Red+Green+Blue) = 164+123+154=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B9A is #5B8465. Grayscale: #8A8A8A. Windows color (decimal): -5997670 or 10124196. OLE color: 10124196.

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

Color convert

RGB164123154-
CMYK00.250.060.36
HSL314.63º18.39%56.27%-
HSV(B)314.63º25%64.31%-
XYZ28.2324.3933.79-
YUV138.79136.58145.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=37.19%
G=27.89%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412315400.250.060.36314.6318.3956.27
HexA47B9A01962413b1238
Octal2441732320316444732270
Binary1010010011110111001101001100111010010010011101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B9A; }

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

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

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

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

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

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

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

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