#AA749F

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

Shades of Bouquet #AA749F

Tints of Bouquet #AA749F

Color information

#AA749F (or 0xAA749F) is unknown color: approx Bouquet. HEX triplet: AA, 74 and 9F. RGB value is (170,116,159). Sum of RGB (Red+Green+Blue) = 170+116+159=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA749F is #558B60. Grayscale: #888888. Windows color (decimal): -5606241 or 10450090. OLE color: 10450090.

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

Color convert

RGB170116159-
CMYK00.320.060.33
HSL312.22º24.11%56.08%-
HSV(B)312.22º31.76%66.67%-
XYZ29.0823.5435.81-
YUV137.05140.39151.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=38.20%
G=26.07%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011615900.320.060.33312.2224.1156.08
HexAA749F0206211381838
Octal2521642370406414703070
Binary10101010111010010011111010000011010000110011100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA749F; }

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

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

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

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

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

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

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

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