#AA729D

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

Shades of Bouquet #AA729D

Tints of Bouquet #AA729D

Color information

#AA729D (or 0xAA729D) is unknown color: approx Bouquet. HEX triplet: AA, 72 and 9D. RGB value is (170,114,157). Sum of RGB (Red+Green+Blue) = 170+114+157=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA729D is #558D62. Grayscale: #878787. Windows color (decimal): -5606755 or 10318506. OLE color: 10318506.

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

Color convert

RGB170114157-
CMYK00.330.080.33
HSL313.93º24.78%55.69%-
HSV(B)313.93º32.94%66.67%-
XYZ28.6823.0134.83-
YUV135.65140.05152.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=38.55%
G=25.85%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011415700.330.080.33313.9324.7855.69
HexAA729D02182113a1938
Octal25216223504110414723170
Binary101010101110010100111010100001100010000110011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA729D; }

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

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

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

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

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

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

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

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