#A7849C

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

Shades of Bouquet #A7849C

Tints of Bouquet #A7849C

Color information

#A7849C (or 0xA7849C) is unknown color: approx Bouquet. HEX triplet: A7, 84 and 9C. RGB value is (167,132,156). Sum of RGB (Red+Green+Blue) = 167+132+156=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 167 - color contains mainly: red. Hex color #A7849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7849C is #587B63. Grayscale: #919191. Windows color (decimal): -5798756 or 10257575. OLE color: 10257575.

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

Color convert

RGB167132156-
CMYK00.210.070.35
HSL318.86º16.59%58.63%-
HSV(B)318.86º20.96%65.49%-
XYZ30.1927.1235.1-
YUV145.2134.1143.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=36.70%
G=29.01%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713215600.210.070.35318.8616.5958.63
HexA7849C01572313f113b
Octal2472042340257434772173
Binary10100111100001001001110001010111110001110011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7849C; }

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

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

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

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

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

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

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

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