#A8739B

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

Shades of Bouquet #A8739B

Tints of Bouquet #A8739B

Color information

#A8739B (or 0xA8739B) is unknown color: approx Bouquet. HEX triplet: A8, 73 and 9B. RGB value is (168,115,155). Sum of RGB (Red+Green+Blue) = 168+115+155=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A8739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8739B is #578C64. Grayscale: #878787. Windows color (decimal): -5737573 or 10187688. OLE color: 10187688.

HSL color Cylindrical-coordinate representation of color #A8739B: hue angle of 314.72º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8739B is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168115155-
CMYK00.320.080.34
HSL314.72º23.35%55.49%-
HSV(B)314.72º31.55%65.88%-
XYZ28.222.9533.95-
YUV135.41139.06151.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=38.36%
G=26.26%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811515500.320.080.34314.7223.3555.49
HexA8739B02082213b1737
Octal25016323304010424732767
Binary101010001110011100110110100000100010001010011101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8739B; }

 p { color: rgb(168,115,155); }

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

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

 a { background-color: rgb(168,115,155); }

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

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

 span { border-color: rgb(168,115,155); }

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