#A77498

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

Shades of Bouquet #A77498

Tints of Bouquet #A77498

Color information

#A77498 (or 0xA77498) is unknown color: approx Bouquet. HEX triplet: A7, 74 and 98. RGB value is (167,116,152). Sum of RGB (Red+Green+Blue) = 167+116+152=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A77498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77498 is #588B67. Grayscale: #878787. Windows color (decimal): -5802856 or 9991335. OLE color: 9991335.

HSL color Cylindrical-coordinate representation of color #A77498: hue angle of 317.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77498 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB167116152-
CMYK00.310.090.35
HSL317.65º22.47%55.49%-
HSV(B)317.65º30.54%65.49%-
XYZ27.8522.9732.67-
YUV135.35137.4150.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=38.39%
G=26.67%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711615200.310.090.35317.6522.4755.49
HexA7749801F92313e1637
Octal24716423003711434762667
Binary10100111111010010011000011111100110001110011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77498; }

 p { color: rgb(167,116,152); }

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

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

 a { background-color: rgb(167,116,152); }

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

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

 span { border-color: rgb(167,116,152); }

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