#AC7495

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

Shades of Bouquet #AC7495

Tints of Bouquet #AC7495

Color information

#AC7495 (or 0xAC7495) is unknown color: approx Bouquet. HEX triplet: AC, 74 and 95. RGB value is (172,116,149). Sum of RGB (Red+Green+Blue) = 172+116+149=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7495 is #538B6A. Grayscale: #888888. Windows color (decimal): -5475179 or 9794732. OLE color: 9794732.

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

Color convert

RGB172116149-
CMYK00.330.130.33
HSL324.64º25.23%56.47%-
HSV(B)324.64º32.56%67.45%-
XYZ28.6823.4331.44-
YUV136.51135.05153.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=39.36%
G=26.54%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211614900.330.130.33324.6425.2356.47
HexAC7495021D211451938
Octal25416422504115415053170
Binary101011001110100100101010100001110110000110100010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7495; }

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

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

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

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

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

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

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

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