#A7749A

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

Shades of Bouquet #A7749A

Tints of Bouquet #A7749A

Color information

#A7749A (or 0xA7749A) is unknown color: approx Bouquet. HEX triplet: A7, 74 and 9A. RGB value is (167,116,154). Sum of RGB (Red+Green+Blue) = 167+116+154=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A7749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7749A is #588B65. Grayscale: #878787. Windows color (decimal): -5802854 or 10122407. OLE color: 10122407.

HSL color Cylindrical-coordinate representation of color #A7749A: hue angle of 315.29º 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 #A7749A is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167116154-
CMYK00.310.080.35
HSL315.29º22.47%55.49%-
HSV(B)315.29º30.54%65.49%-
XYZ28.0123.0433.54-
YUV135.58138.4150.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=38.22%
G=26.54%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711615400.310.080.35315.2922.4755.49
HexA7749A01F82313b1637
Octal24716423203710434732667
Binary10100111111010010011010011111100010001110011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7749A; }

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

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

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

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

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

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

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

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