#AC7497

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

Shades of Bouquet #AC7497

Tints of Bouquet #AC7497

Color information

#AC7497 (or 0xAC7497) is unknown color: approx Bouquet. HEX triplet: AC, 74 and 97. RGB value is (172,116,151). Sum of RGB (Red+Green+Blue) = 172+116+151=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7497 is #538B68. Grayscale: #888888. Windows color (decimal): -5475177 or 9925804. OLE color: 9925804.

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

Color convert

RGB172116151-
CMYK00.330.120.33
HSL322.5º25.23%56.47%-
HSV(B)322.5º32.56%67.45%-
XYZ28.8423.532.29-
YUV136.73136.05153.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=39.18%
G=26.42%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211615100.330.120.33322.525.2356.47
HexAC7497021C211421938
Octal25416422704114415023170
Binary101011001110100100101110100001110010000110100001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7497; }

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

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

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

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

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

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

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

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