#A4879C

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

Shades of Bouquet #A4879C

Tints of Bouquet #A4879C

Color information

#A4879C (or 0xA4879C) is unknown color: approx Bouquet. HEX triplet: A4, 87 and 9C. RGB value is (164,135,156). Sum of RGB (Red+Green+Blue) = 164+135+156=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4879C is #5B7863. Grayscale: #929292. Windows color (decimal): -5994596 or 10258340. OLE color: 10258340.

HSL color Cylindrical-coordinate representation of color #A4879C: hue angle of 316.55º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4879C is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB164135156-
CMYK00.180.050.36
HSL316.55º13.74%58.63%-
HSV(B)316.55º17.68%64.31%-
XYZ29.9727.6235.2-
YUV146.06133.61140.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=36.04%
G=29.67%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413515600.180.050.36316.5513.7458.63
HexA4879C01252413de3b
Octal2442072340225444751673
Binary1010010010000111100111000100101011001001001111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4879C; }

 p { color: rgb(164,135,156); }

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

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

 a { background-color: rgb(164,135,156); }

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

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

 span { border-color: rgb(164,135,156); }

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