#A2839B

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

Shades of Bouquet #A2839B

Tints of Bouquet #A2839B

Color information

#A2839B (or 0xA2839B) is unknown color: approx Bouquet. HEX triplet: A2, 83 and 9B. RGB value is (162,131,155). Sum of RGB (Red+Green+Blue) = 162+131+155=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A2839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2839B is #5D7C64. Grayscale: #8E8E8E. Windows color (decimal): -6126693 or 10191778. OLE color: 10191778.

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

Color convert

RGB162131155-
CMYK00.190.040.36
HSL313.55º14.29%57.45%-
HSV(B)313.55º19.14%63.53%-
XYZ28.9326.2834.56-
YUV143134.77141.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=36.16%
G=29.24%
B=34.60%

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
Decimal16213115500.190.040.36313.5514.2957.45
HexA2839B01342413ae39
Octal2422032330234444721671
Binary1010001010000011100110110100111001001001001110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2839B; }

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

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

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

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

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

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

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

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