#A7769E

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

Shades of Bouquet #A7769E

Tints of Bouquet #A7769E

Color information

#A7769E (or 0xA7769E) is unknown color: approx Bouquet. HEX triplet: A7, 76 and 9E. RGB value is (167,118,158). Sum of RGB (Red+Green+Blue) = 167+118+158=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A7769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7769E is #588961. Grayscale: #898989. Windows color (decimal): -5802338 or 10385063. OLE color: 10385063.

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

Color convert

RGB167118158-
CMYK00.290.050.35
HSL311.02º21.78%55.88%-
HSV(B)311.02º29.34%65.49%-
XYZ28.5923.6435.4-
YUV137.21139.73149.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=37.70%
G=26.64%
B=35.67%

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
Decimal16711815800.290.050.35311.0221.7855.88
HexA7769E01D5231371638
Octal2471662360355434672670
Binary1010011111101101001111001110110110001110011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7769E; }

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

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

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

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

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

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

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

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