#AC7294

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

Shades of Bouquet #AC7294

Tints of Bouquet #AC7294

Color information

#AC7294 (or 0xAC7294) is unknown color: approx Bouquet. HEX triplet: AC, 72 and 94. RGB value is (172,114,148). Sum of RGB (Red+Green+Blue) = 172+114+148=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7294 is #538D6B. Grayscale: #878787. Windows color (decimal): -5475692 or 9728684. OLE color: 9728684.

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

Color convert

RGB172114148-
CMYK00.340.140.33
HSL324.83º25.89%56.08%-
HSV(B)324.83º33.72%67.45%-
XYZ28.3822.9430.95-
YUV135.22135.22154.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=39.63%
G=26.27%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211414800.340.140.33324.8325.8956.08
HexAC7294022E211451a38
Octal25416222404216415053270
Binary101011001110010100101000100010111010000110100010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7294; }

 p { color: rgb(172,114,148); }

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

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

 a { background-color: rgb(172,114,148); }

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

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

 span { border-color: rgb(172,114,148); }

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