#A2849D

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

Shades of Bouquet #A2849D

Tints of Bouquet #A2849D

Color information

#A2849D (or 0xA2849D) is unknown color: approx Bouquet. HEX triplet: A2, 84 and 9D. RGB value is (162,132,157). Sum of RGB (Red+Green+Blue) = 162+132+157=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2849D is #5D7B62. Grayscale: #8F8F8F. Windows color (decimal): -6126435 or 10323106. OLE color: 10323106.

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

Color convert

RGB162132157-
CMYK00.190.030.36
HSL310º13.89%57.65%-
HSV(B)310º18.52%63.53%-
XYZ29.2426.6235.5-
YUV143.82135.44140.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=35.92%
G=29.27%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213215700.190.030.3631013.8957.65
HexA2849D013324136e3a
Octal2422042350233444661672
Binary101000101000010010011101010011111001001001101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2849D; }

 p { color: rgb(162,132,157); }

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

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

 a { background-color: rgb(162,132,157); }

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

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

 span { border-color: rgb(162,132,157); }

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