#A76E95

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

Shades of Bouquet #A76E95

Tints of Bouquet #A76E95

Color information

#A76E95 (or 0xA76E95) is unknown color: approx Bouquet. HEX triplet: A7, 6E and 95. RGB value is (167,110,149). Sum of RGB (Red+Green+Blue) = 167+110+149=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E95 is #58916A. Grayscale: #838383. Windows color (decimal): -5804395 or 9793191. OLE color: 9793191.

HSL color Cylindrical-coordinate representation of color #A76E95: hue angle of 318.95º 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 #A76E95 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167110149-
CMYK00.340.110.35
HSL318.95º24.46%54.31%-
HSV(B)318.95º34.13%65.49%-
XYZ26.9421.5431.17-
YUV131.49137.88153.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=39.20%
G=25.82%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711014900.340.110.35318.9524.4654.31
HexA76E95022B2313f1836
Octal24715622504213434773066
Binary101001111101110100101010100010101110001110011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76E95; }

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

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

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

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

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

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

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

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