#A7849E

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

Shades of Bouquet #A7849E

Tints of Bouquet #A7849E

Color information

#A7849E (or 0xA7849E) is unknown color: approx Bouquet. HEX triplet: A7, 84 and 9E. RGB value is (167,132,158). Sum of RGB (Red+Green+Blue) = 167+132+158=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 167 - color contains mainly: red. Hex color #A7849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7849E is #587B61. Grayscale: #919191. Windows color (decimal): -5798754 or 10388647. OLE color: 10388647.

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

Color convert

RGB167132158-
CMYK00.210.050.35
HSL315.43º16.59%58.63%-
HSV(B)315.43º20.96%65.49%-
XYZ30.3627.1936-
YUV145.43135.1143.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=36.54%
G=28.88%
B=34.57%

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
Decimal16713215800.210.050.35315.4316.5958.63
HexA7849E01552313b113b
Octal2472042360255434732173
Binary10100111100001001001111001010110110001110011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7849E; }

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

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

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

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

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

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

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

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