#A2839A

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

Shades of Bouquet #A2839A

Tints of Bouquet #A2839A

Color information

#A2839A (or 0xA2839A) is unknown color: approx Bouquet. HEX triplet: A2, 83 and 9A. RGB value is (162,131,154). Sum of RGB (Red+Green+Blue) = 162+131+154=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A2839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2839A is #5D7C65. Grayscale: #8E8E8E. Windows color (decimal): -6126694 or 10126242. OLE color: 10126242.

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

Color convert

RGB162131154-
CMYK00.190.050.36
HSL315.48º14.29%57.45%-
HSV(B)315.48º19.14%63.53%-
XYZ28.8526.2534.12-
YUV142.89134.27141.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=36.24%
G=29.31%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213115400.190.050.36315.4814.2957.45
HexA2839A01352413be39
Octal2422032320235444731671
Binary1010001010000011100110100100111011001001001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2839A; }

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

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

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

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

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

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

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

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