#AC6899

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

Shades of Bouquet #AC6899

Tints of Bouquet #AC6899

Color information

#AC6899 (or 0xAC6899) is unknown color: approx Bouquet. HEX triplet: AC, 68 and 99. RGB value is (172,104,153). Sum of RGB (Red+Green+Blue) = 172+104+153=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6899 is #539766. Grayscale: #818181. Windows color (decimal): -5478247 or 10053804. OLE color: 10053804.

HSL color Cylindrical-coordinate representation of color #AC6899: hue angle of 316.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6899 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB172104153-
CMYK00.400.110.33
HSL316.76º29.06%54.12%-
HSV(B)316.76º39.53%67.45%-
XYZ27.7120.9732.72-
YUV129.92141.03158.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=40.09%
G=24.24%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210415300.400.110.33316.7629.0654.12
HexAC6899028B2113d1d36
Octal25415023105013414753566
Binary101011001101000100110010101000101110000110011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6899; }

 p { color: rgb(172,104,153); }

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

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

 a { background-color: rgb(172,104,153); }

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

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

 span { border-color: rgb(172,104,153); }

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