#A2939E

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

Shades of Bouquet #A2939E

Tints of Bouquet #A2939E

Color information

#A2939E (or 0xA2939E) is unknown color: approx Bouquet. HEX triplet: A2, 93 and 9E. RGB value is (162,147,158). Sum of RGB (Red+Green+Blue) = 162+147+158=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A2939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2939E is #5D6C61. Grayscale: #989898. Windows color (decimal): -6122594 or 10392482. OLE color: 10392482.

HSL color Cylindrical-coordinate representation of color #A2939E: hue angle of 316º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2939E is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162147158-
CMYK00.090.020.36
HSL316º7.46%60.59%-
HSV(B)316º9.26%63.53%-
XYZ31.5131.0236.67-
YUV152.74130.97134.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=34.69%
G=31.48%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214715800.090.020.363167.4660.59
HexA2939E0922413c73d
Octal242223236011244474775
Binary1010001010010011100111100100110100100100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2939E; }

 p { color: rgb(162,147,158); }

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

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

 a { background-color: rgb(162,147,158); }

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

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

 span { border-color: rgb(162,147,158); }

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