#AC749D

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

Shades of Bouquet #AC749D

Tints of Bouquet #AC749D

Color information

#AC749D (or 0xAC749D) is unknown color: approx Bouquet. HEX triplet: AC, 74 and 9D. RGB value is (172,116,157). Sum of RGB (Red+Green+Blue) = 172+116+157=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC749D is #538B62. Grayscale: #898989. Windows color (decimal): -5475171 or 10319020. OLE color: 10319020.

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

Color convert

RGB172116157-
CMYK00.330.090.33
HSL316.07º25.23%56.47%-
HSV(B)316.07º32.56%67.45%-
XYZ29.3423.734.93-
YUV137.42139.05152.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=38.65%
G=26.07%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211615700.330.090.33316.0725.2356.47
HexAC749D02192113c1938
Octal25416423504111414743170
Binary101011001110100100111010100001100110000110011110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC749D; }

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

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

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

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

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

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

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

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