#A77C9A

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

Shades of Bouquet #A77C9A

Tints of Bouquet #A77C9A

Color information

#A77C9A (or 0xA77C9A) is unknown color: approx Bouquet. HEX triplet: A7, 7C and 9A. RGB value is (167,124,154). Sum of RGB (Red+Green+Blue) = 167+124+154=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77C9A is #588365. Grayscale: #8C8C8C. Windows color (decimal): -5800806 or 10124455. OLE color: 10124455.

HSL color Cylindrical-coordinate representation of color #A77C9A: hue angle of 318.14º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77C9A is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167124154-
CMYK00.260.080.35
HSL318.14º19.63%57.06%-
HSV(B)318.14º25.75%65.49%-
XYZ28.9824.9633.86-
YUV140.28135.75147.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=37.53%
G=27.87%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712415400.260.080.35318.1419.6357.06
HexA77C9A01A82313e1439
Octal24717423203210434762471
Binary10100111111110010011010011010100010001110011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C9A; }

 p { color: rgb(167,124,154); }

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

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

 a { background-color: rgb(167,124,154); }

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

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

 span { border-color: rgb(167,124,154); }

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