#A7759F

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

Shades of Bouquet #A7759F

Tints of Bouquet #A7759F

Color information

#A7759F (or 0xA7759F) is unknown color: approx Bouquet. HEX triplet: A7, 75 and 9F. RGB value is (167,117,159). Sum of RGB (Red+Green+Blue) = 167+117+159=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A7759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7759F is #588A60. Grayscale: #888888. Windows color (decimal): -5802593 or 10450343. OLE color: 10450343.

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

Color convert

RGB167117159-
CMYK00.300.050.35
HSL309.6º22.12%55.69%-
HSV(B)309.6º29.94%65.49%-
XYZ28.5623.4435.82-
YUV136.74140.56149.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=37.70%
G=26.41%
B=35.89%

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
Decimal16711715900.300.050.35309.622.1255.69
HexA7759F01E5231361638
Octal2471652370365434662670
Binary1010011111101011001111101111010110001110011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7759F; }

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

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

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

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

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

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

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

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