#A37A97

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

Shades of Bouquet #A37A97

Tints of Bouquet #A37A97

Color information

#A37A97 (or 0xA37A97) is unknown color: approx Bouquet. HEX triplet: A3, 7A and 97. RGB value is (163,122,151). Sum of RGB (Red+Green+Blue) = 163+122+151=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A97 is #5C8568. Grayscale: #898989. Windows color (decimal): -6063465 or 9927331. OLE color: 9927331.

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

Color convert

RGB163122151-
CMYK00.250.070.36
HSL317.56º18.22%55.88%-
HSV(B)317.56º25.15%63.92%-
XYZ27.6523.9432.44-
YUV137.56135.58146.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=37.39%
G=27.98%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312215100.250.070.36317.5618.2255.88
HexA37A9701972413e1238
Octal2431722270317444762270
Binary1010001111110101001011101100111110010010011111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A97; }

 p { color: rgb(163,122,151); }

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

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

 a { background-color: rgb(163,122,151); }

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

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

 span { border-color: rgb(163,122,151); }

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