#AC6E9E

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

Shades of Bouquet #AC6E9E

Tints of Bouquet #AC6E9E

Color information

#AC6E9E (or 0xAC6E9E) is unknown color: approx Bouquet. HEX triplet: AC, 6E and 9E. RGB value is (172,110,158). Sum of RGB (Red+Green+Blue) = 172+110+158=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E9E is #539161. Grayscale: #858585. Windows color (decimal): -5476706 or 10383020. OLE color: 10383020.

HSL color Cylindrical-coordinate representation of color #AC6E9E: hue angle of 313.55º 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 #AC6E9E is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172110158-
CMYK00.360.080.33
HSL313.55º27.19%55.29%-
HSV(B)313.55º36.05%67.45%-
XYZ28.7622.3935.15-
YUV134.01141.54155.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=39.09%
G=25%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211015800.360.080.33313.5527.1955.29
HexAC6E9E02482113a1b37
Octal25415623604410414723367
Binary101011001101110100111100100100100010000110011101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E9E; }

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

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

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

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

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

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

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

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