#A7849F

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

Shades of Bouquet #A7849F

Tints of Bouquet #A7849F

Color information

#A7849F (or 0xA7849F) is unknown color: approx Bouquet. HEX triplet: A7, 84 and 9F. RGB value is (167,132,159). Sum of RGB (Red+Green+Blue) = 167+132+159=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 167 - color contains mainly: red. Hex color #A7849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7849F is #587B60. Grayscale: #919191. Windows color (decimal): -5798753 or 10454183. OLE color: 10454183.

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

Color convert

RGB167132159-
CMYK00.210.050.35
HSL313.71º16.59%58.63%-
HSV(B)313.71º20.96%65.49%-
XYZ30.4527.2236.45-
YUV145.54135.6143.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=36.46%
G=28.82%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713215900.210.050.35313.7116.5958.63
HexA7849F01552313a113b
Octal2472042370255434722173
Binary10100111100001001001111101010110110001110011101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7849F; }

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

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

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

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

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

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

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

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