#A2849B

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

Shades of Bouquet #A2849B

Tints of Bouquet #A2849B

Color information

#A2849B (or 0xA2849B) is unknown color: approx Bouquet. HEX triplet: A2, 84 and 9B. RGB value is (162,132,155). Sum of RGB (Red+Green+Blue) = 162+132+155=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A2849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2849B is #5D7B64. Grayscale: #8F8F8F. Windows color (decimal): -6126437 or 10192034. OLE color: 10192034.

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

Color convert

RGB162132155-
CMYK00.190.040.36
HSL314º13.89%57.65%-
HSV(B)314º18.52%63.53%-
XYZ29.0726.5534.6-
YUV143.59134.44141.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=36.08%
G=29.40%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213215500.190.040.3631413.8957.65
HexA2849B01342413ae3a
Octal2422042330234444721672
Binary1010001010000100100110110100111001001001001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2849B; }

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

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

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

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

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

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

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

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