#A7769F

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

Shades of Bouquet #A7769F

Tints of Bouquet #A7769F

Color information

#A7769F (or 0xA7769F) is unknown color: approx Bouquet. HEX triplet: A7, 76 and 9F. RGB value is (167,118,159). Sum of RGB (Red+Green+Blue) = 167+118+159=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 167 - color contains mainly: red. Hex color #A7769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7769F is #588960. Grayscale: #898989. Windows color (decimal): -5802337 or 10450599. OLE color: 10450599.

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

Color convert

RGB167118159-
CMYK00.290.050.35
HSL309.8º21.78%55.88%-
HSV(B)309.8º29.34%65.49%-
XYZ28.6723.6835.86-
YUV137.32140.23149.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=37.61%
G=26.58%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711815900.290.050.35309.821.7855.88
HexA7769F01D5231361638
Octal2471662370355434662670
Binary1010011111101101001111101110110110001110011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7769F; }

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

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

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

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

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

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

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

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