#AA749D

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

Shades of Bouquet #AA749D

Tints of Bouquet #AA749D

Color information

#AA749D (or 0xAA749D) is unknown color: approx Bouquet. HEX triplet: AA, 74 and 9D. RGB value is (170,116,157). Sum of RGB (Red+Green+Blue) = 170+116+157=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA749D is #558B62. Grayscale: #888888. Windows color (decimal): -5606243 or 10319018. OLE color: 10319018.

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

Color convert

RGB170116157-
CMYK00.320.080.33
HSL314.44º24.11%56.08%-
HSV(B)314.44º31.76%66.67%-
XYZ28.9123.4734.91-
YUV136.82139.39151.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=38.37%
G=26.19%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011615700.320.080.33314.4424.1156.08
HexAA749D02082113a1838
Octal25216423504010414723070
Binary101010101110100100111010100000100010000110011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA749D; }

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

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

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

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

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

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

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

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