#A9779F

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

Shades of Bouquet #A9779F

Tints of Bouquet #A9779F

Color information

#A9779F (or 0xA9779F) is unknown color: approx Bouquet. HEX triplet: A9, 77 and 9F. RGB value is (169,119,159). Sum of RGB (Red+Green+Blue) = 169+119+159=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A9779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9779F is #568860. Grayscale: #8A8A8A. Windows color (decimal): -5671009 or 10450857. OLE color: 10450857.

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

Color convert

RGB169119159-
CMYK00.300.060.34
HSL312º22.52%56.47%-
HSV(B)312º29.59%66.27%-
XYZ29.2224.1335.92-
YUV138.51139.56149.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=37.81%
G=26.62%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911915900.300.060.3431222.5256.47
HexA9779F01E6221381738
Octal2511672370366424702770
Binary1010100111101111001111101111011010001010011100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9779F; }

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

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

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

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

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

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

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

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