#A37E99

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

Shades of Bouquet #A37E99

Tints of Bouquet #A37E99

Color information

#A37E99 (or 0xA37E99) is unknown color: approx Bouquet. HEX triplet: A3, 7E and 99. RGB value is (163,126,153). Sum of RGB (Red+Green+Blue) = 163+126+153=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E99 is #5C8166. Grayscale: #8C8C8C. Windows color (decimal): -6062439 or 10059427. OLE color: 10059427.

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

Color convert

RGB163126153-
CMYK00.230.060.36
HSL316.22º16.74%56.67%-
HSV(B)316.22º22.7%63.92%-
XYZ28.3125.0133.47-
YUV140.14135.26144.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=36.88%
G=28.51%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312615300.230.060.36316.2216.7456.67
HexA37E9901762413c1139
Octal2431762310276444742171
Binary1010001111111101001100101011111010010010011110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E99; }

 p { color: rgb(163,126,153); }

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

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

 a { background-color: rgb(163,126,153); }

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

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

 span { border-color: rgb(163,126,153); }

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