#AC6E9B

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

Shades of Bouquet #AC6E9B

Tints of Bouquet #AC6E9B

Color information

#AC6E9B (or 0xAC6E9B) is unknown color: approx Bouquet. HEX triplet: AC, 6E and 9B. RGB value is (172,110,155). Sum of RGB (Red+Green+Blue) = 172+110+155=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E9B is #539164. Grayscale: #858585. Windows color (decimal): -5476709 or 10186412. OLE color: 10186412.

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

Color convert

RGB172110155-
CMYK00.360.100.33
HSL316.45º27.19%55.29%-
HSV(B)316.45º36.05%67.45%-
XYZ28.5122.2933.81-
YUV133.67140.04155.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=39.36%
G=25.17%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211015500.360.100.33316.4527.1955.29
HexAC6E9B024A2113c1b37
Octal25415623304412414743367
Binary101011001101110100110110100100101010000110011110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E9B; }

 p { color: rgb(172,110,155); }

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

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

 a { background-color: rgb(172,110,155); }

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

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

 span { border-color: rgb(172,110,155); }

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