#AA749B

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

Shades of Bouquet #AA749B

Tints of Bouquet #AA749B

Color information

#AA749B (or 0xAA749B) is unknown color: approx Bouquet. HEX triplet: AA, 74 and 9B. RGB value is (170,116,155). Sum of RGB (Red+Green+Blue) = 170+116+155=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA749B is #558B64. Grayscale: #888888. Windows color (decimal): -5606245 or 10187946. OLE color: 10187946.

HSL color Cylindrical-coordinate representation of color #AA749B: hue angle of 316.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA749B is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170116155-
CMYK00.320.090.33
HSL316.67º24.11%56.08%-
HSV(B)316.67º31.76%66.67%-
XYZ28.7423.434.01-
YUV136.59138.39151.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=38.55%
G=26.30%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011615500.320.090.33316.6724.1156.08
HexAA749B02092113d1838
Octal25216423304011414753070
Binary101010101110100100110110100000100110000110011110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA749B; }

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

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

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

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

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

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

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

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