#AC6C9C

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

Shades of Bouquet #AC6C9C

Tints of Bouquet #AC6C9C

Color information

#AC6C9C (or 0xAC6C9C) is unknown color: approx Bouquet. HEX triplet: AC, 6C and 9C. RGB value is (172,108,156). Sum of RGB (Red+Green+Blue) = 172+108+156=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C9C is #539363. Grayscale: #848484. Windows color (decimal): -5477220 or 10251436. OLE color: 10251436.

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

Color convert

RGB172108156-
CMYK00.370.090.33
HSL315º27.83%54.9%-
HSV(B)315º37.21%67.45%-
XYZ28.3821.934.18-
YUV132.61141.2156.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=39.45%
G=24.77%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210815600.370.090.3331527.8354.9
HexAC6C9C02592113b1c37
Octal25415423404511414733467
Binary101011001101100100111000100101100110000110011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C9C; }

 p { color: rgb(172,108,156); }

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

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

 a { background-color: rgb(172,108,156); }

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

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

 span { border-color: rgb(172,108,156); }

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