#A77594

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

Shades of Bouquet #A77594

Tints of Bouquet #A77594

Color information

#A77594 (or 0xA77594) is unknown color: approx Bouquet. HEX triplet: A7, 75 and 94. RGB value is (167,117,148). Sum of RGB (Red+Green+Blue) = 167+117+148=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A77594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77594 is #588A6B. Grayscale: #878787. Windows color (decimal): -5802604 or 9729447. OLE color: 9729447.

HSL color Cylindrical-coordinate representation of color #A77594: hue angle of 322.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A77594 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167117148-
CMYK00.300.110.35
HSL322.8º22.12%55.69%-
HSV(B)322.8º29.94%65.49%-
XYZ27.6423.0831.01-
YUV135.48135.06150.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=38.66%
G=27.08%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711714800.300.110.35322.822.1255.69
HexA7759401EB231431638
Octal24716522403613435032670
Binary10100111111010110010100011110101110001110100001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77594; }

 p { color: rgb(167,117,148); }

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

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

 a { background-color: rgb(167,117,148); }

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

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

 span { border-color: rgb(167,117,148); }

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