#AC769E

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

Shades of Bouquet #AC769E

Tints of Bouquet #AC769E

Color information

#AC769E (or 0xAC769E) is unknown color: approx Bouquet. HEX triplet: AC, 76 and 9E. RGB value is (172,118,158). Sum of RGB (Red+Green+Blue) = 172+118+158=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC769E is #538961. Grayscale: #8A8A8A. Windows color (decimal): -5474658 or 10385068. OLE color: 10385068.

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

Color convert

RGB172118158-
CMYK00.310.080.33
HSL315.56º24.55%56.86%-
HSV(B)315.56º31.4%67.45%-
XYZ29.6624.235.45-
YUV138.71138.89151.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=38.39%
G=26.34%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211815800.310.080.33315.5624.5556.86
HexAC769E01F82113c1939
Octal25416623603710414743171
Binary10101100111011010011110011111100010000110011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC769E; }

 p { color: rgb(172,118,158); }

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

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

 a { background-color: rgb(172,118,158); }

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

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

 span { border-color: rgb(172,118,158); }

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