#A6759B

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

Shades of Bouquet #A6759B

Tints of Bouquet #A6759B

Color information

#A6759B (or 0xA6759B) is unknown color: approx Bouquet. HEX triplet: A6, 75 and 9B. RGB value is (166,117,155). Sum of RGB (Red+Green+Blue) = 166+117+155=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6759B is #598A64. Grayscale: #878787. Windows color (decimal): -5868133 or 10188198. OLE color: 10188198.

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

Color convert

RGB166117155-
CMYK00.300.070.35
HSL313.47º21.59%55.49%-
HSV(B)313.47º29.52%65.1%-
XYZ2823.234.01-
YUV135.98138.73149.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=37.90%
G=26.71%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611715500.300.070.35313.4721.5955.49
HexA6759B01E7231391637
Octal2461652330367434712667
Binary1010011011101011001101101111011110001110011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6759B; }

 p { color: rgb(166,117,155); }

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

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

 a { background-color: rgb(166,117,155); }

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

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

 span { border-color: rgb(166,117,155); }

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