#AC7C9F

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

Shades of Bouquet #AC7C9F

Tints of Bouquet #AC7C9F

Color information

#AC7C9F (or 0xAC7C9F) is unknown color: approx Bouquet. HEX triplet: AC, 7C and 9F. RGB value is (172,124,159). Sum of RGB (Red+Green+Blue) = 172+124+159=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7C9F is #538360. Grayscale: #8E8E8E. Windows color (decimal): -5473121 or 10452140. OLE color: 10452140.

HSL color Cylindrical-coordinate representation of color #AC7C9F: hue angle of 316.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7C9F is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172124159-
CMYK00.280.080.33
HSL316.25º22.43%58.04%-
HSV(B)316.25º27.91%67.45%-
XYZ30.4825.6936.15-
YUV142.34137.4149.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=37.80%
G=27.25%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212415900.280.080.33316.2522.4358.04
HexAC7C9F01C82113c163a
Octal25417423703410414742672
Binary10101100111110010011111011100100010000110011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C9F; }

 p { color: rgb(172,124,159); }

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

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

 a { background-color: rgb(172,124,159); }

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

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

 span { border-color: rgb(172,124,159); }

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