#AC7E9D

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

Shades of Bouquet #AC7E9D

Tints of Bouquet #AC7E9D

Color information

#AC7E9D (or 0xAC7E9D) is unknown color: approx Bouquet. HEX triplet: AC, 7E and 9D. RGB value is (172,126,157). Sum of RGB (Red+Green+Blue) = 172+126+157=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E9D is #538162. Grayscale: #8F8F8F. Windows color (decimal): -5472611 or 10321580. OLE color: 10321580.

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

Color convert

RGB172126157-
CMYK00.270.090.33
HSL319.57º21.7%58.43%-
HSV(B)319.57º26.74%67.45%-
XYZ30.5626.1335.33-
YUV143.29135.74148.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=37.80%
G=27.69%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212615700.270.090.33319.5721.758.43
HexAC7E9D01B921140163a
Octal25417623503311415002672
Binary10101100111111010011101011011100110000110100000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E9D; }

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

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

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

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

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

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

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

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