#A7849D

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

Shades of Bouquet #A7849D

Tints of Bouquet #A7849D

Color information

#A7849D (or 0xA7849D) is unknown color: approx Bouquet. HEX triplet: A7, 84 and 9D. RGB value is (167,132,157). Sum of RGB (Red+Green+Blue) = 167+132+157=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 167 - color contains mainly: red. Hex color #A7849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7849D is #587B62. Grayscale: #919191. Windows color (decimal): -5798755 or 10323111. OLE color: 10323111.

HSL color Cylindrical-coordinate representation of color #A7849D: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7849D is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB167132157-
CMYK00.210.060.35
HSL317.14º16.59%58.63%-
HSV(B)317.14º20.96%65.49%-
XYZ30.2727.1535.54-
YUV145.32134.6143.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=36.62%
G=28.95%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713215700.210.060.35317.1416.5958.63
HexA7849D01562313d113b
Octal2472042350256434752173
Binary10100111100001001001110101010111010001110011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7849D; }

 p { color: rgb(167,132,157); }

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

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

 a { background-color: rgb(167,132,157); }

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

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

 span { border-color: rgb(167,132,157); }

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