#A5849B

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

Shades of Bouquet #A5849B

Tints of Bouquet #A5849B

Color information

#A5849B (or 0xA5849B) is unknown color: approx Bouquet. HEX triplet: A5, 84 and 9B. RGB value is (165,132,155). Sum of RGB (Red+Green+Blue) = 165+132+155=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5849B is #5A7B64. Grayscale: #909090. Windows color (decimal): -5929829 or 10192037. OLE color: 10192037.

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

Color convert

RGB165132155-
CMYK00.200.060.35
HSL318.18º15.49%58.24%-
HSV(B)318.18º20%64.71%-
XYZ29.6826.8734.63-
YUV144.49133.93142.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=36.50%
G=29.20%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513215500.200.060.35318.1815.4958.24
HexA5849B01462313ef3a
Octal2452042330246434761772
Binary1010010110000100100110110101001101000111001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5849B; }

 p { color: rgb(165,132,155); }

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

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

 a { background-color: rgb(165,132,155); }

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

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

 span { border-color: rgb(165,132,155); }

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