#AC7F9F

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

Shades of Bouquet #AC7F9F

Tints of Bouquet #AC7F9F

Color information

#AC7F9F (or 0xAC7F9F) is unknown color: approx Bouquet. HEX triplet: AC, 7F and 9F. RGB value is (172,127,159). Sum of RGB (Red+Green+Blue) = 172+127+159=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F9F is #538060. Grayscale: #909090. Windows color (decimal): -5472353 or 10452908. OLE color: 10452908.

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

Color convert

RGB172127159-
CMYK00.260.080.33
HSL317.33º21.33%58.63%-
HSV(B)317.33º26.16%67.45%-
XYZ30.8626.4536.28-
YUV144.1136.41147.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=37.55%
G=27.73%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212715900.260.080.33317.3321.3358.63
HexAC7F9F01A82113d153b
Octal25417723703210414752573
Binary10101100111111110011111011010100010000110011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F9F; }

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

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

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

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

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

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

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

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