#A9779D

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

Shades of Bouquet #A9779D

Tints of Bouquet #A9779D

Color information

#A9779D (or 0xA9779D) is unknown color: approx Bouquet. HEX triplet: A9, 77 and 9D. RGB value is (169,119,157). Sum of RGB (Red+Green+Blue) = 169+119+157=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A9779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9779D is #568862. Grayscale: #8A8A8A. Windows color (decimal): -5671011 or 10319785. OLE color: 10319785.

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

Color convert

RGB169119157-
CMYK00.300.070.34
HSL314.4º22.52%56.47%-
HSV(B)314.4º29.59%66.27%-
XYZ29.0424.0635.01-
YUV138.28138.56149.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=37.98%
G=26.74%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911915700.300.070.34314.422.5256.47
HexA9779D01E72213a1738
Octal2511672350367424722770
Binary1010100111101111001110101111011110001010011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9779D; }

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

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

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

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

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

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

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

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