#AC749E

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

Shades of Bouquet #AC749E

Tints of Bouquet #AC749E

Color information

#AC749E (or 0xAC749E) is unknown color: approx Bouquet. HEX triplet: AC, 74 and 9E. RGB value is (172,116,158). Sum of RGB (Red+Green+Blue) = 172+116+158=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC749E is #538B61. Grayscale: #898989. Windows color (decimal): -5475170 or 10384556. OLE color: 10384556.

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

Color convert

RGB172116158-
CMYK00.330.080.33
HSL315º25.23%56.47%-
HSV(B)315º32.56%67.45%-
XYZ29.4323.7335.38-
YUV137.53139.55152.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=38.57%
G=26.01%
B=35.43%

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
Decimal17211615800.330.080.3331525.2356.47
HexAC749E02182113b1938
Octal25416423604110414733170
Binary101011001110100100111100100001100010000110011101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC749E; }

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

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

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

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

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

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

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

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