#AE749D

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

Shades of Bouquet #AE749D

Tints of Bouquet #AE749D

Color information

#AE749D (or 0xAE749D) is unknown color: approx Bouquet. HEX triplet: AE, 74 and 9D. RGB value is (174,116,157). Sum of RGB (Red+Green+Blue) = 174+116+157=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE749D is #518B62. Grayscale: #898989. Windows color (decimal): -5344099 or 10319022. OLE color: 10319022.

HSL color Cylindrical-coordinate representation of color #AE749D: hue angle of 317.59º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE749D is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB174116157-
CMYK00.330.100.32
HSL317.59º26.36%56.86%-
HSV(B)317.59º33.33%68.24%-
XYZ29.7923.9234.95-
YUV138.02138.72153.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=38.93%
G=25.95%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411615700.330.100.32317.5926.3656.86
HexAE749D021A2013e1a39
Octal25616423504112404763271
Binary101011101110100100111010100001101010000010011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE749D; }

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

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

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

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

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

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

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

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