#AC789E

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

Shades of Bouquet #AC789E

Tints of Bouquet #AC789E

Color information

#AC789E (or 0xAC789E) is unknown color: approx Bouquet. HEX triplet: AC, 78 and 9E. RGB value is (172,120,158). Sum of RGB (Red+Green+Blue) = 172+120+158=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC789E is #538761. Grayscale: #8B8B8B. Windows color (decimal): -5474146 or 10385580. OLE color: 10385580.

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

Color convert

RGB172120158-
CMYK00.300.080.33
HSL316.15º23.85%57.25%-
HSV(B)316.15º30.23%67.45%-
XYZ29.924.6735.53-
YUV139.88138.23150.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=38.22%
G=26.67%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212015800.300.080.33316.1523.8557.25
HexAC789E01E82113c1839
Octal25417023603610414743071
Binary10101100111100010011110011110100010000110011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC789E; }

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

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

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

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

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

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

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

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