#A6739C

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

Shades of Bouquet #A6739C

Tints of Bouquet #A6739C

Color information

#A6739C (or 0xA6739C) is unknown color: approx Bouquet. HEX triplet: A6, 73 and 9C. RGB value is (166,115,156). Sum of RGB (Red+Green+Blue) = 166+115+156=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6739C is #598C63. Grayscale: #868686. Windows color (decimal): -5868644 or 10253222. OLE color: 10253222.

HSL color Cylindrical-coordinate representation of color #A6739C: hue angle of 311.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6739C is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166115156-
CMYK00.310.060.35
HSL311.76º22.27%55.1%-
HSV(B)311.76º30.72%65.1%-
XYZ27.8622.7734.38-
YUV134.92139.9150.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=37.99%
G=26.32%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611515600.310.060.35311.7622.2755.1
HexA6739C01F6231381637
Octal2461632340376434702667
Binary1010011011100111001110001111111010001110011100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6739C; }

 p { color: rgb(166,115,156); }

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

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

 a { background-color: rgb(166,115,156); }

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

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

 span { border-color: rgb(166,115,156); }

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