#A1779C

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

Shades of Bouquet #A1779C

Tints of Bouquet #A1779C

Color information

#A1779C (or 0xA1779C) is unknown color: approx Bouquet. HEX triplet: A1, 77 and 9C. RGB value is (161,119,156). Sum of RGB (Red+Green+Blue) = 161+119+156=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1779C is #5E8863. Grayscale: #878787. Windows color (decimal): -6195300 or 10254241. OLE color: 10254241.

HSL color Cylindrical-coordinate representation of color #A1779C: hue angle of 307.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1779C is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB161119156-
CMYK00.260.030.37
HSL307.14º18.26%54.9%-
HSV(B)307.14º26.09%63.14%-
XYZ27.323.1734.49-
YUV135.78139.41145.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=36.93%
G=27.29%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111915600.260.030.37307.1418.2654.9
HexA1779C01A3251331237
Octal2411672340323454632267
Binary101000011110111100111000110101110010110011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1779C; }

 p { color: rgb(161,119,156); }

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

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

 a { background-color: rgb(161,119,156); }

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

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

 span { border-color: rgb(161,119,156); }

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