#A7759E

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

Shades of Bouquet #A7759E

Tints of Bouquet #A7759E

Color information

#A7759E (or 0xA7759E) is unknown color: approx Bouquet. HEX triplet: A7, 75 and 9E. RGB value is (167,117,158). Sum of RGB (Red+Green+Blue) = 167+117+158=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A7759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7759E is #588A61. Grayscale: #888888. Windows color (decimal): -5802594 or 10384807. OLE color: 10384807.

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

Color convert

RGB167117158-
CMYK00.300.050.35
HSL310.8º22.12%55.69%-
HSV(B)310.8º29.94%65.49%-
XYZ28.4723.4135.37-
YUV136.62140.06149.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=37.78%
G=26.47%
B=35.75%

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
Decimal16711715800.300.050.35310.822.1255.69
HexA7759E01E5231371638
Octal2471652360365434672670
Binary1010011111101011001111001111010110001110011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7759E; }

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

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

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

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

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

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

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

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