#A9779B

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

Shades of Bouquet #A9779B

Tints of Bouquet #A9779B

Color information

#A9779B (or 0xA9779B) is unknown color: approx Bouquet. HEX triplet: A9, 77 and 9B. RGB value is (169,119,155). Sum of RGB (Red+Green+Blue) = 169+119+155=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A9779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9779B is #568864. Grayscale: #898989. Windows color (decimal): -5671013 or 10188713. OLE color: 10188713.

HSL color Cylindrical-coordinate representation of color #A9779B: hue angle of 316.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9779B is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169119155-
CMYK00.300.080.34
HSL316.8º22.52%56.47%-
HSV(B)316.8º29.59%66.27%-
XYZ28.882434.12-
YUV138.05137.56150.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=38.15%
G=26.86%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911915500.300.080.34316.822.5256.47
HexA9779B01E82213d1738
Octal25116723303610424752770
Binary10101001111011110011011011110100010001010011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9779B; }

 p { color: rgb(169,119,155); }

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

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

 a { background-color: rgb(169,119,155); }

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

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

 span { border-color: rgb(169,119,155); }

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