#A779A2

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

Shades of Bouquet #A779A2

Tints of Bouquet #A779A2

Color information

#A779A2 (or 0xA779A2) is unknown color: approx Bouquet. HEX triplet: A7, 79 and A2. RGB value is (167,121,162). Sum of RGB (Red+Green+Blue) = 167+121+162=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 167 - color contains mainly: red. Hex color #A779A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779A2 is #58865D. Grayscale: #8B8B8B. Windows color (decimal): -5801566 or 10647975. OLE color: 10647975.

HSL color Cylindrical-coordinate representation of color #A779A2: hue angle of 306.52º 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 #A779A2 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB167121162-
CMYK00.280.030.35
HSL306.52º20.72%56.47%-
HSV(B)306.52º27.54%65.49%-
XYZ29.324.537.37-
YUV139.43140.74147.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.11%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 162 (63.67% from 255) = 36%
R=37.11%
G=26.89%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712116200.280.030.35306.5220.7256.47
HexA779A201C3231331538
Octal2471712420343434632570
Binary101001111111001101000100111001110001110011001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A779A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A779A2; }

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

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

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

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

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

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

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

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