#A4849F

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

Shades of Bouquet #A4849F

Tints of Bouquet #A4849F

Color information

#A4849F (or 0xA4849F) is unknown color: approx Bouquet. HEX triplet: A4, 84 and 9F. RGB value is (164,132,159). Sum of RGB (Red+Green+Blue) = 164+132+159=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4849F is #5B7B60. Grayscale: #909090. Windows color (decimal): -5995361 or 10454180. OLE color: 10454180.

HSL color Cylindrical-coordinate representation of color #A4849F: hue angle of 309.38º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4849F is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164132159-
CMYK00.200.030.36
HSL309.38º14.95%58.04%-
HSV(B)309.38º19.51%64.31%-
XYZ29.8226.936.42-
YUV144.65136.1141.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=36.04%
G=29.01%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413215900.200.030.36309.3814.9558.04
HexA4849F014324135f3a
Octal2442042370243444651772
Binary101001001000010010011111010100111001001001101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4849F; }

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

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

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

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

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

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

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

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