#A2739B

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

Shades of Bouquet #A2739B

Tints of Bouquet #A2739B

Color information

#A2739B (or 0xA2739B) is unknown color: approx Bouquet. HEX triplet: A2, 73 and 9B. RGB value is (162,115,155). Sum of RGB (Red+Green+Blue) = 162+115+155=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2739B is #5D8C64. Grayscale: #858585. Windows color (decimal): -6130789 or 10187682. OLE color: 10187682.

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

Color convert

RGB162115155-
CMYK00.290.040.36
HSL308.94º20.17%54.31%-
HSV(B)308.94º29.01%63.53%-
XYZ26.9522.3133.9-
YUV133.61140.07148.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=37.5%
G=26.62%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211515500.290.040.36308.9420.1754.31
HexA2739B01D4241351436
Octal2421632330354444652466
Binary1010001011100111001101101110110010010010011010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2739B; }

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

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

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

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

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

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

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

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