#A7749B

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

Shades of Bouquet #A7749B

Tints of Bouquet #A7749B

Color information

#A7749B (or 0xA7749B) is unknown color: approx Bouquet. HEX triplet: A7, 74 and 9B. RGB value is (167,116,155). Sum of RGB (Red+Green+Blue) = 167+116+155=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A7749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7749B is #588B64. Grayscale: #878787. Windows color (decimal): -5802853 or 10187943. OLE color: 10187943.

HSL color Cylindrical-coordinate representation of color #A7749B: hue angle of 314.12º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7749B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167116155-
CMYK00.310.070.35
HSL314.12º22.47%55.49%-
HSV(B)314.12º30.54%65.49%-
XYZ28.123.0733.98-
YUV135.7138.9150.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=38.13%
G=26.48%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711615500.310.070.35314.1222.4755.49
HexA7749B01F72313a1637
Octal2471642330377434722667
Binary1010011111101001001101101111111110001110011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7749B; }

 p { color: rgb(167,116,155); }

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

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

 a { background-color: rgb(167,116,155); }

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

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

 span { border-color: rgb(167,116,155); }

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