#A2839D

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

Shades of Bouquet #A2839D

Tints of Bouquet #A2839D

Color information

#A2839D (or 0xA2839D) is unknown color: approx Bouquet. HEX triplet: A2, 83 and 9D. RGB value is (162,131,157). Sum of RGB (Red+Green+Blue) = 162+131+157=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A2839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2839D is #5D7C62. Grayscale: #8F8F8F. Windows color (decimal): -6126691 or 10322850. OLE color: 10322850.

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

Color convert

RGB162131157-
CMYK00.190.030.36
HSL309.68º14.29%57.45%-
HSV(B)309.68º19.14%63.53%-
XYZ29.126.3535.45-
YUV143.23135.77141.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=36%
G=29.11%
B=34.89%

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
Decimal16213115700.190.030.36309.6814.2957.45
HexA2839D013324136e39
Octal2422032350233444661671
Binary101000101000001110011101010011111001001001101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2839D; }

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

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

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

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

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

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

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

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