#A4839A

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

Shades of Bouquet #A4839A

Tints of Bouquet #A4839A

Color information

#A4839A (or 0xA4839A) is unknown color: approx Bouquet. HEX triplet: A4, 83 and 9A. RGB value is (164,131,154). Sum of RGB (Red+Green+Blue) = 164+131+154=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A4839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4839A is #5B7C65. Grayscale: #8F8F8F. Windows color (decimal): -5995622 or 10126244. OLE color: 10126244.

HSL color Cylindrical-coordinate representation of color #A4839A: hue angle of 318.18º 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 #A4839A is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB164131154-
CMYK00.200.060.36
HSL318.18º15.35%57.84%-
HSV(B)318.18º20.12%64.31%-
XYZ29.2626.4634.14-
YUV143.49133.93142.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=36.53%
G=29.18%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413115400.200.060.36318.1815.3557.84
HexA4839A01462413ef3a
Octal2442032320246444761772
Binary1010010010000011100110100101001101001001001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4839A; }

 p { color: rgb(164,131,154); }

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

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

 a { background-color: rgb(164,131,154); }

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

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

 span { border-color: rgb(164,131,154); }

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