#A2779A

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

Shades of Bouquet #A2779A

Tints of Bouquet #A2779A

Color information

#A2779A (or 0xA2779A) is unknown color: approx Bouquet. HEX triplet: A2, 77 and 9A. RGB value is (162,119,154). Sum of RGB (Red+Green+Blue) = 162+119+154=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2779A is #5D8865. Grayscale: #878787. Windows color (decimal): -6129766 or 10123170. OLE color: 10123170.

HSL color Cylindrical-coordinate representation of color #A2779A: hue angle of 311.16º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2779A is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB162119154-
CMYK00.270.050.36
HSL311.16º18.78%55.1%-
HSV(B)311.16º26.54%63.53%-
XYZ27.3323.2133.61-
YUV135.85138.25146.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=37.24%
G=27.36%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211915400.270.050.36311.1618.7855.1
HexA2779A01B5241371337
Octal2421672320335444672367
Binary1010001011101111001101001101110110010010011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2779A; }

 p { color: rgb(162,119,154); }

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

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

 a { background-color: rgb(162,119,154); }

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

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

 span { border-color: rgb(162,119,154); }

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