#AC7F97

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

Shades of Bouquet #AC7F97

Tints of Bouquet #AC7F97

Color information

#AC7F97 (or 0xAC7F97) is unknown color: approx Bouquet. HEX triplet: AC, 7F and 97. RGB value is (172,127,151). Sum of RGB (Red+Green+Blue) = 172+127+151=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F97 is #538068. Grayscale: #8F8F8F. Windows color (decimal): -5472361 or 9928620. OLE color: 9928620.

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

Color convert

RGB172127151-
CMYK00.260.120.33
HSL328º21.33%58.63%-
HSV(B)328º26.16%67.45%-
XYZ30.1926.1832.74-
YUV143.19132.41148.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=38.22%
G=28.22%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212715100.260.120.3332821.3358.63
HexAC7F9701AC21148153b
Octal25417722703214415102573
Binary10101100111111110010111011010110010000110100100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F97; }

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

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

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

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

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

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

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

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