#AC7B9D

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

Shades of Bouquet #AC7B9D

Tints of Bouquet #AC7B9D

Color information

#AC7B9D (or 0xAC7B9D) is unknown color: approx Bouquet. HEX triplet: AC, 7B and 9D. RGB value is (172,123,157). Sum of RGB (Red+Green+Blue) = 172+123+157=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B9D is #538462. Grayscale: #8D8D8D. Windows color (decimal): -5473379 or 10320812. OLE color: 10320812.

HSL color Cylindrical-coordinate representation of color #AC7B9D: hue angle of 318.37º degrees, saturation: 0.23, 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 #AC7B9D is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172123157-
CMYK00.280.090.33
HSL318.37º22.79%57.84%-
HSV(B)318.37º28.49%67.45%-
XYZ30.1825.3735.2-
YUV141.53136.73149.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 123 (48.44% from 255) = 27.21%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=38.05%
G=27.21%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212315700.280.090.33318.3722.7957.84
HexAC7B9D01C92113e173a
Octal25417323503411414762772
Binary10101100111101110011101011100100110000110011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B9D; }

 p { color: rgb(172,123,157); }

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

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

 a { background-color: rgb(172,123,157); }

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

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

 span { border-color: rgb(172,123,157); }

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