#AC739D

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

Shades of Bouquet #AC739D

Tints of Bouquet #AC739D

Color information

#AC739D (or 0xAC739D) is unknown color: approx Bouquet. HEX triplet: AC, 73 and 9D. RGB value is (172,115,157). Sum of RGB (Red+Green+Blue) = 172+115+157=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC739D is #538C62. Grayscale: #888888. Windows color (decimal): -5475427 or 10318764. OLE color: 10318764.

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

Color convert

RGB172115157-
CMYK00.330.090.33
HSL315.79º25.56%56.27%-
HSV(B)315.79º33.14%67.45%-
XYZ29.2323.4734.89-
YUV136.83139.38153.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=38.74%
G=25.90%
B=35.36%

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
Decimal17211515700.330.090.33315.7925.5656.27
HexAC739D02192113c1a38
Octal25416323504111414743270
Binary101011001110011100111010100001100110000110011110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC739D; }

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

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

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

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

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

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

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

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