#A6759E

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

Shades of Bouquet #A6759E

Tints of Bouquet #A6759E

Color information

#A6759E (or 0xA6759E) is unknown color: approx Bouquet. HEX triplet: A6, 75 and 9E. RGB value is (166,117,158). Sum of RGB (Red+Green+Blue) = 166+117+158=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6759E is #598A61. Grayscale: #888888. Windows color (decimal): -5868130 or 10384806. OLE color: 10384806.

HSL color Cylindrical-coordinate representation of color #A6759E: hue angle of 309.8º 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 #A6759E is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166117158-
CMYK00.300.050.35
HSL309.8º21.59%55.49%-
HSV(B)309.8º29.52%65.1%-
XYZ28.2623.335.36-
YUV136.32140.23149.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=37.64%
G=26.53%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611715800.300.050.35309.821.5955.49
HexA6759E01E5231361637
Octal2461652360365434662667
Binary1010011011101011001111001111010110001110011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6759E; }

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

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

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

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

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

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

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

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