#A76E97

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

Shades of Bouquet #A76E97

Tints of Bouquet #A76E97

Color information

#A76E97 (or 0xA76E97) is unknown color: approx Bouquet. HEX triplet: A7, 6E and 97. RGB value is (167,110,151). Sum of RGB (Red+Green+Blue) = 167+110+151=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E97 is #589168. Grayscale: #838383. Windows color (decimal): -5804393 or 9924263. OLE color: 9924263.

HSL color Cylindrical-coordinate representation of color #A76E97: hue angle of 316.84º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E97 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB167110151-
CMYK00.340.100.35
HSL316.84º24.46%54.31%-
HSV(B)316.84º34.13%65.49%-
XYZ27.121.632.02-
YUV131.72138.88153.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=39.02%
G=25.70%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711015100.340.100.35316.8424.4654.31
HexA76E97022A2313d1836
Octal24715622704212434753066
Binary101001111101110100101110100010101010001110011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76E97; }

 p { color: rgb(167,110,151); }

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

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

 a { background-color: rgb(167,110,151); }

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

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

 span { border-color: rgb(167,110,151); }

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