#A779A0

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

Shades of Bouquet #A779A0

Tints of Bouquet #A779A0

Color information

#A779A0 (or 0xA779A0) is unknown color: approx Bouquet. HEX triplet: A7, 79 and A0. RGB value is (167,121,160). Sum of RGB (Red+Green+Blue) = 167+121+160=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A779A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779A0 is #58865F. Grayscale: #8B8B8B. Windows color (decimal): -5801568 or 10516903. OLE color: 10516903.

HSL color Cylindrical-coordinate representation of color #A779A0: hue angle of 309.13º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A779A0 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB167121160-
CMYK00.280.040.35
HSL309.13º20.72%56.47%-
HSV(B)309.13º27.54%65.49%-
XYZ29.1224.4336.44-
YUV139.2139.74147.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=37.28%
G=27.01%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712116000.280.040.35309.1320.7256.47
HexA779A001C4231351538
Octal2471712400344434652570
Binary1010011111110011010000001110010010001110011010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A779A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A779A0; }

 p { color: rgb(167,121,160); }

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

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

 a { background-color: rgb(167,121,160); }

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

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

 span { border-color: rgb(167,121,160); }

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